mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added stats to tc dumper
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@86 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
e5bb03251c
commit
e6f1f580b1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
for if in lo eth1; do
|
||||
for p in qdisc filter class; do
|
||||
echo "======= $if: $p ========"
|
||||
tc $p show dev $if
|
||||
tc -s $p show dev $if
|
||||
done
|
||||
echo
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue