How To get haproxy status via socket using cli
erics, Posted October 6th, 2017 at 10:25:17am
echo "show stat" | nc -U /var/lib/haproxy/stats | cut -d "," -f 1,2,5-11,18,24,27,30,36,50,37,56,57,62 | column -s, -t
Leave Your Comment
All fields marked with "*" are required.