首页 > 系统服务 > 详细

Linux命令——top

时间:2018-12-16 00:39:11      阅读:159      评论:0      收藏:0      [点我收藏+]

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

原文:https://www.cnblogs.com/kelamoyujuzhen/p/10125512.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!