Skip to content

Instantly share code, notes, and snippets.

@lxxstc
Last active December 21, 2015 02:49
Show Gist options
  • Save lxxstc/6237838 to your computer and use it in GitHub Desktop.
Save lxxstc/6237838 to your computer and use it in GitHub Desktop.

创建一个:

$ time dd if=/dev/zero of=test bs=128k count=1512 oflag=dsync

用tcpdump以文本形式查看报文内容:

$ sudo tcpdump -p  -i eth0 -s 0 -l -w - dst port 6666 and dst host l-mem1.f.cn1.qunar.com | strings | grep set
@chaosong
Copy link

咳咳,我看见了个机器名~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment