Perform a load test with 50 users for 1 minute and show me the response time of www.example.com.

The following report was created with PerformoBot and the query above.

Response time

Min. Max. Mean. Med.
Time: after 55 s 124 ms after 52 s 723 ms - -
Value: 558 ms 1334 ms 624.52 ms 592 ms
Info:
Response time is the total amount of time it takes to respond to a request for service. That service can be anything from a memory fetch, to a disk IO, to a complex database query, or loading a full web page. The response time is the sum of the service time and wait time. The service time is the time it takes to do the work you requested. For a given request the service time varies little as the workload increases – to do X amount of work it always takes X amount of time. The wait time is how long the request had to wait in a queue before being serviced and it varies from zero, to a large multiple of the service time.

Summary:
The overall minimum was 558 ms (after 55 s 124 ms) and the overall maximum was 1334 ms (after 52 s 723 ms). The maximum of 1334 ms and the minimum of 558 ms were recorded exactly once each.

Analysis Summary

Analysis Tool: JMeter
Duration: 58 s 724 ms
Collected samples: 50
Metrics: elapsed time, request status, server status, received traffic, latency, connection time, response time
Experiment summary:
From 10.09.2019 15:32:51 to 10.09.2019 15:33:50 50 values were recorded. JMeter was used as the load testing tool. During the execution of this experiment (58 s 724 ms) 50 virtual users produced load to the tested domain (www.example.com).

Tool description:
Apache JMeter is an Apache project that can be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications. JMeter can be used as a unit-test tool for JDBC database connections, FTP, LDAP, Webservices, JMS, HTTP, generic TCP connections and OS native processes. One can also configure JMeter as a monitor, although this is typically... continue reading[1].