How to get “requests per second” for Apache in Linux?

前端 未结 9 702
情书的邮戳
情书的邮戳 2021-01-30 17:53

In Windows for ASP, you can get it perfmon, but...

How to get \"requests per second\" for Apache in Linux?

9条回答
  •  一个人的身影
    2021-01-30 18:56

    mod_status is the one! if you call it with:

    http://{ip}/server-status?refresh=1&auto-refresh=true

    Then it auto refreshes every 2 seconds so you can see a constant realtime view :-)

提交回复
热议问题