2 echo '#################'
3 echo '# EGRESS STATUS #'
4 echo '#################'
6 for iface
in $
(tc qdisc show |
grep hfsc |
awk '{print $5}' |
grep -v imq
); do
7 tc
-s class show dev
"$iface"
10 echo '##################'
11 echo '# INGRESS STATUS #'
12 echo '##################'
14 for iface
in $
(tc qdisc show |
grep hfsc |
awk '{print $5}' |
grep imq
); do
15 tc
-s class show dev
"$iface"
This page took 0.055152 seconds and 5 git commands to generate.