Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.72 KB | None | 0 0
  1. root@haste ~ # curl localhost/server-status?auto | grep -i ReqPerSec
  2.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  3.                                  Dload  Upload   Total   Spent    Left  Speed
  4. 100   332  100   332    0     0   474k      0 --:--:-- --:--:-- --:--:--     0
  5. ReqPerSec: 94.9104
  6. root@haste ~ # curl localhost/server-status?auto
  7. Total Accesses: 14740912
  8. Total kBytes: 1541484
  9. CPULoad: .104899
  10. Uptime: 155311
  11. ReqPerSec: 94.9122
  12. BytesPerSec: 10163.3
  13. BytesPerReq: 107.082
  14. BusyWorkers: 28
  15. IdleWorkers: 63
  16. Scoreboard: R__C_C_CC_C____CC__________W_____C_C_C________C__C_CW____C_C__C__W_WC__CW____C__C__C___C___.........................................................
  17. root@haste ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement