Utilization Subsystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Utilization Subsystem
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.
- Labels:
-
Troubleshooting
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
