Home  >  Q&A  >  body text

httpd - What aspects of Apache HTTP server performance include? What tools are available to obtain these performance data for monitoring?

I want to monitor the performance of the Apache HTTP server.
What I think of for the moment is the number of processes, threads, and connections. I don’t know what else needs to be taken into consideration?

巴扎黑巴扎黑2713 days ago507

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-16 17:03:27

    The most important performance indicator of an http server is throughput (the number of requests it can handle per second)
    The other thing is the health monitoring of the server. For example, install zabbix to monitor cpu io memory bandwidth and so on. .

    Apache has a health module status_module. After opening it, you can check the throughput and the current number of requests and connections.

    reply
    0
  • Cancelreply