[ic] IC process info

Mark Johnson mark at endpoint.com
Sun Dec 28 21:34:56 UTC 2008


Richard Templet wrote:
> DB wrote:
>> Just curious - since updating to 5.6.1, a 'ps-ax' outputs for example:
>>
>> 25960 ?        S      0:06 interchange: done(87)
>> 25995 ?        S      0:02 interchange: done(67)
>> 26166 ?        S      0:01 interchange: done(38)
>> 26196 ?        S      0:00 interchange: done(20)
>> 26242 ?        S      0:00 interchange: done(13)
>>
>> I assume 'done' means that the process has completed(?), but I've been
>> unable to determine what the numbers in parentheses refer to. Can anyone
>> tell me?
>>
> 
> To my knowledge, the number in parentheses is the amount of pages that
> particular daemon has processed.

This is essentially correct. Each of the preforked servers will handle
up to MaxRequestsPerChild number of requests before it is culled and a
replacement spawned. The number in the parens displays how many requests
the given server has handled thus far.


--
Mark Johnson
End Point Corporation
http://www.endpoint.com



More information about the interchange-users mailing list