wrk
现代 HTTP 基准测试(实现对一类测试对象的某项性能指标进行定量的和可对比的测试)工具,使用示例:```sh# 输入命令wrk -t12 -c400 -d30s http://127.0.0.1:8080/index.html# 输出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```




