下载拷贝到/opt目录下
拷贝到/opt目录下:
查看下是否存在
[root@localhost ~]# cd /opt [root@localhost opt]# ls nmon_x86_64_centos7 rh [root@localhost opt]#
授权命令
直接给所有用户授权:
chmod 777 nmon_x86_64_centos7
授权成功:
[root@localhost opt]# ll 总用量 392 -rwxrwxrwx. 2 root root 397618 5月 26 13:41 nmon_x86_64_centos7 drwxr-xr-x. 2 root root 6 10月 31 2018 rh [root@localhost opt]#
创建个硬链接nmon到/usr/bin/方便使用
这样在任何目录都可以使用nmon调用了
ln nmon_x86_64_centos7 /usr/bin/nmon
使用
在opt目录下:
./nmon_x86_64_centos7
在其它目录下:
nmon [root@localhost opt]# ./nmon_x86_64_centos7 [root@localhost opt]# cd ~ [root@localhost ~]# nmon [root@localhost ~]#
进入到这个页面就可以根据相关的提示进行操作显示相应的信息了,按q键退出。
如,在此界面按下c键显示CPU相关信息:
如,在此界面按下j键显示文件系统相关信息:
以上就是nmon_x86_64_centos7工具如何使用的全部内容。