求问 CentOS7 上有什么办法能够统计每个端口的流量?
以前用 6.5 的时候可以用 iptables 统计端口流量,现在换成 7.2 了,所以 iptables 用不了了,防火墙变成 firewalld 了,网上给的方法基本上都是自己再装一个 iptables 然后把 firewalld 停掉,按理说系统升级更换了防火墙应该不会把功能彻底从系统里砍掉吧, firewalld 真的没有办法统计端口产生的流量吗?现在只能用 vnstat 来统计网卡的全部流量,想知道单个端口产生了多少流量根本没办法看啊 补充一下,我需要是那种能够在后台监控的,想看的时候能调出来看看程序运行期间指定端口的流量 ----------------------- 以下是精选回复-----------------------
答:iptables?
答:哦不好意思没仔细看。。
答:nethogs
答:iptables 可以用的噢 楼主.你可以搜一下在 7 下面怎么用 iptables
答:iftop
你看看符合你要求么?
答:做 ss 服务器用?
答:systemctl stop firewalld
systemctl mask firewalld
yum install -y iptables iptables-services policycoreutils -y
systemctl enable iptables.service
systemctl start iptables.service
停用 firewalld 装个 iptables 就 OK 了
答:vnstat
答:我正好也碰到这个问题,暂时用 iptables 在解决,然后准备换成 iptraf-ng 来试试,还在尝试看他能不能支持端口统计,vnstat 似乎无法端口统计,iftop 用作端口统计的话有点。。。
0条评论