cpu usage

cpu usage

am 25.02.2004 14:10:14 von urgrue

i have a server that continuously maxes out its cpu, and id like to try
and pinpoint what is causing it.
the problem is, top shows for example:
CPU states: 0.7% user, 97.3% system, 0.0% nice, 0.0% idle

system is, presumably, kernel and kernel modules. but can i get any
more detailed info about this kernel resource usage somehow?

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: cpu usage

am 25.02.2004 23:24:28 von jbrown106

On Wed, Feb 25, 2004 at 03:10:14PM +0200, urgrue wrote:
> i have a server that continuously maxes out its cpu, and id like to try
> and pinpoint what is causing it.
> the problem is, top shows for example:
> CPU states: 0.7% user, 97.3% system, 0.0% nice, 0.0% idle
>
> system is, presumably, kernel and kernel modules. but can i get any
> more detailed info about this kernel resource usage somehow?

If this is from /bin/top, system is a lot more than just kernel modules.
It includes every process run by root, and possibly a few others (such as
daemon or bin - not to sure about this tho).

Using top, you can also show what processes are using up the most CPU here
(my personal guess, without any access to further data, is that its a bad
daemon process).

>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html

--
"Without the freedom to become what we want, we shall not evolve, either as
a race, or as an individual." - Someone
"There are four boxes to be used in defense of liberty: soap,
ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html