-
-
Save jpuskar/c53adbf6c6e894e3635cc3728f98ffd7 to your computer and use it in GitHub Desktop.
watch haproxy sticky tables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watch -n 1 'echo "show table http" | socat unix:/var/run/haproxy.sock -' | |
watch -n 1 'echo "show table public" | socat unix:/var/run/haproxy.sock -' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment