LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   response time (https://www.linuxquestions.org/questions/programming-9/response-time-869951/)

ridoy 03-21-2011 06:13 AM

response time
 
i have made a simple web server in Java.now i want to measure the response time of my server.i also want to calculate the average response time of my server if it receives more than one client request.How can i do this,do u have any idea?

bathory 03-21-2011 06:32 AM

Hi,

You can use the apache ab tool to test your server

Regards

theNbomr 03-21-2011 02:15 PM

If all of the traffic is on a network, you can use a packet sniffer to detect the requests and responses. There will be time-stamps on the packets. You might have to post-process the data to acquire useful statistics.
--- rod.


All times are GMT -5. The time now is 11:44 PM.