Advertisement
kevin25

benkmark

Mar 25th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. root@ever:~# ab -n 10000 -c 200 http://xml.eclickz.com/xml.php
  2. This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
  3. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  4. Copyright 2006 The Apache Software Foundation, http://www.apache.org/
  5.  
  6. Benchmarking xml.eclickz.com (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. Finished 10000 requests
  17.  
  18.  
  19. Server Software: nginx
  20. Server Hostname: xml.eclickz.com
  21. Server Port: 80
  22.  
  23. Document Path: /xml.php
  24. Document Length: 4975 bytes
  25.  
  26. Concurrency Level: 200
  27. Time taken for tests: 37.771409 seconds
  28. Complete requests: 10000
  29. Failed requests: 0
  30. Write errors: 0
  31. Total transferred: 51615161 bytes
  32. HTML transferred: 49754975 bytes
  33. Requests per second: 264.75 [#/sec] (mean)
  34. Time per request: 755.428 [ms] (mean)
  35. Time per request: 3.777 [ms] (mean, across all concurrent requests)
  36. Transfer rate: 1334.47 [Kbytes/sec] received
  37.  
  38. Connection Times (ms)
  39. min mean[+/-sd] median max
  40. Connect: 41 124 482.6 44 3055
  41. Processing: 121 621 353.9 572 2434
  42. Waiting: 120 620 353.8 571 2433
  43. Total: 163 745 617.8 621 4832
  44.  
  45. Percentage of the requests served within a certain time (ms)
  46. 50% 621
  47. 66% 737
  48. 75% 824
  49. 80% 891
  50. 90% 1227
  51. 95% 1669
  52. 98% 3608
  53. 99% 3880
  54. 100% 4832 (longest request)
  55. root@evergreencart:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement