How To get haproxy status via socket using cli

Published Date Author: , 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

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.