I’m using the wm.server.query:getServiceStats (in the wmRoot package) to find the number of times services have been invoked. In addition, I’d like to be able to get hold of data regarding the duration of invocations (e.g. min, mean, max), is anyone aware of a method by which this can be achieved?
Thanks for your response. The page you mention looks to be showing the result of an invocation of the service I mentioned. What I’m after is a service that provides some sort of timing data indicating how long invocations of each service take.