Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2012
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.50 KB | None | 0 0
  1. [root@vmdev ~]# ab -n 500 -c 10 -r http://192.168.1.121/test.php
  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 192.168.1.121 (be patient)
  7. Completed 100 requests
  8. Completed 200 requests
  9. Completed 300 requests
  10. Completed 400 requests
  11. Completed 500 requests
  12. Finished 500 requests
  13.  
  14.  
  15. Server Software:        lighttpd/1.4.31
  16. Server Hostname:        192.168.1.121
  17. Server Port:            80
  18.  
  19. Document Path:          /test.php
  20. Document Length:        12 bytes
  21.  
  22. Concurrency Level:      10
  23. Time taken for tests:   2.766 seconds
  24. Complete requests:      500
  25. Failed requests:        0
  26. Write errors:           0
  27. Total transferred:      92000 bytes
  28. HTML transferred:       6000 bytes
  29. Requests per second:    180.77 [#/sec] (mean)
  30. Time per request:       55.318 [ms] (mean)
  31. Time per request:       5.532 [ms] (mean, across all concurrent requests)
  32. Transfer rate:          32.48 [Kbytes/sec] received
  33.  
  34. Connection Times (ms)
  35.               min  mean[+/-sd] median   max
  36. Connect:        2    5   4.0      4      33
  37. Processing:    18   50  22.9     45     181
  38. Waiting:       18   49  22.8     44     181
  39. Total:         25   55  22.6     50     185
  40.  
  41. Percentage of the requests served within a certain time (ms)
  42.   50%     50
  43.   66%     57
  44.   75%     62
  45.   80%     68
  46.   90%     87
  47.   95%     98
  48.   98%    121
  49.   99%    135
  50.  100%    185 (longest request)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement