top命令
top常用配置项 z 开启高亮 x 开启排序加亮模式 t cpu展示模式 m mem展示模式 P 按CPU排序 M 按MEM排序 T 按TIME排序 V 开启tree模式 v 列出子进程 1 显示所有内核 c 显示具体命令而不是进程名称 f 筛选排序,显示列 shift+> shift+<改变排序列 Cpu(s): 0.0 us: 用户空间占用CPU百分比 0.3 sy: 内核(系统)空间占用CPU百分比 0.0 ni: 用户进程空间内改变过优先级的进程占用CPU百分比 99.7 id: 空闲CPU百分比 0.0 wa: 等待输入输出的CPU时间百分比 0.0 hi: 硬件CPU中断占用百分比 0.0 si: 软中断占用百分比 0.0 st: 虚拟机(虚拟化技术)占用百分比 --- us: is meaning of "user CPU time" sy: is meaning of "system CPU time" ni: is meaning of" nice CPU time" id: is meaning of "idle" wa: is meaning of "iowait" hi:is meaning of "hardware irq" si: is meaning of "software irq" st: is meaning of "steal time" top - 11:45:01 up 21 days, 23:57, 2 users, load average: 0.00, 0.00, 0.00 Tasks: 241 total, 1 running, 240 sleeping, 0 stopped, 0 zombie ...