tc/iproute2,如何列出配置

Wal*_*ter 11 linux qos iptables iproute2

这是我第一次使用流量整形,我想知道如何像使用 iptables 一样列出我应用的规则?

沃尔特

vte*_*est 20

也许你的问题是你说“列出规则”,而来自 iproute2 的工具使用“show”作为关键字。

例子:

tc qdisc show
tc class show dev eth0
tc filter show dev eth0
Run Code Online (Sandbox Code Playgroud)

有关更多详细信息,请参阅tc的联机帮助页和众所周知的资源LARTC