深浅模式
如何排查正在运行中进程的网络问题
ps -elf
netstat -an
tcpdump -i any 80 -w ~/xxx.cap
-i any 80
-w
tcpdump -w filepath 将抓到的包写入到指定文件
tcpdump -w filepath
遇到了coredump怎么办
-g