Statsd

From wikinotes

statsd is a daemon for stats aggregation.

Documentation

github https://github.com/statsd/statsd

Usage

# <metricname>:<value>|<type>
echo "foo:1|c" | nc -u -w0 127.0.0.1 8125