Skip to content

Instantly share code, notes, and snippets.

@boris317
Last active November 14, 2017 16:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boris317/dd5d7b774e7f01ec9a89 to your computer and use it in GitHub Desktop.
Save boris317/dd5d7b774e7f01ec9a89 to your computer and use it in GitHub Desktop.
Verify data is being fed to collectd and statsd
# statsd
sudo tcpdump -i eth0 -p -n -s 1500 -A udp port 8125
# statsd flushing to graphite
sudo tcpdump 'port 2005 or 2009' -s0 -A
# collectd
sudo tcpdump -i eth0 -p -n -s 1500 -A udp port 25827
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment