Advertisement
kevin25

benchmark-visiting

Mar 29th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. root@kali:~# ab -n 100 -c 100 http://visitingmedia.com/
  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 visitingmedia.com (be patient).....done
  7.  
  8.  
  9. Server Software: nginx
  10. Server Hostname: visitingmedia.com
  11. Server Port: 80
  12.  
  13. Document Path: /
  14. Document Length: 870294 bytes
  15.  
  16. Concurrency Level: 100
  17. Time taken for tests: 99.379 seconds
  18. Complete requests: 100
  19. Failed requests: 16
  20. (Connect: 0, Receive: 0, Length: 16, Exceptions: 0)
  21. Write errors: 0
  22. Total transferred: 87073697 bytes
  23. HTML transferred: 87029297 bytes
  24. Requests per second: 1.01 [#/sec] (mean)
  25. Time per request: 99379.422 [ms] (mean)
  26. Time per request: 993.794 [ms] (mean, across all concurrent requests)
  27. Transfer rate: 855.64 [Kbytes/sec] received
  28.  
  29. Connection Times (ms)
  30. min mean[+/-sd] median max
  31. Connect: 262 354 281.7 292 1661
  32. Processing: 22572 59941 11311.5 60447 99094
  33. Waiting: 997 7102 3097.9 6543 12788
  34. Total: 22862 60295 11321.3 60730 99375
  35.  
  36. Percentage of the requests served within a certain time (ms)
  37. 50% 60730
  38. 66% 64707
  39. 75% 68112
  40. 80% 68825
  41. 90% 73999
  42. 95% 77500
  43. 98% 80356
  44. 99% 99375
  45. 100% 99375 (longest request)
  46. root@kali:~# ab -n 50 -c 50 http://visitingmedia.com/
  47. This is ApacheBench, Version 2.3 <$Revision: 655654 $>
  48. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  49. Licensed to The Apache Software Foundation, http://www.apache.org/
  50.  
  51. Benchmarking visitingmedia.com (be patient).....done
  52.  
  53.  
  54. Server Software: nginx
  55. Server Hostname: visitingmedia.com
  56. Server Port: 80
  57.  
  58. Document Path: /
  59. Document Length: 870295 bytes
  60.  
  61. Concurrency Level: 50
  62. Time taken for tests: 95.815 seconds
  63. Complete requests: 50
  64. Failed requests: 43
  65. (Connect: 0, Receive: 0, Length: 43, Exceptions: 0)
  66. Write errors: 0
  67. Total transferred: 42878830 bytes
  68. HTML transferred: 42856630 bytes
  69. Requests per second: 0.52 [#/sec] (mean)
  70. Time per request: 95814.914 [ms] (mean)
  71. Time per request: 1916.298 [ms] (mean, across all concurrent requests)
  72. Transfer rate: 437.03 [Kbytes/sec] received
  73.  
  74. Connection Times (ms)
  75. min mean[+/-sd] median max
  76. Connect: 260 467 466.0 284 1864
  77. Processing: 11817 41153 13648.1 41965 95512
  78. Waiting: 971 5101 2113.2 4563 8735
  79. Total: 12079 41621 13714.1 42247 95811
  80.  
  81. Percentage of the requests served within a certain time (ms)
  82. 50% 42247
  83. 66% 45640
  84. 75% 47614
  85. 80% 50777
  86. 90% 54849
  87. 95% 59232
  88. 98% 95811
  89. 99% 95811
  90. 100% 95811 (longest request)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement