Skip to content

Instantly share code, notes, and snippets.

@jbgo
Created May 2, 2012 22:20
Show Gist options
  • Save jbgo/2580976 to your computer and use it in GitHub Desktop.
Save jbgo/2580976 to your computer and use it in GitHub Desktop.
Send a message to statsd from the command line
echo "foo.bar:1|c" | nc -u localhost 8125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment