Skip to content

Commit

Permalink
add troubleshooting section with ngrep commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Baldoni authored and Jonty committed Apr 10, 2012
1 parent cec25d7 commit ba6375f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README
Expand Up @@ -43,3 +43,13 @@ will read configuration variables from /etc/default/pystatsd. By default, the
pystatsd daemon runs as user 'nobody' which is a good thing from a security
perspective.

Troubleshooting
-------------

You can see the raw values received by pystatsd by packet sniffing:

$ sudo ngrep -qd any udp dst port 8125

You can see the raw values dispatched to carbon by packet sniffing:

$ sudo ngrep -qd any stats tcp dst port 2003

0 comments on commit ba6375f

Please sign in to comment.