Skip to content

Instantly share code, notes, and snippets.

@jozic
Created October 20, 2016 12:27
Show Gist options
  • Save jozic/1d2f0b67f5b015f3d9313236905e0e2b to your computer and use it in GitHub Desktop.
Save jozic/1d2f0b67f5b015f3d9313236905e0e2b to your computer and use it in GitHub Desktop.
netcat-statsd: send statsd counter
echo "sample.count:10|c" | nc -v -u -w 0 localhost 8125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment