zoukankan      html  css  js  c++  java
  • glances — linux 系统资源监控

    部署

    系统:centos7 

    wget http://mirrors.aliyun.com/repo/Centos-7.repo
    
    mv Centos-7.repo /etc/yum.repos.d/
    yum clean all
    yum repolist all
    yum install -y epel-release
    yum clean all
    yum repolist all
    
    yum install glances
    
    yum install python-pip
    
    pip install --upgrade pip
    
    pip install bottle batinfo
    

    pip install bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz netifaces pymdstat influxdb potsdb statsd pystache docker-py pysnmp pika py-cpuinfo

     使用

    每个机器上都部署 以 server 模式运行,server 模式 默认端口 61209 ,web UI 模式 默认端口 61208

    glances -s -B 192.168.162.6 &
    glances -c 192.168.162.63

    192.168.162.63:61208

    192.168.162.6:61208

    注意:防火墙开放 上面两个默认端口

    https://www.cnblogs.com/anay/p/8994870.html#_label1

    https://www.jianshu.com/p/799e8ccbe15f

    https://blog.csdn.net/sbdx/article/details/80534790

  • 相关阅读:
    Babelfish
    【动态规划】货币面值
    contest 1.18
    contest 1.17
    contest 1.16
    contest 1.15
    contest 1.14
    contest 1.13
    contest 12.31
    [cf]Round #529 (Div. 3)
  • 原文地址:https://www.cnblogs.com/yorkyang/p/12167727.html
Copyright © 2011-2022 走看看