Skip to content

Instantly share code, notes, and snippets.

@jpuskar
Forked from jeremyj/watch haproxy sticky tables
Created January 19, 2017 18:29
Show Gist options
  • Save jpuskar/c53adbf6c6e894e3635cc3728f98ffd7 to your computer and use it in GitHub Desktop.
Save jpuskar/c53adbf6c6e894e3635cc3728f98ffd7 to your computer and use it in GitHub Desktop.
watch haproxy sticky tables
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