码迷,mamicode.com
首页 > 系统相关 > 详细

linux下安装nmon监控工具

时间:2017-05-31 17:36:06      阅读:298      评论:0      收藏:0      [点我收藏+]

标签:can   dev   color   mod   image   压缩   bin   har   rhel   

1.首先下载压缩包

wget http://sourceforge.net/projects/nmon/files/download/nmon_x86_12a.zip/download

 

2.解压并修改权限

技术分享

chmod +x nmon_x86_rhel52
mv nmon_x86_rhel52 /usr/bin/nmon

 

3.启动可能会报如下错误,安装相应包即可;如果没报,就表示安装成功,可直接使用

错误1:

error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

解决:

yum install ncurses-devel.i686 -y

 

错误2:

我们在执行nmon命令后,退出来时,可能会报这个错:

sh: /usr/bin/lsb_release: No such file or directory

解决:

yum install redhat-lsb -y

这个命令可能会安装大概55个包,所以注意一下。

 

到这里,就安装成功了,可以使用了。

linux下安装nmon监控工具

标签:can   dev   color   mod   image   压缩   bin   har   rhel   

原文地址:http://www.cnblogs.com/t-road/p/6925058.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!