You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2010/01/21 01:18:09 UTC

[mod_fcgid PATCH] display elapsed instead of absolute time in server status

to represent when process was started and when it was last used.

Any concerns with this somewhat gratuitous change?

(also changes "Requests handled" to "Accesses")

now:

Pid	Active	Idle	Accesses	State
30890	99	0	1479	Ready

and after all such tables:

"Active and Idle are time active and time since last request, in seconds."

before:

Pid	     Start time	Last active time	Request handled	State
18135	1258059310	1258059318	126	Ready
17670	1258059285	1258059327	732	Ready
17671	1258059286	1258059327	948	Ready
18136	1258059310	1258059327	294	Ready
17672	1258059287	1258059320	331	Ready