Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created May 8, 2014 20:21
Show Gist options
  • Save nestoru/93086b694fe3177c4a32 to your computer and use it in GitHub Desktop.
Save nestoru/93086b694fe3177c4a32 to your computer and use it in GitHub Desktop.
Capture NFS traffic Linux
fallocate -l 5M /tmp/5Meg
sudo tcpdump -s0 -S -i eth0 host nfs.sample.com > /tmp/capture &
cp /tmp//5Meg /mnt/nfs/
sudo killall tcpdump
less /tmp/capture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment