Skip to content

Instantly share code, notes, and snippets.

@nestoru
Last active August 29, 2015 14:01
Show Gist options
  • Save nestoru/aadf2f407f86dc29dd6b to your computer and use it in GitHub Desktop.
Save nestoru/aadf2f407f86dc29dd6b to your computer and use it in GitHub Desktop.
Using snoop or tcpdump for NFS troubleshooting
# Solaris
sudo snoop -t a host my.host.com
# Linux
sudo tcpdump -s0 -S -i eth0 my.host.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment