Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 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.  
  12. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t20 -c20 -d15s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  13. Running 15s test @ http://localhost:5005/webhooks/rest/webhook
  14. 20 threads and 20 connections
  15. Thread Stats Avg Stdev Max +/- Stdev
  16. Latency 457.78ms 58.32ms 669.98ms 83.57%
  17. Req/Sec 1.56 0.52 3.00 56.01%
  18. 632 requests in 15.10s, 1.62MB read
  19. Socket errors: connect 0, read 0, write 0, timeout 5
  20. Requests/sec: 41.85
  21. Transfer/sec: 110.15KB
  22.  
  23. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t5 -c5 -d15s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  24. Running 15s test @ http://localhost:5005/webhooks/rest/webhook
  25. 5 threads and 5 connections
  26. Thread Stats Avg Stdev Max +/- Stdev
  27. Latency 152.51ms 54.72ms 420.81ms 86.45%
  28. Req/Sec 7.29 2.85 10.00 66.39%
  29. 488 requests in 15.05s, 1.26MB read
  30. Socket errors: connect 0, read 0, write 0, timeout 1
  31. Requests/sec: 32.42
  32. Transfer/sec: 85.38KB
  33.  
  34. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t1 -c1 -d15s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  35. Running 15s test @ http://localhost:5005/webhooks/rest/webhook
  36. 1 threads and 1 connections
  37. Thread Stats Avg Stdev Max +/- Stdev
  38. Latency 38.19ms 11.50ms 132.77ms 91.07%
  39. Req/Sec 26.36 6.86 40.00 77.03%
  40. 397 requests in 15.04s, 1.02MB read
  41. Requests/sec: 26.40
  42. Transfer/sec: 69.53KB
  43.  
  44. ➜ wrk git:(master) ✗ ./wrk --timeout 1s -t20 -c40 -d15s -s ./scripts/post.lua http://localhost:5005/webhooks/rest/webhook
  45. Running 15s test @ http://localhost:5005/webhooks/rest/webhook
  46. 20 threads and 40 connections
  47. Thread Stats Avg Stdev Max +/- Stdev
  48. Latency 843.69ms 77.75ms 976.17ms 77.42%
  49. Req/Sec 2.41 2.92 10.00 88.73%
  50. 472 requests in 15.08s, 1.21MB read
  51. Socket errors: connect 0, read 0, write 0, timeout 317
  52. Requests/sec: 31.29
  53. Transfer/sec: 82.41KB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement