Originally posted by: SystemAdmin
Hi Kiran,
You may use topas command,
Topas Monitor
for host: AIXMODEL EVENTS/QUEUES FILE/TTY Thu May 3 17:44:49 2012 Interval: 2 Cswitch 214 Readch 1064 Syscall 100 Writech 413 CPU User% Kern% Wait% Idle% Physc Entc Reads 2 Rawin 0 ALL 0.3 7.3 0.0 92.3 0.01 14.2 Writes 2 Ttyout 185 Forks 0 Igets 0 Network KBPS I-Pack O-Pack KB-In KB-Out Execs 0 Namei 1 Total 3.1 36.0 1.0 2.9 0.3 Runqueue 1.0 Dirblk 0 Waitqueue 0.0 Disk Busy% KBPS TPS KB-Read KB-Writ MEMORY Total 0.0 0.0 0.0 0.0 0.0 PAGING Real,MB 2048 Faults 0 % Comp 48 FileSystem KBPS TPS KB-Read KB-Writ Steals 0 % Noncomp 46 Total 1.0 1.5 1.0 0.0 PgspIn 0 % Client 46 PgspOut 0 Name PID CPU% PgSp Owner PageIn 0 PAGING SPACE topas 7340100 0.0 1.5 root PageOut 0 Size,MB 2048 sshd 9699334 0.0 1.1 root Sios 0 % Used 1 nfssync_ 2490472 0.0 0.7 root % Free 99 vmmd 458770 0.0 1.2 root NFS (calls/sec) getty 5374140 0.0 0.6 root SerV2 0 WPAR Activ 0 nfsd 5767376 0.0 1.8 root CliV2 0 WPAR Total 0 xmgc 851998 0.0 0.4 root SerV3 0 Press:
"h"-help java 6357218 0.0 33.2 root CliV3 0
"q"-qui
For example above, topas is your top process, which owns by
root,
You may kill that process already.
root@AIXMODEL:/ # ps -ef|grep 7340100 root 7012426 6684842 0 17:46:18 pts/1 0:00 grep 7340100 root 7340100 8650848 0 17:44:39 pts/0 0:00 topas
Hope this helps
Reagards