top命令都是什么,top快捷指令在哪

首页 > 实用技巧 > 作者:YD1662024-02-21 16:09:22

top命令都是什么,top快捷指令在哪(1)

top命令用于实时监测系统资源使用状况,包含,进程、Cpu,内存等。

1.命令语法

top [options]

2.命令参数选项3.交互

top命令是实时的显示系统资源使用情况,在终端使用此命令后,终端不能再接收其他命令的输入,因此可以在top命令下可以做一些交互,所支持的命令如下

4.使用实例

命令

top

输出

top - 19:00:40 up 1 day, 45 min, 1 user, load average: 0.07, 0.02, 0.00 Tasks: 310 total, 1 running, 302 sleeping, 7 stopped, 0 zombie %Cpu(s): 0.2 us, 0.8 sy, 0.0 ni, 99.0 id, 0.0 wa, 0.0 hi, 0.1 si, 0.0 st MiB Mem : 5568.9 total, 3577.1 free, 958.7 used, 1033.1 buff/cache MiB Swap: 2048.0 total, 2048.0 free, 0.0 used. 4347.7 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME COMMAND 1588 kqz 20 0 291380 65976 38184 S 3.7 1.2 0:37.71 Xorg 1721 kqz 20 0 4245776 253152 98964 S 3.0 4.4 1:14.26 gnome-shell 2033 kqz 20 0 829072 53492 39104 S 2.0 0.9 0:15.52 gnome-terminal- 400 root -51 0 0 0 0 S 0.3 0.0 0:01.34 irq/16-vmwgfx 6092 root 20 0 234056 7648 6900 S 0.3 0.1 0:00.03 fprintd 6094 root 20 0 0 0 0 I 0.3 0.0 0:00.01 kworker/2:2-events 6132 root 20 0 20816 4028 3236 R 0.3 0.1 0:00.04 top 1 root 20 0 167712 11708 8392 S 0.0 0.2 0:06.90 systemd 2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd 3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/0:0H-kblockd 9 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq 10 root 20 0 0 0 0 S 0.0 0.0 0:00.81 ksoftirqd/0 11 root 20 0 0 0 0 I 0.0 0.0 0:13.37 rcu_sched 12 root rt 0 0 0 0 S 0.0 0.0 0:00.58 migration/0 13 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/0 14 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 15 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 16 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/1 17 root rt 0 0 0 0 S 0.0 0.0 0:01.11 migration/1 18 root 20 0 0 0 0 S 0.0 0.0 0:00.26 ksoftirqd/1 20 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/1:0H-kblockd 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/2 23 root rt 0 0 0 0 S 0.0 0.0 0:01.08 migration/2 24 root 20 0 0 0 0 S 0.0 0.0 0:00.18 ksoftirqd/2 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/2:0H-kblockd 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/3 29 root rt 0 0 0 0 S 0.0 0.0 0:01.05 migration/3 30 root 20 0 0 0 0 S 0.0 0.0 0:00.22 ksoftirqd/3 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/3:0H 33 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kdevtmpfs 34 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns 35 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_tasks_kthre 36 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_tasks_rude_ 37 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_tasks_trace 38 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd 43 root 20 0 0 0 0 S 0.0 0.0 0:00.08 khungtaskd

信息说明

显示完整命令

top -c

设置信息更新次数 ,循环指定次数后退出

top -n 2

设置信息更新时间,间隔多少秒更新一次信息

top -d 3

指定的进程信息

top -p 139

栏目热文

文档排行

本站推荐

Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.