Linux命令——top

Posted kelamoyujuzhen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux命令——top相关的知识,希望对你有一定的参考价值。

TOP will display a full screen of information about the processes running on the system, as well as some overall information about the system.This includes load average, number of processes, the CPU status, freememory information, and details about processes including PID, user, priority, CPU and memory usage information, running time, and program name.

$>top        -it will display the complete active process, cpu and memory information.
SHIFT+M -Memory使用率由高到低排序
SHIFT+P  -CPU使用率由高到低排序
SHIFT+W -For saving the top outputin a file(/root/. toprc.)
SHIFT+F -设置显示列,以及默认按哪个排序

s:更改top刷新时间,默认3s

i:隐藏idle状态的进程,只显示当前活跃的进程

k:杀进程,后面跟进程ID

以上是关于Linux命令——top的主要内容,如果未能解决你的问题,请参考以下文章

常用Linux系统命令和shell脚本

LinuxCentos之“任务管理器”监控工具

Linux工具参考篇(网摘)

《LinuxTools》

Linux汇总一——Linux程序管理,Linux终端,Linux命令格式命令类型及Linux命令帮助

linux删除命令rm -rf(linux删除命令行)