首页 > 系统服务 > 详细

linux下安装nmon监控工具

时间:2017-05-31 17:23:09      阅读:387      评论:0      收藏:0      [点我收藏+]

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监控工具

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

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