https://www.softwarecollections.org

【Linux】系统监控工具:Glances_第1张图片

[root@monitor ~]# python -V
Python 2.6.6

[root@monitor ~]# yum install -y centos-release-scl

[root@monitor ~]# yum install -y rh-python36

[root@monitor ~]# scl enable rh-python36 bash
[root@monitor ~]# python -V
Python 3.6.3


https://nicolargo.github.io/glances

【Linux】系统监控工具:Glances_第2张图片

[root@monitor ~]# pip install psutil

[root@monitor ~]# pip install bottle

[root@monitor ~]# pip install glances

[root@monitor ~]# glances -w
Glances Web User Interface started on http://0.0.0.0:61208/

【Linux】系统监控工具:Glances_第3张图片