I have created a script to shape my traffic using tc. Is there any tool in Linux which will help me to visualize and monitor qdisc bandwidth utilization ?
Asked
Active
Viewed 2,217 times
1 Answers
2
tc information:
tc -s qdisc ls dev $DEV
tc -s class ls dev $DEV
You can use any language to process the tc output.

alvosu
- 8,437
- 25
- 22