Advertisement
akhfa

Apache Benchmark centminmod default installation

Jul 3rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. This is the result of apache benchmark for default centminmod installation with specification below:
  2.  
  3. target server:
  4. VULTR 4 GB RAM SG region
  5.  
  6. tester:
  7. VULTR 512 MB RAM SG region
  8.  
  9. The CPU usage of tester instance is low, and the CPU usage of target server is full, so the probability of bottleneck in tester instance is low. Fyi tester instance can use ~300 Mbps when test the target instance.
  10.  
  11. [root@mytest ~]# ab -n 15000 -c 1000 http://x.x.x.x/info.php
  12. This is ApacheBench, Version 2.3 <$Revision: 1430300 $>
  13. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  14. Licensed to The Apache Software Foundation, http://www.apache.org/
  15.  
  16. Benchmarking x.x.x.x (be patient)
  17. Completed 1500 requests
  18. Completed 3000 requests
  19. Completed 4500 requests
  20. Completed 6000 requests
  21. Completed 7500 requests
  22. Completed 9000 requests
  23. Completed 10500 requests
  24. Completed 12000 requests
  25. Completed 13500 requests
  26. Completed 15000 requests
  27. Finished 15000 requests
  28.  
  29.  
  30. Server Software: nginx
  31. Server Hostname: x.x.x.x
  32. Server Port: 80
  33.  
  34. Document Path: /info.php
  35. Document Length: 106140 bytes
  36.  
  37. Concurrency Level: 1000
  38. Time taken for tests: 40.147 seconds
  39. Complete requests: 15000
  40. Failed requests: 14980
  41. (Connect: 0, Receive: 0, Length: 14980, Exceptions: 0)
  42. Write errors: 0
  43. Total transferred: 1594607252 bytes
  44. HTML transferred: 1592147252 bytes
  45. Requests per second: 373.62 [#/sec] (mean)
  46. Time per request: 2676.493 [ms] (mean)
  47. Time per request: 2.676 [ms] (mean, across all concurrent requests)
  48. Transfer rate: 38787.91 [Kbytes/sec] received
  49.  
  50. Connection Times (ms)
  51. min mean[+/-sd] median max
  52. Connect: 0 3 14.0 0 1014
  53. Processing: 101 2564 280.7 2577 3439
  54. Waiting: 100 2561 280.4 2574 3437
  55. Total: 143 2567 276.5 2579 3573
  56.  
  57. Percentage of the requests served within a certain time (ms)
  58. 50% 2579
  59. 66% 2661
  60. 75% 2726
  61. 80% 2756
  62. 90% 2828
  63. 95% 2872
  64. 98% 2953
  65. 99% 3035
  66. 100% 3573 (longest request)
  67. [root@mytest ~]#
  68. [root@mytest ~]# ab -n 15000 -c 1000 http://x.x.x.x/info.php
  69. This is ApacheBench, Version 2.3 <$Revision: 1430300 $>
  70. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  71. Licensed to The Apache Software Foundation, http://www.apache.org/
  72.  
  73. Benchmarking x.x.x.x (be patient)
  74. Completed 1500 requests
  75. Completed 3000 requests
  76. Completed 4500 requests
  77. Completed 6000 requests
  78. Completed 7500 requests
  79. Completed 9000 requests
  80. Completed 10500 requests
  81. Completed 12000 requests
  82. Completed 13500 requests
  83. Completed 15000 requests
  84. Finished 15000 requests
  85.  
  86.  
  87. Server Software: nginx
  88. Server Hostname: x.x.x.x
  89. Server Port: 80
  90.  
  91. Document Path: /info.php
  92. Document Length: 106140 bytes
  93.  
  94. Concurrency Level: 1000
  95. Time taken for tests: 42.011 seconds
  96. Complete requests: 15000
  97. Failed requests: 14967
  98. (Connect: 0, Receive: 0, Length: 14967, Exceptions: 0)
  99. Write errors: 0
  100. Total transferred: 1594607264 bytes
  101. HTML transferred: 1592147264 bytes
  102. Requests per second: 357.05 [#/sec] (mean)
  103. Time per request: 2800.724 [ms] (mean)
  104. Time per request: 2.801 [ms] (mean, across all concurrent requests)
  105. Transfer rate: 37067.41 [Kbytes/sec] received
  106.  
  107. Connection Times (ms)
  108. min mean[+/-sd] median max
  109. Connect: 0 3 6.0 0 30
  110. Processing: 160 2690 306.9 2691 4640
  111. Waiting: 156 2686 306.3 2688 4639
  112. Total: 189 2692 303.1 2692 4640
  113.  
  114. Percentage of the requests served within a certain time (ms)
  115. 50% 2692
  116. 66% 2798
  117. 75% 2877
  118. 80% 2898
  119. 90% 2976
  120. 95% 3032
  121. 98% 3083
  122. 99% 3137
  123. 100% 4640 (longest request)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement