Realtime stats with StatsD / Graphite

Who I am

What I want to show you

Features

Ingredients

Architecture

setup

Architecture

setup

Sending a UDP packet from Ruby

  
$ irb
>> require 'socket'
>> UDPSocket.new.send(message="foo:5000|ms", flags=0, host="graphite", port=8125)
  
  

Hammer time

Let's do it

What it can't do (well)

What it's good for

Further reading

/

#