How to measure the time spent calling external interfaces
HI
I want to known How to measure the time spent entire bussiness process
Two stage:
1. Business service to bussiness operator
2. bussiness operator to outside (like http, tcp) include request and response time.
Is has any method to do this?
1. Use Visual Trace to see message processing times. You can also query this information via SQL (Ens.MessageHeader table).
2. Add $$$TRACE events. The best time counter is $zh. They also can be queried via SQL (Ens_Util.Log table).