zoukankan      html  css  js  c++  java
  • haproxy监测页面参数简释

    Queue

    Cur: current queued requests //当前的队列请求数量
    Max:max queued requests     //最大的队列请求数量
    Limit:           //队列限制数量
    Session rate(每秒的连接回话)列表:
    scur: current sessions        //每秒的当前回话的限制数量
    smax: max sessions           //每秒的新的最大的回话量
    slim: sessions limit           //每秒的新回话的限制数量

    Sessions 

    Total:            //总共回话量

    Cur:             //当前的回话
    Max: //最大回话 
    Limit: //回话限制
    Lbtot: total number of times a server was selected  //选中一台服务器所用的总时间

    Bytes

    In: //网络的字节数输入总量  
    Out: //网络的字节数输出总量

    Denied

    Req: denied requests//拒绝请求量

    Resp:denied responses //拒绝回应

    Errors

    Req:request errors             //错误请求
    Conn:connection errors          //错误的连接
    Resp: response errors (among which srv_abrt)  ///错误的回应

    Warnings

    Retr: retries (warning)                      //重新尝试
    Redis:redispatches (warning)               //再次发送
    Server列表:
    Status:状态,包括up(后端机活动)和down(后端机挂掉)两种状态
    LastChk:    持续检查后端服务器的时间
    Wght: (weight) : 权重
    Act: server is active (server), number of active servers (backend) //活动链接数量
    Bck: server is backup (server), number of backup servers (backend) //backup:备份的服务器数量
    Down:          //后端服务器连接后都是down的数量
    Downtime: downtime: total downtime (in seconds)    //总的downtime 时间
    Throttle: warm up status                          //设备变热状态

    版权声明:本文为博主原创文章,未经博主允许不得转载。

  • 相关阅读:
    vb做界面调用c编写的dll
    小记管线冲洗(现场学习)
    管网建模基础
    编写成绩信息管理系统
    MJRefresh超详细讲解
    iOS 在xib或者storyboard中添加AutoLayout后,在代码中修改AutoLayout约束条件
    tableViewCell重用导致图片错乱问题
    更新ruby
    控件基本动画
    Block动画和spring动画
  • 原文地址:https://www.cnblogs.com/laozhizi/p/4755454.html
Copyright © 2011-2022 走看看