iptables -A OUTPUT -p tcp --sport 12345 iptables -A INPUT -p tcp --dport 12345
加入统计上传给用户的流量 和 收到用户的流量,然后就可以通过命令查看统计的流量
iptables -vnL
重置所有端口数据
iptables -Z INPUT
iptables -Z OUTPUT
移除某个端口统计
iptables -D INPUT -p tcp --dport 12345 iptables -D OUTPUT -p tcp --sport 12345
实时动态查看端口流量:
-n 主机名用数字 -N 端口用数字 -P 显示端口
iftop -n -P -N
界面命令:h 显示帮助 t 切换不同的查看统计模式 1/2/3 按1、2、3列排序