TC引起的问题排查

目录

使用 tc(流量控制)命令排查网络问题。

查看 tc 状态

tc -s -d qdisc show dev eth1

关闭 tc 限制

tc qdisc del dev eth1 root

#网络排查