RE: [LARTC] tc monitoring

2004-09-30 Thread Michael S. Kazmier
> There's also SNMP extensions for QoS. > > http://x-ray.prokon.cz/data/snmp/downloads/ > Has anyone tried this on a 2.6 kernel? I talked with Michal Charvat, the author of the QoS SNMP extensions and he has not looked at the 2.6 kernel but fears that is where the problem lies. Any ideas?? -

Re: [LARTC] tc monitoring

2004-09-30 Thread Jason Boxman
On Thursday 30 September 2004 09:06, Andreas Klauer wrote: > Ah, sorry, I've never used GRED before, and I wanted to avoid > QDisc-specific parsing as much as possible. The tc command really isn't > suited for this kind of application. I really wish there was a library > with a decent API that let

Re: [LARTC] tc monitoring

2004-09-30 Thread Francisco Pereira
Quoting Andreas Klauer <[EMAIL PROTECTED]>: > Am Thursday 30 September 2004 14:44 schrieb Antonios Chalkiopoulos: > > The only limitation i noticed so far is that it can not properly parse > > the virtual channels of GRED qdisc. GRED is a tricky qdisc as it can > > contain 1..16 RED qdisc as virtu

Re: [LARTC] tc monitoring

2004-09-30 Thread Andreas Klauer
Am Thursday 30 September 2004 14:44 schrieb Antonios Chalkiopoulos: > The only limitation i noticed so far is that it can not properly parse > the virtual channels of GRED qdisc. GRED is a tricky qdisc as it can > contain 1..16 RED qdisc as virtual channels. Ah, sorry, I've never used GRED before,

Re: [LARTC] tc monitoring

2004-09-30 Thread Antonios Chalkiopoulos
On Thursday 30 September 2004 14:59, you wrote: > Am Thursday 30 September 2004 13:31 schrieb Antonios Chalkiopoulos: > > So is there a way to use the tc command and manage to get usefull > > information about which qdisc is parent and which is a leaf? > > Well, if there is no child then it is a le

Re: [LARTC] tc monitoring

2004-09-30 Thread Thomas Graf
* Antonios Chalkiopoulos <[EMAIL PROTECTED]> 2004-09-30 14:31 > So is there a way to use the tc command and manage to get usefull information > about which qdisc is parent and which is a leaf? I fixed the missing parent information in changeset: http://linux.bkbits.net:8080/linux-2.6/[EMAIL PROT

Re: [LARTC] tc monitoring

2004-09-30 Thread Andreas Klauer
Am Thursday 30 September 2004 13:31 schrieb Antonios Chalkiopoulos: > So is there a way to use the tc command and manage to get usefull > information about which qdisc is parent and which is a leaf? Well, if there is no child then it is a leaf. You have to do a bit of parsing there... tc is not r

[LARTC] tc monitoring

2004-09-30 Thread Antonios Chalkiopoulos
I have managed to dynamically parse the output of commands: tc qdisc ls dev eth0 and tc -s class show dev eth0 Save statistics in an rrd database and display it via a php script. see http://143.233.4.215/graph.php and dload scripts from http://143.233.4.210/qos/ My next step in developing this