Last active
November 14, 2017 16:43
-
-
Save boris317/dd5d7b774e7f01ec9a89 to your computer and use it in GitHub Desktop.
Verify data is being fed to collectd and statsd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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