293
87 processes; 113 threads; 735 fds
Thread states: 1 running, 112 sleeping, 0 stopped, 0 zombie
CPU states: 90.66% idle, 0.88% user, 5.77% kernel, 2.66% interrupt
Memory: 755M total, 414M available, page size 4K
JID PID PRI State FDs MEM HH:MM:SS CPU Name
862 862 120 S 61 5384K 00:00:01 0.00% dbmd
905 905 120 S 35 2464K 00:00:02 0.00% ipbased
863 863 120 S 31 1956K 00:00:00 0.00% had
884 884 120 S 31 30600K 00:00:00 0.00% lsmd
889 889 120 S 29 61592K 00:00:00 0.00% routed
•
Enter
k
and then enter a JID to kill a process. If you enter
884
, the process with the JID of 884 is
killed.
Enter the JID to kill: 884
84 processes; 107 threads; 683 fds
Thread states: 1 running, 106 sleeping, 0 stopped, 0 zombie
CPU states: 59.03% idle, 1.92% user, 37.88% kernel, 1.15% interrupt
Memory: 755M total, 419M available, page size 4K
JID PID PRI State FDs MEM HH:MM:SS CPU Name
862 862 120 S 56 5384K 00:00:01 0.00% dbmd
905 905 120 S 35 2464K 00:00:02 0.00% ipbased
863 863 120 S 30 1956K 00:00:00 0.00% had
889 889 120 S 29 61592K 00:00:00 0.00% routed
1160 1160 120 S 28 23096K 00:00:01 0.19% sshd
•
Enter
q
to quit interactive mode.
Table 70 Command output
Field Description
84 processes; 107
threads; 683 fds
Numbers of processes, threads, and open files.
JID
Job ID of a process, which never changes.
PID
ID of a process.
PRI
Priority level of a process.
State
State of a process:
•
R
—Running.
•
S
—Sleeping.
•
T
—Traced or stopped.
•
D
—Uninterruptible sleep.
•
Z
—Zombie.
FDs
Number of open files for a process.
MEM
Memory usage. It displays
0
for a kernel thread.
HH:MM:SS
Running time of a process since last restart.
CPU
CPU usage of a process.
Name
Name of a process. If square brackets ([ ]) exist in a process name, the process
is a kernel thread.