Skip to content

IgorMarques/Mini-StatsD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and binding host, just run:

$ mini_statsd <port> <host>

Like:

$ mini_statsd 9125 0.0.0.0

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

About

A simple StatsD listener

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages