Hi all !
why the root id had taken lot of cpu usage and what process they are running ?
[root] >ps gu|head -n 1;ps gu|egrep -iv "CPU|kproc"|sort +2b -3 -n -r|head -n>
USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND
root 774 11.8 0.0 16 16 - A Jun 30 6149:04 wait
root 1290 11.7 0.0 16 16 - A Jun 30 6093:06 wait
root 1806 11.7 0.0 16 16 - A Jun 30 6107:35 wait
root 2322 11.7 0.0 16 16 - A Jun 30 6129:20 wait
root 2064 11.4 0.0 16 16 - A Jun 30 5930:56 wait
root 1032 11.3 0.0 16 16 - A Jun 30 5889:10 wait
root 1548 11.3 0.0 16 16 - A Jun 30 5909:15 wait
root 516 11.2 0.0 16 16 - A Jun 30 5843:55 wait
it01 70242 0.7 0.0 5112 4488 pts/152 A 11:15:54 0:33 uv
it02 231146 0.3 0.0 6792 6168 pts/219 A 10:14:26 1:50 uv
it05 104942 0.3 0.0 5260 4636 pts/91 A 10:47:38 0:47 uv
it11 197682 0.3 0.0 5104 4480 pts/323 A 11:09:30 0:25 uv
it15 216682 0.2 0.0 5256 4632 pts/20 A 10:51:06 0:34 uv
it16 51540 0.2 0.0 7404 6780 pts/54 A 10:02:10 1:04 uv
it20 54944 0.2 0.0 6652 6028 pts/15 A 07:36:56 3:02 uv
Thank you
shoux
why the root id had taken lot of cpu usage and what process they are running ?
[root] >ps gu|head -n 1;ps gu|egrep -iv "CPU|kproc"|sort +2b -3 -n -r|head -n>
USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND
root 774 11.8 0.0 16 16 - A Jun 30 6149:04 wait
root 1290 11.7 0.0 16 16 - A Jun 30 6093:06 wait
root 1806 11.7 0.0 16 16 - A Jun 30 6107:35 wait
root 2322 11.7 0.0 16 16 - A Jun 30 6129:20 wait
root 2064 11.4 0.0 16 16 - A Jun 30 5930:56 wait
root 1032 11.3 0.0 16 16 - A Jun 30 5889:10 wait
root 1548 11.3 0.0 16 16 - A Jun 30 5909:15 wait
root 516 11.2 0.0 16 16 - A Jun 30 5843:55 wait
it01 70242 0.7 0.0 5112 4488 pts/152 A 11:15:54 0:33 uv
it02 231146 0.3 0.0 6792 6168 pts/219 A 10:14:26 1:50 uv
it05 104942 0.3 0.0 5260 4636 pts/91 A 10:47:38 0:47 uv
it11 197682 0.3 0.0 5104 4480 pts/323 A 11:09:30 0:25 uv
it15 216682 0.2 0.0 5256 4632 pts/20 A 10:51:06 0:34 uv
it16 51540 0.2 0.0 7404 6780 pts/54 A 10:02:10 1:04 uv
it20 54944 0.2 0.0 6652 6028 pts/15 A 07:36:56 3:02 uv
Thank you
shoux