首页 > 系统服务 > 详细

linux htop工具

时间:2014-12-18 10:29:29      阅读:367      评论:0      收藏:0      [点我收藏+]

cd /usr/local/src/

  817  ls

  818  wget http://sourceforge.net/projects/htop/files/htop/0.9/htop-0.9.tar.gz

  819  wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz

  820  ls

  821  tar zxvf ncurses-5.9.tar.gz 

  822  tar zxvf htop-0.9.tar.gz 

  823  ls

  824  cd ncurses-5.9

  825  ./configure 

  826  echo $?

  827  make

  828  echo $?

  829  make install

  830  cd ..

  831  cd htop-0.9

  832  ./configure 

  833  echo $?

  834  make

  835  make install

  836  htop


本文出自 “技术革命生活” 博客,请务必保留此出处http://6769120.blog.51cto.com/6759120/1591225

linux htop工具

原文:http://6769120.blog.51cto.com/6759120/1591225

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