On Fri, Aug 31, 2007 at 01:23:08PM -0500, [EMAIL PROTECTED] wrote:
> I'm trying to better understand the output of vmstat, specifically the  
> difference between 'user' and 'system' cpu usage.  I have guessed that  
> 'user' is all user programs, and 'system' is the kernel.  Is that right?

"System" is kernel. That can mean stuff that the kernel does on it's
own, but it also includes when programs you run make calls that end up
in kernel code.

"User" is "userland." Not just programs like Firefox, et al, but also
many other things like daemons ("services") run in userland.

> I've just upgraded PHP versions, and I'm seeing much higher system cpu  
> usage than prior to the upgrade.  Not sure what to attribute that to,  
> or where I ought to look for optimization options.
> 
> Memory usage looks about the same before and after.

If the only thing you've done is upgrade PHP then...

There are ways to find out what php is doing (*trace stuff), but it's
something someone else should help you with, as I'm not that familiar.

-- 
Darrin Chandler            |  Phoenix BSD User Group  |  MetaBUG
[EMAIL PROTECTED]   |  http://phxbug.org/      |  http://metabug.org/
http://www.stilyagin.com/  |  Daemons in the Desert   |  Global BUG Federation
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Reply via email to