matiasleidemer / Mini-StatsD

A simple StatsD listener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini-StatsD

A simple StatsD listener

Code Climate

Mini-StatsD is just a simple UDP server that listens to (and prints) StatsD-like messages sent to some port on your system.

Running

$ gem install mini_statsd
$ bundle install
$ mini_statsd

Simple as that :)

If you want to set a specific port, just run:

$ mini_statsd <port>

Like:

$ mini_statsd 9125

A simple example of a code that sends the statsd message from the gif can be found here

About

A simple StatsD listener

License:MIT License


Languages

Language:Ruby 100.0%