Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t20 -c100 -d10s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  2. Running 10s test @ http://localhost:5005/webhooks/rest/webhook
  3. 20 threads and 100 connections
  4. Thread Stats Avg Stdev Max +/- Stdev
  5. Latency 0.00us 0.00us 0.00us nan%
  6. Req/Sec 3.40 3.78 19.00 77.88%
  7. 243 requests in 10.09s, 638.94KB read
  8. Socket errors: connect 0, read 0, write 0, timeout 243
  9. Requests/sec: 24.08
  10. Transfer/sec: 63.31KB
  11. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t20 -c20 -d15s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  12. Running 15s test @ http://localhost:5005/webhooks/rest/webhook
  13. 20 threads and 20 connections
  14. Thread Stats Avg Stdev Max +/- Stdev
  15. Latency 457.78ms 58.32ms 669.98ms 83.57%
  16. Req/Sec 1.56 0.52 3.00 56.01%
  17. 632 requests in 15.10s, 1.62MB read
  18. Socket errors: connect 0, read 0, write 0, timeout 5
  19. Requests/sec: 41.85
  20. Transfer/sec: 110.15KB
  21. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t5 -c5 -d15s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  22. Running 15s test @ http://localhost:5005/webhooks/rest/webhook
  23. 5 threads and 5 connections
  24. Thread Stats Avg Stdev Max +/- Stdev
  25. Latency 152.51ms 54.72ms 420.81ms 86.45%
  26. Req/Sec 7.29 2.85 10.00 66.39%
  27. 488 requests in 15.05s, 1.26MB read
  28. Socket errors: connect 0, read 0, write 0, timeout 1
  29. Requests/sec: 32.42
  30. Transfer/sec: 85.38KB
  31. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t1 -c1 -d15s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  32. Running 15s test @ http://localhost:5005/webhooks/rest/webhook
  33. 1 threads and 1 connections
  34. Thread Stats Avg Stdev Max +/- Stdev
  35. Latency 38.19ms 11.50ms 132.77ms 91.07%
  36. Req/Sec 26.36 6.86 40.00 77.03%
  37. 397 requests in 15.04s, 1.02MB read
  38. Requests/sec: 26.40
  39. Transfer/sec: 69.53KB
  40. ➜ wrk git:(master) ✗
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement