diagnose sys top
Show top processes information.
diagnose sys top
This command is similar to the standard Linux top command, with a limited set of interactions available. The set of columns displayed is not editable.
By default, the table is sorted by %CPU.
The following interactive commands are available:
| Command | Description |
S | s |
Turn on cumulative time mode. Each process is listed with the CPU time it and its children have used. |
1 | C | c |
Toggle CPU single or separate display in the summary area. |
M | m |
Sort by %MEM (memory usage) column, which is not displayed. |
|
|
Sort by PID (process ID) column. |
P | p |
Sort by %CPU (CPU usage) column. |
R | r |
Reverse the order of the current sort. |
| Up, PgUp, down, PgDn | Scroll up or down through the list. |
| Home, End | Scroll to the top of bottom of the list. |