Created
March 29, 2013 13:53
-
-
Save mrtazz/5270999 to your computer and use it in GitHub Desktop.
This file contains 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 -n "foo.bar:1|c" | nc -w0 -u 127.0.0.1 8125 | |
> echo -n "foo.lerl:3|g" | nc -w0 -u 127.0.0.1 8125 | |
> echo -n "foo.lol:33|ms" | nc -w0 -u 127.0.0.1 8125 | |
> echo -n "foo.lol:43|ms" | nc -w0 -u 127.0.0.1 8125 | |
> echo -n "foo.lol:53|ms" | nc -w0 -u 127.0.0.1 8125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to have some non-static data:
I did this because I wanted to see the histogram bucketing in action.