Skip to content

Instantly share code, notes, and snippets.

@fabrizioc1
Created February 26, 2013 06:30
Show Gist options
  • Save fabrizioc1/5036383 to your computer and use it in GitHub Desktop.
Save fabrizioc1/5036383 to your computer and use it in GitHub Desktop.
Using TCPDUMP to capture Memcached packets
sudo tcpdump -w /tmp/memcached.pcap -i any -A -vv 'port 11211'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment