Advertisement
Guest User

MikelSV StormServer / poll select

a guest
May 28th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. #ab -kc 10 -t 60 http://localhost:1111/
  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 5000 requests
  8. Completed 10000 requests
  9. Completed 15000 requests
  10. Completed 20000 requests
  11. Completed 25000 requests
  12. Completed 30000 requests
  13. Completed 35000 requests
  14. Completed 40000 requests
  15. Completed 45000 requests
  16. Completed 50000 requests
  17. Finished 50000 requests
  18.  
  19.  
  20. Server Software: StormServer
  21. Server Hostname: localhost
  22. Server Port: 1111
  23.  
  24. Document Path: /
  25. Document Length: 13 bytes
  26.  
  27. Concurrency Level: 10
  28. Time taken for tests: 6.460 seconds
  29. Complete requests: 50000
  30. Failed requests: 0
  31. Write errors: 0
  32. Non-2xx responses: 50004
  33. Keep-Alive requests: 0
  34. Total transferred: 3000240 bytes
  35. HTML transferred: 650052 bytes
  36. Requests per second: 7739.69 [#/sec] (mean)
  37. Time per request: 1.292 [ms] (mean)
  38. Time per request: 0.129 [ms] (mean, across all concurrent requests)
  39. Transfer rate: 453.53 [Kbytes/sec] received
  40.  
  41. Connection Times (ms)
  42. min mean[+/-sd] median max
  43. Connect: 0 0 0.1 0 3
  44. Processing: 0 1 0.4 1 4
  45. Waiting: 0 1 0.4 0 4
  46. Total: 0 1 0.5 1 5
  47. ERROR: The median and mean for the waiting time are more than twice the standard
  48. deviation apart. These results are NOT reliable.
  49.  
  50. Percentage of the requests served within a certain time (ms)
  51. 50% 1
  52. 66% 1
  53. 75% 1
  54. 80% 2
  55. 90% 2
  56. 95% 2
  57. 98% 2
  58. 99% 2
  59. 100% 5 (longest request)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement