Skip to content

Instantly share code, notes, and snippets.

@jozic
Last active October 24, 2019 13:21
Show Gist options
  • Save jozic/238d07d5ca0224ba4895a1a5a053bc17 to your computer and use it in GitHub Desktop.
Save jozic/238d07d5ca0224ba4895a1a5a053bc17 to your computer and use it in GitHub Desktop.
netcat: listen 2 statsd packets w/ nc
while true; do nc -ulw 0 8125; echo; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment