diff options
author | EUcancER <root@euer.krebsco.de> | 2012-06-01 14:53:47 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-06-01 14:53:47 +0200 |
commit | d72588e1da8c075daf791256593be20c9b67ea25 (patch) | |
tree | e3b4611fb911482e0c0d8ce793e13056c6f80e9f /util | |
parent | 6deac5efc1c0207d71006a7941c74f66a0bc0a2f (diff) |
//util/bin add statsc
Diffstat (limited to 'util')
-rwxr-xr-x | util/bin/statsc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/bin/statsc b/util/bin/statsc new file mode 100755 index 00000000..ce2c70b6 --- /dev/null +++ b/util/bin/statsc @@ -0,0 +1,4 @@ +#!/bin/sh +# see https://github.com/etsy/statsd for syntax +[[ $# -eq 0 ]] && echo "usage: $0 MESSAGE" +echo "$1" | nc localhost 8126 |