Hi,

I attempted to tune Apache's configuration, and used below settings:

<IfModule mpm_event_module>
ThreadsPerChild 64
MaxRequestWorkers 1600
MinSpareThreads 800
MaxSpareThreads 1600
ServerLimit 25
MaxConnectionsPerChild 0
</IfModule>

But checking /server-status I only see Max workers up to 1152


Server uptime: 11 hours 20 minutes 35 seconds
Server load: 0.15 0.15 0.21
Total accesses: 57926 - Total Traffic: 279.6 MB - Total Duration: 50642985
CPU Usage: u35.7 s29.44 cu0 cs0 - .16% CPU load
1.42 requests/sec - 7.0 kB/second - 5060 B/request - 874.27 ms/request
130 requests currently being processed, 1022 idle workers
Slot    PID     Stopping        Connections     Threads Async connections
total   accepting       busy    idle    writing keep-alive      closing
0       22539   no      0       yes     0       64      0       0       0
1       22540   no      0       yes     0       64      0       0       0
2       22541   no      0       yes     0       64      0       0       0
3       22743   no      0       yes     0       64      0       0       0
4       22832   no      0       yes     0       64      0       0       0
5       22833   no      3       yes     3       61      0       0       0
6       22974   no      1       yes     2       62      0       0       0
7       22975   no      3       yes     3       61      0       0       0
8       22976   no      5       yes     4       60      0       0       0
9       22983   no      4       yes     4       60      0       0       0
10      23272   no      2       yes     2       62      0       0       0
11      23273   no      6       yes     5       59      0       0       0
12      23274   no      12      yes     10      54      0       1       0
13      23280   no      12      yes     12      52      0       0       0
14      23288   no      14      yes     13      51      0       0       0
15      23300   no      20      yes     19      45      0       0       0
16      23331   no      54      yes     53      11      0       0       0
17      23370   no      0       yes     0       64      0       0       0
Sum     18      0       136             130     1022    0       1       0

Am I reading it incorrectly?

Regards,

Norbert Elbanbuena

Reply via email to