Type ps aux at the bash prompt. The third column will show the percentage of CPU usage. Here's a sample:
Code:[/var/tmp]$ ps aux USER PID %CPU %MEM SIZE RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 0 0 ? SW Dec 10 0:00 init root 2 0.0 0.0 0 0 ? SW Dec 10 0:05 (kflushd) root 3 0.0 0.0 0 0 ? SW Dec 10 0:00 (kswapd) root 61 0.0 0.0 0 0 ? SW Dec 10 0:26 EventSwitcher root 62 0.2 3.8 6040 1088 ? S Dec 10 3:40 MfsDaemon root 63 0.0 1.1 1092 316 ? S Dec 10 0:00 fancontrol


Reply With Quote