Linux系统监控命令

1、top

 

2、free

 

3、vmstat

 

4、iostat

 

5、ps

    process status 进程状态

    ps -ef  e是every,表示显示每一个进程。f是full,表示每个进行的详细信息

 

6、pgrep

 

7、pstree

 

8、kill,pkill

 

 

你可能感兴趣的:(Linux系统监控命令)