English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux top command is used to display the dynamic of processes in real time.
Usage permission: All users.
top [-[d delay] [q] [c] [S] [s] [i] [n] [b]
Parameter Description:
Display process information
# top
Display complete command
# top -c
Display program information in batch processing mode
# top -b
Display program information in cumulative mode
# top -S
Set the number of information updates
top -n 2 //Indicates the update will stop after two updates
Set the information update time
# top -d 3 //Indicates the update cycle is3Seconds
Display specified process information
# top -p 139 //Display process number139Process information, CPU, memory usage rate, etc.
Exit after displaying updates ten times
top -n 10
Users will not be able to use interactive commands to issue commands to the process
top -s