282
Table 67 Command output
Field Description
JID Job ID of a process. It never changes.
PID Number of a process.
%CPU CPU usage in percentage (%).
%MEM Memory usage in percentage (%).
STAT
State of a process:
• R—Running.
• S—Sleeping.
• T—Traced or stopped.
• D—Uninterruptible sleep.
• Z—Zombie.
PRI Priority of a process for scheduling.
TTY TTY used by a process.
HH:MM:SS Running time since the most recent start.
COMMAND
Name and parameters of a process. If square brackets ([ ]) exist in a process name,
the process is a kernel thread.
display process cpu
Use display process cpu to display CPU usage for all processes.
Syntax
display process cpu [ slot slot-number [ cpu cpu-number ] ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
slot slot-number: Specifies an IRF member device by its member ID. If you do not specify a member
device, this command displays information for the master device.
cpu cpu-number: Specifies a CPU by its number.
Examples
# Display CPU usage for all processes.
<Sysname> display process cpu
CPU utilization in 5 secs: 16.8%; 1 min: 4.7%; 5 mins: 4.7%
JID 5Sec 1Min 5Min Name
1 0.0% 0.0% 0.0% scmd
2 0.0% 0.0% 0.0% [kthreadd]
3 0.1% 0.0% 0.0% [ksoftirqd/0]
...