2010/4/28 Jordan Tomkinson <[email protected]>: > On Sat, Apr 24, 2010 at 6:20 PM, Taavi Sannik <[email protected]> wrote: >> On 04/17/2010 08:25 PM, Jordan Tomkinson wrote: >>> >>> Apache 2.2.15 with mpm-peruser 0.4rc1 /server-status/ shows the >>> following - http://moodle.com/peruser.html >>> >>> As you can see, it says "3 requests currently being processed, 82 idle >>> workers" but then proceeds to show 118 processes with client IP and >>> GET/POST requests >>> >>> Is this a bug or am I reading it wrong? >>> >> >> Hello! >> >> The GET/POST request list may show some completed requests - this is >> completely normal and also happens on stock apache. Completed requests are >> the ones with no PID assigned (second column). > > > Although as you can see from the url above, most of my requests DO > have pid's so they are currently in progress yet it says only 3 at the > top and counts the rest as "Waiting for connection"
the first table is showing last active requests served on according slots the pids mean that the process is active but it doesn't mean that it is processing any request you can distinguish running processes using column M Mode of operation, if there is something other than . or - the process is processing a connection, so the stats are correct -- Lazy _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
