jakubmisek

ab -c4 -t10 http://localhost:5000/

Sep 12th, 2016
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Finished 43130 requests
  2.  
  3.  
  4. Server Software: Kestrel
  5. Server Hostname: localhost
  6. Server Port: 5000
  7.  
  8. Document Path: /
  9. Document Length: 12 bytes
  10.  
  11. Concurrency Level: 4
  12. Time taken for tests: 10.000 seconds
  13. Complete requests: 43130
  14. Failed requests: 0
  15. Total transferred: 3666050 bytes
  16. HTML transferred: 517560 bytes
  17. Requests per second: 4313.00 [#/sec] (mean)
  18. Time per request: 0.927 [ms] (mean)
  19. Time per request: 0.232 [ms] (mean, across all concurrent requests)
  20. Transfer rate: 358.01 [Kbytes/sec] received
  21.  
  22. Connection Times (ms)
  23. min mean[+/-sd] median max
  24. Connect: 0 0 0.3 0 1
  25. Processing: 0 1 0.5 1 7
  26. Waiting: 0 1 0.5 1 6
  27. Total: 0 1 0.4 1 7
  28.  
  29. Percentage of the requests served within a certain time (ms)
  30. 50% 1
  31. 66% 1
  32. 75% 1
  33. 80% 1
  34. 90% 1
  35. 95% 1
  36. 98% 1
  37. 99% 1
  38. 100% 7 (longest request)
Add Comment
Please, Sign In to add comment