How to interpret wrk output
masterThe output provides a summary of the benchmark results, including:
- Thread Stats: Average, standard deviation, and maximum values for Latency and Requests per second (Req/Sec).
- Summary Line: Total requests made, duration, and total data read.
- Requests/sec: The overall throughput of the benchmark.
- Transfer/sec: The overall data transfer rate.
Running 30s test @ http://127.0.0.1:8080/index.html
12 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 635.91us 0.89ms 12.92ms 93.69%
Req/Sec 56.20k 8.07k 62.00k 86.54%
22464657 requests in 30.00s, 17.76GB read
Requests/sec: 748868.53
Transfer/sec: 606.33MB