Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Just wondering if there is a way to get the individual record details provided by the GetEntityServiceStatistics service. For example, In the screen shot above I would like to see the run time of all 83 instances of the GetNextLocationForFrameCart service.
Thanks,
Steve
Solved! Go to Solution.
Hi @steve237.
Are you attempting to troubleshoot a performance issue? Just wondering what the use case is for this.
You could wrap your service with the start and end times, or you could do something from the backend (database) for capturing run times. This page from our Help Center may be helpful.
Regards.
--Sharon
Hi @steve237.
Are you attempting to troubleshoot a performance issue? Just wondering what the use case is for this.
You could wrap your service with the start and end times, or you could do something from the backend (database) for capturing run times. This page from our Help Center may be helpful.
Regards.
--Sharon
Sharon,
Yes, I am trying to troubleshoot a performance issue with several services. I'll add logging to the services as the Help Center page suggests. Thanks for the help.
Steve