Skip to content

Instantly share code, notes, and snippets.

@jeremyj
Created October 16, 2014 10:13
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jeremyj/70eb7f08eb11692b44c1 to your computer and use it in GitHub Desktop.
Save jeremyj/70eb7f08eb11692b44c1 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