抓包软件

# 远程抓包:
ssh root@xxxx "tcpdump -s 0 -U -n -i br-lan -w - not port 22" | wireshark -k -i -

# 端口测速
tcpdump -i eth0 |pv /dev/null