Skip to content

jondot/statsd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statsd-cli

Report statsd metrics via command line.
You can follow @jondot for any questions.

Usage

Statsd-cli was built in order to provide tooling for out of band systems such as Nagios.

Here is an example command you can in your shell, or shell out in your Nagios checks, and any other system for that matter.

$ statsd -h stats.me.com -o count -m mongo.rw.ip-42-42-42-42 -v 31

Options:

-h, --host             Statsd host
-m, --metric           Metric to report
-o, --operation        Statsd operation: increment, decrement, timing, count
-v, --value            Metric value
-s, --sample_rate      Sampling rate
-h, --help             Print this help message

Contributing

Fork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).

Copyright

Copyright (c) 2011 Dotan Nahum @jondot. See MIT-LICENSE for further details.

About

Simple Statsd command line interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages