1

Some time in the past, i came across a siple tool that showed live in a 1sec interval, in human readable format, the bandwidth utilization seperated per tc class on your linux server. Unfortunately, i don't remember the name of this tool, and i did not find anything similar. Maybe you know a command line tool that can produce this kind of output ?

QuArK
  • 81
  • 1
  • 6

2 Answers2

3

The simple way (with no overall bandwidth data) is to use 'tc -s -d qdisc show' which shows the packet and byte count per class.

There are several traffic graphing options that will turn that data into pretty graphs, but that's all I have for you.

mikebabcock
  • 420
  • 4
  • 12
1

I managed to find the tool i was referring to in my initial post. I wanted to make a reference, if anyone else needs it in the future:

http://www.docum.org/docum.org/monitor/

it's the monitor_tc.pl script

QuArK
  • 81
  • 1
  • 6