Skip to content

Instantly share code, notes, and snippets.

@timgentry
Created March 16, 2017 12:32
Show Gist options
  • Save timgentry/1bd8b41fb1a38aeb12d0d2f063ba7e1d to your computer and use it in GitHub Desktop.
Save timgentry/1bd8b41fb1a38aeb12d0d2f063ba7e1d to your computer and use it in GitHub Desktop.
Random stat
while true; do echo -n "project.bob.example:$((RANDOM % 100))|c" | nc -w 1 -u 127.0.0.1 8125; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment