- This topic has 2 replies, 2 voices, and was last updated 4 years ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Hello,
Is there any easy way to trace the client requests and the execution time or timeout ?
Thank you
eg.
Request “MyRequestName1” done in 100 msecs
Request “MyRequestName2” done in 150 msecs
Request “MyRequestName3” timeout
Request “MyRequestName4” done in 300 msecs
Hi,
On the server you can add statistics that can gather request/response times.
On the client you need to record the time before the call, and the time right after.
The client actually automatically (in later versions of kbmMW) includes the timestamp for the sending of a message/package, but it will not automatically return it back to the client and thus provide an option to record a time invariant client side statistics.
/Kim