大家包括小夜,也习惯了使用top来查看linux系统的实时情况,今天介绍大家一个比较高级一点的软件,名字叫htop,看到的内容更加的详细,安装如下:
<pre class="brush:shell;">yum install htop #centos系统
apt-get install htop #debian或ubuntu系统
如果源里没有,可以自行编译安装:
rush:shell;">wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz tar xvfz ncurses-5.9.tar.gz cd ncurses-5.9 ./configure make make install
rush:shell;">wget http://sourceforge.net/projects/htop/files/htop/0.9/htop-0.9.tar.gz tar zxvf htop-0.9.tar.gz cd htop-0.9 ./configure make make install
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。