Centos7安装galances

Centos7安装galances
FlawCentos7安装galances
安装epel源(国)
1 | wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo |
安装python3-pip
1 | yum install python3-pip -y |
配置pip国内加速源
1 | # 创建~/.pip/pip.conf |
更新pip3
1 | pip3 install -U pip |
安装galnces
1 | pip3 install glances |
使用glances
1 | glances |














