How to find Integration Server Uptime

Hello Folks,

How do we determine Integration Server uptime through flow or java service?

Please let me know.

Thanks in Advance.

Prasad

You can use webMethods internal service wm.server.query:getStats to find out uptime. It return “upTime” as one of the output variable.

Please note that using webMethods internal service is not recommended.