Original question:
Some time when I typed some thing from keyboard or run a command,
it responds from the screen was delayed a few second to display.
What is the problem and how to fix it?
Thank you!
Run the "top" program:
#top
load averages: 3.42, 1.00, 0.81
10:20:57
87 processes: 6 running, 11 sleeping, 70 idle
CPU states: 0.0% user, 0.0% nice, 89.0% system, 10.8% idle
Memory: Real: 245M/2507M act/tot Virtual: 2046M use/tot Free: 1943M
PID USERNAME PRI NICE SIZE RES STATE TIME CPU COMMAND
26 root 52 0 1704K 90K run 61.9H 96.40% update
30671 root 44 0 2672K 401K run 0:00 0.30% top
444 root 44 0 1872K 163K sleep 2:12 0.00% snmpd
148 root 44 0 1744K 155K sleep 0:03 0.00% syslogd
460 root 44 0 2944K 663K sleep 0:02 0.00% cpq_mibs
8490 root 44 0 9104K 1671K sleep 0:00 0.00% dtgreet
873 root 44 0 2944K 475K sleep 0:00 0.00% httpd
524 root 44 0 4192K 409K sleep 0:00 0.00% sshd2
328 root 44 0 1704K 65K sleep 0:00 0.00% nfsiod
Find:
The process "update" uses 96.40% CPU. It looks something wrong.
I killed the update process and re-run it again. The delayed display problem
is OK.
Thanks for your help!
Received on Mon Jan 14 2002 - 17:09:06 NZDT