Transfusion

Apache: ab -kc 1 -n 100000 http://localhost:81/phpinfo.php

Mar 16th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. This is ApacheBench, Version 2.3 <$Revision: 655654 $>
  2. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  3. Licensed to The Apache Software Foundation, http://www.apache.org/
  4.  
  5. Benchmarking localhost (be patient)
  6.  
  7.  
  8. Server Software: Apache/2.2.22
  9. Server Hostname: localhost
  10. Server Port: 81
  11.  
  12. Document Path: /phpinfo.php
  13. Document Length: 85248 bytes
  14.  
  15. Concurrency Level: 1
  16. Time taken for tests: 165.031 seconds
  17. Complete requests: 100000
  18. Failed requests: 9716
  19. (Connect: 0, Receive: 0, Length: 9716, Exceptions: 0)
  20. Write errors: 0
  21. Keep-Alive requests: 0
  22. Total transferred: 8543888939 bytes
  23. HTML transferred: 8524788939 bytes
  24. Requests per second: 605.95 [#/sec] (mean)
  25. Time per request: 1.650 [ms] (mean)
  26. Time per request: 1.650 [ms] (mean, across all concurrent requests)
  27. Transfer rate: 50558.12 [Kbytes/sec] received
  28.  
  29. Connection Times (ms)
  30. min mean[+/-sd] median max
  31. Connect: 0 0 0.0 0 2
  32. Processing: 1 2 0.2 2 8
  33. Waiting: 0 1 0.2 1 6
  34. Total: 1 2 0.2 2 8
  35.  
  36. Percentage of the requests served within a certain time (ms)
  37. 50% 2
  38. 66% 2
  39. 75% 2
  40. 80% 2
  41. 90% 2
  42. 95% 2
  43. 98% 2
  44. 99% 2
  45. 100% 8 (longest request)
Add Comment
Please, Sign In to add comment