Advertisement
Guest User

Load testing - without Varnish

a guest
Jul 13th, 2011
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. gdr@gdr-desktop:~$ ab -n 10000 -c 20 http://localhost/j15/
  2. This is ApacheBench, Version 2.3 <$Revision: 655654 $>
  3. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  4. Licensed to The Apache Software Foundation, http://www.apache.org/
  5.  
  6. Benchmarking localhost (be patient)
  7. Completed 1000 requests
  8. Completed 2000 requests
  9. Completed 3000 requests
  10. Completed 4000 requests
  11. Completed 5000 requests
  12. Completed 6000 requests
  13. Completed 7000 requests
  14. Completed 8000 requests
  15. Completed 9000 requests
  16. Completed 10000 requests
  17. Finished 10000 requests
  18.  
  19.  
  20. Server Software: Apache/2.2.17
  21. Server Hostname: localhost
  22. Server Port: 80
  23.  
  24. Document Path: /j15/
  25. Document Length: 32593 bytes
  26.  
  27. Concurrency Level: 20
  28. Time taken for tests: 459.426 seconds
  29. Complete requests: 10000
  30. Failed requests: 8932
  31. (Connect: 0, Receive: 0, Length: 8932, Exceptions: 0)
  32. Write errors: 0
  33. Total transferred: 329019061 bytes
  34. HTML transferred: 325629061 bytes
  35. Requests per second: 21.77 [#/sec] (mean)
  36. Time per request: 918.853 [ms] (mean)
  37. Time per request: 45.943 [ms] (mean, across all concurrent requests)
  38. Transfer rate: 699.37 [Kbytes/sec] received
  39.  
  40. Connection Times (ms)
  41. min mean[+/-sd] median max
  42. Connect: 0 0 0.6 0 16
  43. Processing: 173 918 306.9 923 2017
  44. Waiting: 163 856 284.7 858 1877
  45. Total: 173 918 306.9 923 2017
  46.  
  47. Percentage of the requests served within a certain time (ms)
  48. 50% 923
  49. 66% 1083
  50. 75% 1163
  51. 80% 1210
  52. 90% 1316
  53. 95% 1398
  54. 98% 1480
  55. 99% 1534
  56. 100% 2017 (longest request)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement