Posts Tagged ‘monitor’

Measuring delay in webserver response

This is how to measure a webserver delay from the request to the first response. Thus it will only measure the time within the server, not the network delays. It is done using tcpdump to collect the data and a program I have written to extract the response time.