%cpu in system - squid performance in FreeBSD 5.3

Sean Chittenden sean at chittenden.org
Thu Dec 2 17:51:50 PST 2004


> but the % system time can fluctuate up to 60 at times.  My question is
> if this is about the type of performance I could expect, or if people
> have seen better.

I don't know about other people, but I suspect you're running into lock 
contention.  Try using a post 5.3 snapshot (something from RELENG_5) 
since alc@ has set debug.mpsafevm=1, which lets many calls to the VM 
run without GIANT, which I suspect is your problem and why the system 
usage is all over the place.  -sc

-- 
Sean Chittenden



More information about the freebsd-performance mailing list