系统资源监控工具-gtop的安装与使用
Posted lvthinks
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了系统资源监控工具-gtop的安装与使用相关的知识,希望对你有一定的参考价值。
1)下载软件包
[root@prometheus ~]# wget -c https://nodejs.org/dist/v8.9.2/node-v8.9.2-linux-x64.tar.xz
2)解压软件包
[root@prometheus ~]# xz -d node-v8.9.2-linux-x64.tar.xz [root@prometheus ~]# tar xf node-v8.9.2-linux-x64.tar -C /usr/src/ [root@prometheus ~]# mv /usr/src/node-v8.9.2-linux-x64 /usr/src/gtop
3)配置环境变量
[root@prometheus ~]# echo "export PATH=$PATH:/usr/src/gtop/bin" >>/etc/profile [root@prometheus ~]# source /etc/profile
4)执行全局安装
[root@prometheus ~]# npm install -g cnpm --registry=https://registry.npm.taobao.org [root@prometheus ~]# cnpm install gtop -g
5)界面效果展示
【一个人,一个地方,一首歌,一段回忆】
以上是关于系统资源监控工具-gtop的安装与使用的主要内容,如果未能解决你的问题,请参考以下文章