
November 7th, 2012, 10:42 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 6 m 15 sec
Reputation Power: 0
|
|
|
general - Apache MPM worker - apache-status
Hi all,
We use Apache 2.2 with MPM worker and mod_status enable. During proceed performance tests have accessed http://<servername>/server-status and have collected information in csv format.
Can anyone help us with a more detailed explanation of the Scoreboard Key:
"_" Waiting for Connection,
"S" Starting up,
"R" Reading Request
"W" Sending Reply
"K" Keepalive (read)
"D" DNS Lookup,
"C" Closing connection,
"L" Logging,
"G" Gracefully finishing,
"I" Idle cleanup of worker,
"." Open slot with no current process
In particular those boldface.
Thx of lot.
|