wm.server.query:getServiceStats

Hi,

how can we test the service wm.server.query:getServiceStats.while running the service am getting all the Service statistics. how can we get a specic service statistics.

how can we check the input values to this service to place in the piline?

You can not directly use the service to get the specific output that you want but you can write a util service to get the desired output variables. Check the attached service, I wanted name,isCached,isPrefetched,sAccessLast and sAccessTotal variables so have mapped them.

Cheers,
Akshith

yes you are correct,
but i want to know how can i get the spacific service details(all data related to a specific sheduler).
is there any way that we can give the input values to this service(is this service accepts any pipeline variables as an input)