我在 centos 服务器上使用 apache MPM 事件,配置如下:
<IfModule event.c>
StartServers 8
ServerLimit 32
ThreadsPerChild 256
MaxRequestWorkers 8192
MaxConnectionsPerChild 10000
MinSpareThreads 125
MaxSpareThreads 250
ThreadLimit 256
KeepAlive On
KeepAliveTimeout 2
MaxKeepAliveRequests 500
</IfModule>
现在我需要检查 apache 当前创建了多少个服务器和线程。如何检查这些值?
答案1
你需要mod_statusApache 模块