rstatsd is a very small ruby library that wants you to measure anything, and measure everything.
rstatsd aims to be very small, require very few dependencies and be fast.
Install a statsd client to send data to rstatsd
> gem install ruby-statsd > irb irb> require 'statsd' irb> s = Statsd.new('localhost') irb> 10.times { s.incr('snozberries') }
Then view the resulting page: http://localhost:8126/stats?target=snozberries