haproxy监控页面详解

简介:

wKiom1gkKU2iTeZPAADb8E23Vxs772.png-wh_50

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                          //设备变热状态


本文转自 DBAspace 51CTO博客,原文链接:http://blog.51cto.com/dbaspace/1871507

相关文章
|
1月前
|
应用服务中间件 nginx 数据安全/隐私保护
HAProxy的高级配置选项-配置haproxy的状态页
这篇文章详细介绍了如何配置HAProxy的状态页,包括隐藏版本信息、设置自动刷新时间、自定义访问URI、配置认证信息以及启用管理功能等,并通过实战案例展示了配置过程和效果。
68 4
HAProxy的高级配置选项-配置haproxy的状态页
|
监控 应用服务中间件 nginx
【2022】Nginx基础状态监控
【2022】Nginx基础状态监控
73 0
【2022】Nginx基础状态监控
|
监控 应用服务中间件 Apache
zabbix:web服务Apache/Nginx状态监控
zabbix:web服务Apache/Nginx状态监控
581 0
|
移动开发 监控 网络协议
Nginx状态监控及日志分析
Nginx提供了一个内置的状态信息监控页面可用于监控Nginx的整体访问情况,这个功能由`ngx_http_stub_status_module`模块进行实现。日志的分析通过cat,awk等工具统计。
1005 0
|
监控 测试技术 应用服务中间件
|
前端开发 JavaScript 应用服务中间件