Skip to content

Instantly share code, notes, and snippets.

@mowings
Created October 7, 2020 15:16
Show Gist options
  • Save mowings/a5912931fcdfee38992d6e1c1d0d384d to your computer and use it in GitHub Desktop.
Save mowings/a5912931fcdfee38992d6e1c1d0d384d to your computer and use it in GitHub Desktop.
See what collectd is transmitting to a remote carbon server

The simplest way to do this is to use tcpdump and grep the part of the metric you are interested in. For example:

tcpdump -A port  2003 | grep interface  # Show what merics are being sent with "interface" in the name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment