Guest User

Untitled

a guest
Jun 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. ➜ cap git:(master) sudo httperf --hog --server kotify.com --num-conn 1000 --ra 300 --timeout 10
  2. httperf --hog --timeout=10 --client=0/1 --server=physika.org --port=80 --uri=/ --rate=300 --send-buffer=4096 --recv-buffer=16384 --num-conns=1000 --num-calls=1
  3. httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
  4. Maximum connect burst length: 1
  5.  
  6. Total: connections 1000 requests 1000 replies 1000 test-duration 6.408 s
  7.  
  8. Connection rate: 156.1 conn/s (6.4 ms/conn, <=257 concurrent connections)
  9. Connection time [ms]: min 148.0 avg 775.7 max 3202.1 median 623.5 stddev 728.1
  10. Connection time [ms]: connect 76.1
  11. Connection length [replies/conn]: 1.000
  12.  
  13. Request rate: 156.1 req/s (6.4 ms/req)
  14. Request size [B]: 64.0
  15.  
  16. Reply rate [replies/s]: min 188.0 avg 188.0 max 188.0 stddev 0.0 (1 samples)
  17. Reply time [ms]: response 666.4 transfer 33.3
  18. Reply size [B]: header 225.0 content 4328.0 footer 0.0 (total 4553.0)
  19. Reply status: 1xx=0 2xx=1000 3xx=0 4xx=0 5xx=0
  20.  
  21. CPU time [s]: user 0.19 system 6.18 (user 3.0% system 96.4% total 99.4%)
  22. Net I/O: 703.6 KB/s (5.8*10^6 bps)
  23.  
  24. Errors: total 0 client-timo 0 socket-timo 0 connrefused 0 connreset 0
  25. Errors: fd-unavail 0 addrunavail 0 ftab-full 0 other 0
  26. ➜ cap git:(master) sudo httperf --hog --server elky.me --num-conn 1000 --ra 300 --timeout 10
  27. httperf --hog --timeout=10 --client=0/1 --server=elky.me --port=80 --uri=/ --rate=300 --send-buffer=4096 --recv-buffer=16384 --num-conns=1000 --num-calls=1
  28. httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
  29. Maximum connect burst length: 1
  30.  
  31. Total: connections 1000 requests 1000 replies 943 test-duration 12.005 s
  32.  
  33. Connection rate: 83.3 conn/s (12.0 ms/conn, <=723 concurrent connections)
  34. Connection time [ms]: min 143.5 avg 3496.8 max 10058.0 median 2864.5 stddev 2952.4
  35. Connection time [ms]: connect 299.1
  36. Connection length [replies/conn]: 1.000
  37.  
  38. Request rate: 83.3 req/s (12.0 ms/req)
  39. Request size [B]: 60.0
  40.  
  41. Reply rate [replies/s]: min 58.4 avg 85.4 max 112.4 stddev 38.2 (2 samples)
  42. Reply time [ms]: response 3183.3 transfer 0.8
  43. Reply size [B]: header 194.0 content 2129.0 footer 1.0 (total 2324.0)
  44. Reply status: 1xx=0 2xx=506 3xx=0 4xx=0 5xx=437
  45.  
  46. CPU time [s]: user 0.20 system 11.74 (user 1.6% system 97.8% total 99.4%)
  47. Net I/O: 183.2 KB/s (1.5*10^6 bps)
  48.  
  49. Errors: total 57 client-timo 57 socket-timo 0 connrefused 0 connreset 0
  50. Errors: fd-unavail 0 addrunavail 0 ftab-full 0 other 0
Add Comment
Please, Sign In to add comment