Advertisement
Guest User

ab gatling

a guest
May 6th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. % gatling -p 12345 -n
  2. ...
  3.  
  4. % ab -n 100000 -c 5 http://localhost:12345/index.html
  5. This is ApacheBench, Version 2.3 <$Revision: 655654 $>
  6. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  7. Licensed to The Apache Software Foundation, http://www.apache.org/
  8.  
  9. Benchmarking localhost (be patient)
  10. Completed 10000 requests
  11. Completed 20000 requests
  12. Completed 30000 requests
  13. Completed 40000 requests
  14. Completed 50000 requests
  15. Completed 60000 requests
  16. Completed 70000 requests
  17. Completed 80000 requests
  18. Completed 90000 requests
  19. Completed 100000 requests
  20. Finished 100000 requests
  21.  
  22.  
  23. Server Software: Gatling/0.13
  24. Server Hostname: localhost
  25. Server Port: 12345
  26.  
  27. Document Path: /index.html
  28. Document Length: 13 bytes
  29.  
  30. Concurrency Level: 5
  31. Time taken for tests: 5.556 seconds
  32. Complete requests: 100000
  33. Failed requests: 0
  34. Write errors: 0
  35. Total transferred: 26000000 bytes
  36. HTML transferred: 1300000 bytes
  37. Requests per second: 17998.68 [#/sec] (mean)
  38. Time per request: 0.278 [ms] (mean)
  39. Time per request: 0.056 [ms] (mean, across all concurrent requests)
  40. Transfer rate: 4569.98 [Kbytes/sec] received
  41.  
  42. Connection Times (ms)
  43. min mean[+/-sd] median max
  44. Connect: 0 0 0.0 0 2
  45. Processing: 0 0 0.1 0 4
  46. Waiting: 0 0 0.1 0 4
  47. Total: 0 0 0.1 0 4
  48.  
  49. Percentage of the requests served within a certain time (ms)
  50. 50% 0
  51. 66% 0
  52. 75% 0
  53. 80% 0
  54. 90% 0
  55. 95% 0
  56. 98% 1
  57. 99% 1
  58. 100% 4 (longest request)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement