Advertisement
Guest User

Untitled

a guest
Apr 17th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. httpbeast:
  2.  
  3. ./wrk -t16 -c400 -d30s http://localhost:8080/
  4. Running 30s test @ http://localhost:8080/
  5. 16 threads and 400 connections
  6. Thread Stats Avg Stdev Max +/- Stdev
  7. Latency 1.27ms 2.26ms 87.33ms 89.08%
  8. Req/Sec 49.09k 8.08k 97.76k 69.79%
  9. 23493417 requests in 30.10s, 1.09GB read
  10. Requests/sec: 780566.70
  11. Transfer/sec: 37.22MB
  12.  
  13. mofuw:
  14.  
  15. ./wrk -t16 -c400 -d30s http://localhost:8080/
  16. Running 30s test @ http://localhost:8080/
  17. 16 threads and 400 connections
  18. Thread Stats Avg Stdev Max +/- Stdev
  19. Latency 2.89ms 7.41ms 263.49ms 93.76%
  20. Req/Sec 23.88k 8.05k 64.98k 75.48%
  21. 11427470 requests in 30.10s, 1.43GB read
  22. Requests/sec: 379684.36
  23. Transfer/sec: 48.52MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement