Jump to content
KBazX

TSslHttpRest - How can I get web server response time?

Recommended Posts

I'm sorry, I phrased the question incorrectly.

I meant the duration of the request execution by the server.
 

Share this post


Link to post
1 hour ago, KBazX said:

I'm sorry, I phrased the question incorrectly.

I meant the duration of the request execution by the server.
 

You have to see that at server side. Anything you measure at client side will include transport time and some processing by the receiver.

I the server can't tell you the execution time, you can get an approximation by using a network sniffer such as Wireshark. Using this tool you can get the timestamp of the request and the timestamp of the response. The difference gives you the execution by the server.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×