ps auxw | less the CPU % is column 3 Or ps auxw | sort +2 -3 -r | head to sort on column 3
On Wed, 2002-11-13 at 11:28, Nick Rout wrote: > I have a small printserver box with a very cut down distro on board. It > doesn't have top. I just noticed its load average is above 2 for at > least the last 15 minutes (ie during morning tea when no one is printing). > > How do I tell whats causing this without "top". > -- > Nick Rout <[EMAIL PROTECTED]>
