Tracing Requests and time

Home Forums kbmMW Tracing Requests and time

Viewing 2 reply threads
  • Author
    Posts
    • #56144
      Babis Michael
      Participant

      Hello,

      Is there any easy way to trace the client requests and the execution time or timeout ?

      Thank you

    • #56146
      Babis Michael
      Participant

      eg.
      Request “MyRequestName1” done in 100 msecs
      Request “MyRequestName2” done in 150 msecs
      Request “MyRequestName3” timeout
      Request “MyRequestName4” done in 300 msecs

    • #56171
      kimbomadsen
      Keymaster

      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

Viewing 2 reply threads
  • You must be logged in to reply to this topic.