你真的会 Linux top 命令吗?
linuxmi@linuxmi:~/www.linuxmi.com$ top
top - 09:46:05 up 1:33, 1 user, load average: 0.76, 0.67, 0.74
任务: 350 total, 1 running, 349 sleeping, 0 stopped, 0 zombie
%Cpu(s): 1.0 us, 0.7 sy, 0.0 ni, 97.8 id, 0.0 wa, 0.0 hi, 0.5 si, 0.
MiB Mem : 3886.8 total, 307.9 free, 2175.1 used, 1403.8 buff/cache
MiB Swap: 2048.0 total, 435.8 free, 1612.2 used. 1332.7 avail Mem
进程号 USER PR NI VIRT RES SHR %CPU %MEM TIME+
5816 mssql 20 0 9489420 315860 26100 S 2.3 7.9 2:12.97
99 root 0 -20 0 0 0 I 0.7 0.0 0:09.20
1141 root 20 0 242936 6504 5452 S 0.7 0.2 0:37.47
11835 linuxmi 20 0 4041480 290588 75920 S 0.7 7.3 2:16.77
1924 root 20 0 66412 4732 4156 S 0.3 0.1 0:14.17
2815 vcache 20 0 278864 87112 85116 S 0.3 2.2 0:03.56
3371 linuxmi+ 20 0 190672 5148 3132 S 0.3 0.1 0:04.49
3598 linuxmi+ 20 0 57108 2404 2032 S 0.3 0.1 0:16.62
5864 tr_test 20 0 190672 5780 3080 S 0.3 0.1 0:04.62
按 Z 键更改输出的颜色。我发现这让输出更容易被眼睛看到。
top
命令然后按m键以图形方式显示内存使用情况。
linuxmi@linuxmi:~/www.linuxmi.com$ top -u 'root'
linuxmi@linuxmi:~/www.linuxmi.com$ top -i
linuxmi@linuxmi:~/www.linuxmi.com$ top -d 5
linuxmi@linuxmi:~/www.linuxmi.com$ top -n 2
pgrep
。接下来,按 K 并输入要停止的进程 ID。默认值是列表顶部的任何值,因此请确保在按 Enter 之前输入要停止的 PID ,否则您可能会停止您不打算停止的进程。相关文章:
htop – Linux的交互式进程查看器 https://www.linuxmi.com/htop-linux.html
Linux下的7个系统监视工具 https://www.linuxmi.com/top-linux-htop-atop-more.html
5 款基于终端的佳 Linux 监控工具 https://www.linuxmi.com/5-terminal-linux-monitoring-tools.html
来自:Linux迷
链接:https://www.linuxmi.com/linux-top-command.html
相关文章