Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save argami/a1c698ebff5af44fabdee52287663d19 to your computer and use it in GitHub Desktop.
Save argami/a1c698ebff5af44fabdee52287663d19 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