安装htop
解压 tar -zxvf htop-1.0.2.tar.gz
./configure
报错:
configure: error: You may want to use --disable-unicode or install libncursesw.
解决方式:
./configure --disable-unicode
make
make install
htop常用命令:
-s --sort-key COLUMN 依此列来排序
-v –version 显示版本信息
按下F4,进入过滤器,相当于关键字搜索,不区分大小写,例如过滤dev
本文转自 Barron1 51CTO博客,原文链接:http://blog.51cto.com/13172370/2043526,如需转载请自行联系原作者