我是 haproxy 新手。想确定我的 haproxy 中的连接数是多少?我附上了一张图片。在 haproxy 服务器中如何查看并发连接数? haproxy 统计图像
答案1
现有的连接是并发连接。
您可以使用统计套接字来获取该数据。
# echo "show info" | socat stdio /etc/path-to-socket/stats
Name: HAProxy
Version: 2.x.x
CurrConns: 100
CumConns: 105
我是 haproxy 新手。想确定我的 haproxy 中的连接数是多少?我附上了一张图片。在 haproxy 服务器中如何查看并发连接数? haproxy 统计图像
现有的连接是并发连接。
您可以使用统计套接字来获取该数据。
# echo "show info" | socat stdio /etc/path-to-socket/stats
Name: HAProxy
Version: 2.x.x
CurrConns: 100
CumConns: 105