in reply to Re: CPU Usage by VirtualHost
in thread CPU Usage by VirtualHost

The handlers are run in the same process as the apache process... I will check out times.

Replies are listed 'Best First'.
Re^3: CPU Usage by VirtualHost
by tdevil76 (Beadle) on Jun 09, 2007 at 02:29 UTC
    SO, it looks like times() uses the same cpu times from the /proc filesystem that everything else uses. I wonder what I need to do (a signal that needs to be sent maybe) to get the /proc cpu usage stats to update....