Created
October 20, 2016 12:27
-
-
Save jozic/1d2f0b67f5b015f3d9313236905e0e2b to your computer and use it in GitHub Desktop.
netcat-statsd: send statsd counter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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