* [LARTC] Graphing tc output
@ 2003-12-10 16:39 Rajkumar S
2003-12-10 18:53 ` Chijioke Kalu
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: Rajkumar S @ 2003-12-10 16:39 UTC (permalink / raw)
To: lartc
Hi,
My HTB shaping is working perfectly, and i have setup a bridge and hosts
behind the bridge are now getting only the bandwidth they are supposed
to get. Thanks to every one here for helping me out :)
Now I am thinking of making a graph of traffic going through various
classes. Is their any thing readily available for it, or is parsing the
output if tc and passing it to rrdtool the preferred way? Any suggestions?
Thanks,
raj
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
@ 2003-12-10 18:53 ` Chijioke Kalu
2003-12-10 18:54 ` Michal Charvat
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Chijioke Kalu @ 2003-12-10 18:53 UTC (permalink / raw)
To: lartc
Hi
I use Stef Coene graphing tool see docum.org very good also check out
bandwidthd @ sf.net, another nice tool that shows you bandwidth usage per
ip.
And to top it off, for your whole interface, plug in mrtg with rrd nice look
Kalu
>Hi,
>
>My HTB shaping is working perfectly, and i have setup a bridge and hosts
>behind the bridge are now getting only the bandwidth they are supposed to
>get. Thanks to every one here for helping me out :)
>
>Now I am thinking of making a graph of traffic going through various
>classes. Is their any thing readily available for it, or is parsing the
>output if tc and passing it to rrdtool the preferred way? Any suggestions?
>
>Thanks,
>
>raj
>_______________________________________________
>LARTC mailing list / LARTC@mailman.ds9a.nl
>http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_________________________________________________________________
Take advantage of our best MSN Dial-up offer of the year ó six months
@$9.95/month. Sign up now! http://join.msn.com/?pagefipt/dialup
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
2003-12-10 18:53 ` Chijioke Kalu
@ 2003-12-10 18:54 ` Michal Charvat
2003-12-10 19:58 ` Damjan
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Michal Charvat @ 2003-12-10 18:54 UTC (permalink / raw)
To: lartc
Hi,
I've recently written snmp extension to Net-SNMP package
(www.net-snmp.net), where it's possible to get kernel statistics directly
via snmp requests.
But it's still beta quality :-( (known one memory leak, I'm going to look
at it tommorow)
If you are interested, I can put it somewhere...
Michal Charvat
Prokon R.B.S. Louny v.o.s.
On Wed, 10 Dec 2003, Rajkumar S wrote:
> Hi,
>
> My HTB shaping is working perfectly, and i have setup a bridge and hosts
> behind the bridge are now getting only the bandwidth they are supposed
> to get. Thanks to every one here for helping me out :)
>
> Now I am thinking of making a graph of traffic going through various
> classes. Is their any thing readily available for it, or is parsing the
> output if tc and passing it to rrdtool the preferred way? Any suggestions?
>
> Thanks,
>
> raj
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
2003-12-10 18:53 ` Chijioke Kalu
2003-12-10 18:54 ` Michal Charvat
@ 2003-12-10 19:58 ` Damjan
2003-12-10 21:35 ` Michal Charvat
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Damjan @ 2003-12-10 19:58 UTC (permalink / raw)
To: lartc
> I've recently written snmp extension to Net-SNMP package
> (www.net-snmp.net), where it's possible to get kernel statistics directly
> via snmp requests.
>
> But it's still beta quality :-( (known one memory leak, I'm going to look
> at it tommorow)
>
> If you are interested, I can put it somewhere...
Sure everybody is interested :)
put it somewhere, maybe someone will find that memory leak before you
do :)
--
Damjan Georgievski
jabberID: damjan@bagra.net.mk
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (2 preceding siblings ...)
2003-12-10 19:58 ` Damjan
@ 2003-12-10 21:35 ` Michal Charvat
2003-12-11 11:16 ` Stef Coene
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Michal Charvat @ 2003-12-10 21:35 UTC (permalink / raw)
To: lartc
Ok, I've put my code to: http://x-ray.prokon.cz/data/snmp.tgz
It's quite simple, some code is copied from tc utility source... follow
instructions in package and it should work...
Michal Charvat
Prokon R.B.S. Louny v.o.s.
On Wed, 10 Dec 2003, Damjan wrote:
> > I've recently written snmp extension to Net-SNMP package
> > (www.net-snmp.net), where it's possible to get kernel statistics directly
> > via snmp requests.
> >
> > But it's still beta quality :-( (known one memory leak, I'm going to look
> > at it tommorow)
> >
> > If you are interested, I can put it somewhere...
>
> Sure everybody is interested :)
>
> put it somewhere, maybe someone will find that memory leak before you
> do :)
>
>
> --
> Damjan Georgievski
> jabberID: damjan@bagra.net.mk
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (3 preceding siblings ...)
2003-12-10 21:35 ` Michal Charvat
@ 2003-12-11 11:16 ` Stef Coene
2003-12-11 12:05 ` Cezar Atanasiu
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Stef Coene @ 2003-12-11 11:16 UTC (permalink / raw)
To: lartc
On Wednesday 10 December 2003 22:35, Michal Charvat wrote:
> Ok, I've put my code to: http://x-ray.prokon.cz/data/snmp.tgz
>
> It's quite simple, some code is copied from tc utility source... follow
> instructions in package and it should work...
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
This is much better then my ugly perl hack :)
I'm going to install it on my router.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (4 preceding siblings ...)
2003-12-11 11:16 ` Stef Coene
@ 2003-12-11 12:05 ` Cezar Atanasiu
2003-12-11 12:57 ` Michal Charvat
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Cezar Atanasiu @ 2003-12-11 12:05 UTC (permalink / raw)
To: lartc
me too :)
On Wed, 10 Dec 2003 22:35:29 +0100 (CET)
Michal Charvat <michal@lounsko.cz> wrote:
> Ok, I've put my code to: http://x-ray.prokon.cz/data/snmp.tgz
>
> It's quite simple, some code is copied from tc utility source...
> follow instructions in package and it should work...
>
> Michal Charvat
> Prokon R.B.S. Louny v.o.s.
>
>
> On Wed, 10 Dec 2003, Damjan wrote:
>
> > > I've recently written snmp extension to Net-SNMP package
> > > (www.net-snmp.net), where it's possible to get kernel statistics
> > > directly via snmp requests.
> > >
> > > But it's still beta quality :-( (known one memory leak, I'm going
> > > to look at it tommorow)
> > >
> > > If you are interested, I can put it somewhere...
> >
> > Sure everybody is interested :)
> >
> > put it somewhere, maybe someone will find that memory leak before
> > you do :)
> >
> >
> > --
> > Damjan Georgievski
> > jabberID: damjan@bagra.net.mk
> > _______________________________________________
> > LARTC mailing list / LARTC@mailman.ds9a.nl
> > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
> > http://lartc.org/
> >
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
--
Cezar ATANASIU
GMB Computers
Departamentul Internet
Tel/fax: +40 241 619222/673199
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (5 preceding siblings ...)
2003-12-11 12:05 ` Cezar Atanasiu
@ 2003-12-11 12:57 ` Michal Charvat
2003-12-11 12:59 ` Kristiadi Himawan
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Michal Charvat @ 2003-12-11 12:57 UTC (permalink / raw)
To: lartc
Hi,
Sorry for that, but yet another update :-)
Originally I compiled code on RH8.0, now I tried on Debian stable,
and I had to make some changes (looks like older gcc didn't like
my code :-( ).
http://x-ray.prokon.cz/data/snmp-12-11-2003.tgz
Michal Charvat
Prokon R.B.S. Louny v.o.s.
On Thu, 11 Dec 2003, Cezar Atanasiu wrote:
>
> me too :)
>
> On Wed, 10 Dec 2003 22:35:29 +0100 (CET)
> Michal Charvat <michal@lounsko.cz> wrote:
>
> > Ok, I've put my code to: http://x-ray.prokon.cz/data/snmp.tgz
> >
> > It's quite simple, some code is copied from tc utility source...
> > follow instructions in package and it should work...
> >
> > Michal Charvat
> > Prokon R.B.S. Louny v.o.s.
> >
> >
> > On Wed, 10 Dec 2003, Damjan wrote:
> >
> > > > I've recently written snmp extension to Net-SNMP package
> > > > (www.net-snmp.net), where it's possible to get kernel statistics
> > > > directly via snmp requests.
> > > >
> > > > But it's still beta quality :-( (known one memory leak, I'm going
> > > > to look at it tommorow)
> > > >
> > > > If you are interested, I can put it somewhere...
> > >
> > > Sure everybody is interested :)
> > >
> > > put it somewhere, maybe someone will find that memory leak before
> > > you do :)
> > >
> > >
> > > --
> > > Damjan Georgievski
> > > jabberID: damjan@bagra.net.mk
> > > _______________________________________________
> > > LARTC mailing list / LARTC@mailman.ds9a.nl
> > > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
> > > http://lartc.org/
> > >
> > _______________________________________________
> > LARTC mailing list / LARTC@mailman.ds9a.nl
> > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
>
>
>
>
> --
> Cezar ATANASIU
> GMB Computers
> Departamentul Internet
> Tel/fax: +40 241 619222/673199
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (6 preceding siblings ...)
2003-12-11 12:57 ` Michal Charvat
@ 2003-12-11 12:59 ` Kristiadi Himawan
2003-12-11 13:16 ` Michal Charvat
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Kristiadi Himawan @ 2003-12-11 12:59 UTC (permalink / raw)
To: lartc
hi guys,
it seems interesting, anyone have the screenshot ... :)
----- Original Message -----
From: "Cezar Atanasiu" <lartc@gmb.ro>
To: <lartc@mailman.ds9a.nl>
Sent: Thursday, December 11, 2003 7:05 PM
Subject: Re: [LARTC] Graphing tc output
>
> me too :)
>
> On Wed, 10 Dec 2003 22:35:29 +0100 (CET)
> Michal Charvat <michal@lounsko.cz> wrote:
>
> > Ok, I've put my code to: http://x-ray.prokon.cz/data/snmp.tgz
> >
> > It's quite simple, some code is copied from tc utility source...
> > follow instructions in package and it should work...
> >
> > Michal Charvat
> > Prokon R.B.S. Louny v.o.s.
> >
> >
> > On Wed, 10 Dec 2003, Damjan wrote:
> >
> > > > I've recently written snmp extension to Net-SNMP package
> > > > (www.net-snmp.net), where it's possible to get kernel statistics
> > > > directly via snmp requests.
> > > >
> > > > But it's still beta quality :-( (known one memory leak, I'm going
> > > > to look at it tommorow)
> > > >
> > > > If you are interested, I can put it somewhere...
> > >
> > > Sure everybody is interested :)
> > >
> > > put it somewhere, maybe someone will find that memory leak before
> > > you do :)
> > >
> > >
> > > --
> > > Damjan Georgievski
> > > jabberID: damjan@bagra.net.mk
> > > _______________________________________________
> > > LARTC mailing list / LARTC@mailman.ds9a.nl
> > > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
> > > http://lartc.org/
> > >
> > _______________________________________________
> > LARTC mailing list / LARTC@mailman.ds9a.nl
> > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
>
>
>
>
> --
> Cezar ATANASIU
> GMB Computers
> Departamentul Internet
> Tel/fax: +40 241 619222/673199
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (7 preceding siblings ...)
2003-12-11 12:59 ` Kristiadi Himawan
@ 2003-12-11 13:16 ` Michal Charvat
2003-12-11 13:23 ` Stef Coene
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Michal Charvat @ 2003-12-11 13:16 UTC (permalink / raw)
To: lartc
here is output from snmpwalk on my server:
snmpwalk -m GNU-LINUX-KERNEL-QOS -c public localhost qos
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.0.0 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.1.65536 = INTEGER: 1
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.65536 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.65547 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.65548 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.65549 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.65550 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.131072 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.196608 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.262144 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosDeviceIndex.5.327680 = INTEGER: 5
GNU-LINUX-KERNEL-QOS::qosHandle.0.0 = Gauge32: 0
GNU-LINUX-KERNEL-QOS::qosHandle.1.65536 = Gauge32: 65536
GNU-LINUX-KERNEL-QOS::qosHandle.5.65536 = Gauge32: 65536
GNU-LINUX-KERNEL-QOS::qosHandle.5.65547 = Gauge32: 65547
GNU-LINUX-KERNEL-QOS::qosHandle.5.65548 = Gauge32: 65548
GNU-LINUX-KERNEL-QOS::qosHandle.5.65549 = Gauge32: 65549
GNU-LINUX-KERNEL-QOS::qosHandle.5.65550 = Gauge32: 65550
GNU-LINUX-KERNEL-QOS::qosHandle.5.131072 = Gauge32: 131072
GNU-LINUX-KERNEL-QOS::qosHandle.5.196608 = Gauge32: 196608
GNU-LINUX-KERNEL-QOS::qosHandle.5.262144 = Gauge32: 262144
GNU-LINUX-KERNEL-QOS::qosHandle.5.327680 = Gauge32: 327680
GNU-LINUX-KERNEL-QOS::qosDeviceName.0.0 = ""
GNU-LINUX-KERNEL-QOS::qosDeviceName.1.65536 = STRING: "lo"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.65536 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.65547 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.65548 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.65549 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.65550 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.131072 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.196608 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.262144 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosDeviceName.5.327680 = STRING: "eth0"
GNU-LINUX-KERNEL-QOS::qosType.0.0 = ""
GNU-LINUX-KERNEL-QOS::qosType.1.65536 = STRING: "sfq"
GNU-LINUX-KERNEL-QOS::qosType.5.65536 = STRING: "htb"
GNU-LINUX-KERNEL-QOS::qosType.5.65547 = STRING: "htb"
GNU-LINUX-KERNEL-QOS::qosType.5.65548 = STRING: "htb"
GNU-LINUX-KERNEL-QOS::qosType.5.65549 = STRING: "htb"
GNU-LINUX-KERNEL-QOS::qosType.5.65550 = STRING: "htb"
GNU-LINUX-KERNEL-QOS::qosType.5.131072 = STRING: "sfq"
GNU-LINUX-KERNEL-QOS::qosType.5.196608 = STRING: "sfq"
GNU-LINUX-KERNEL-QOS::qosType.5.262144 = STRING: "sfq"
GNU-LINUX-KERNEL-QOS::qosType.5.327680 = STRING: "sfq"
GNU-LINUX-KERNEL-QOS::qosBytes.0.0 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.1.65536 = Counter32: 133920
GNU-LINUX-KERNEL-QOS::qosBytes.5.65536 = Counter32: 69312599
GNU-LINUX-KERNEL-QOS::qosBytes.5.65547 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.5.65548 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.5.65549 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.5.65550 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.5.131072 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.5.196608 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.5.262144 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosBytes.5.327680 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.0.0 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.1.65536 = Counter32: 1461
GNU-LINUX-KERNEL-QOS::qosPackets.5.65536 = Counter32: 547924
GNU-LINUX-KERNEL-QOS::qosPackets.5.65547 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.5.65548 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.5.65549 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.5.65550 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.5.131072 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.5.196608 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.5.262144 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosPackets.5.327680 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.0.0 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.1.65536 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.65536 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.65547 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.65548 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.65549 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.65550 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.131072 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.196608 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.262144 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosDropped.5.327680 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.0.0 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.1.65536 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.65536 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.65547 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.65548 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.65549 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.65550 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.131072 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.196608 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.262144 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOverlimit.5.327680 = Counter32: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.0.0 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.1.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.65547 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.65548 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.65549 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.65550 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.131072 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.196608 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.262144 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional1.5.327680 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.0.0 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.1.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.65547 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.65548 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.65549 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.65550 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.131072 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.196608 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.262144 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional2.5.327680 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.0.0 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.1.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.65547 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.65548 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.65549 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.65550 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.131072 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.196608 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.262144 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional3.5.327680 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional4.0.0 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional4.1.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional4.5.65536 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional4.5.65547 = INTEGER: 158099
GNU-LINUX-KERNEL-QOS::qosOptional4.5.65548 = INTEGER: 83149
GNU-LINUX-KERNEL-QOS::qosOptional4.5.65549 = INTEGER: 83149
GNU-LINUX-KERNEL-QOS::qosOptional4.5.65550 = INTEGER: 307999
GNU-LINUX-KERNEL-QOS::qosOptional4.5.131072 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional4.5.196608 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional4.5.262144 = INTEGER: 0
GNU-LINUX-KERNEL-QOS::qosOptional4.5.327680 = INTEGER: 0
Michal Charvat
Prokon R.B.S. Louny v.o.s.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (8 preceding siblings ...)
2003-12-11 13:16 ` Michal Charvat
@ 2003-12-11 13:23 ` Stef Coene
2003-12-11 14:58 ` Stef Coene
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Stef Coene @ 2003-12-11 13:23 UTC (permalink / raw)
To: lartc
On Thursday 11 December 2003 13:57, Michal Charvat wrote:
> Hi,
>
> Sorry for that, but yet another update :-)
>
> Originally I compiled code on RH8.0, now I tried on Debian stable,
> and I had to make some changes (looks like older gcc didn't like
> my code :-( ).
It's working :)
It's time to generate some graphs .....
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (9 preceding siblings ...)
2003-12-11 13:23 ` Stef Coene
@ 2003-12-11 14:58 ` Stef Coene
2003-12-11 15:19 ` Michal Charvat
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Stef Coene @ 2003-12-11 14:58 UTC (permalink / raw)
To: lartc
On Thursday 11 December 2003 14:23, Stef Coene wrote:
> On Thursday 11 December 2003 13:57, Michal Charvat wrote:
> > Hi,
> >
> > Sorry for that, but yet another update :-)
> >
> > Originally I compiled code on RH8.0, now I tried on Debian stable,
> > and I had to make some changes (looks like older gcc didn't like
> > my code :-( ).
>
> It's working :)
> It's time to generate some graphs .....
Mhh. It should be handy if there is a way to determine the parent-child
relation ship.....
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (10 preceding siblings ...)
2003-12-11 14:58 ` Stef Coene
@ 2003-12-11 15:19 ` Michal Charvat
2003-12-11 16:15 ` Stef Coene
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Michal Charvat @ 2003-12-11 15:19 UTC (permalink / raw)
To: lartc
> Mhh. It should be handy if there is a way to determine the parent-child
> relation ship.....
You are right, handles in this case are a bit confusing (major:minor
together isn't the best way...). You can determine parent-child
relationship from these numbers (as said in archive, higher 16bits are
major number, lower minor).
It would be possible to provide major/minor separately in table and leave
indexing in major:minor scheme as is now.
What do you think about this possibility?
Michal
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (11 preceding siblings ...)
2003-12-11 15:19 ` Michal Charvat
@ 2003-12-11 16:15 ` Stef Coene
2003-12-11 16:27 ` Michal Charvat
2003-12-11 16:49 ` Stef Coene
14 siblings, 0 replies; 16+ messages in thread
From: Stef Coene @ 2003-12-11 16:15 UTC (permalink / raw)
To: lartc
On Thursday 11 December 2003 16:19, Michal Charvat wrote:
> > Mhh. It should be handy if there is a way to determine the parent-child
> > relation ship.....
>
> You are right, handles in this case are a bit confusing (major:minor
> together isn't the best way...). You can determine parent-child
> relationship from these numbers (as said in archive, higher 16bits are
> major number, lower minor).
>
> It would be possible to provide major/minor separately in table and leave
> indexing in major:minor scheme as is now.
> What do you think about this possibility?
That's not what I wanted to say. I wanted to know if you can entry a new
entry that gives all the classes (or qdisc if the parent is a leaf class)
attached to an other class. Like
SNMPv2-SMI::enterprises.18756.1.1.12.3.65536 = STRING: "10:10 10:11"
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (12 preceding siblings ...)
2003-12-11 16:15 ` Stef Coene
@ 2003-12-11 16:27 ` Michal Charvat
2003-12-11 16:49 ` Stef Coene
14 siblings, 0 replies; 16+ messages in thread
From: Michal Charvat @ 2003-12-11 16:27 UTC (permalink / raw)
To: lartc
I can add a new entry, that won't be a problem.
Parent string should be easy to add, but children.... don't know right
now how to do that. I'll try...
Michal Charvat
Prokon R.B.S. Louny v.o.s.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [LARTC] Graphing tc output
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
` (13 preceding siblings ...)
2003-12-11 16:27 ` Michal Charvat
@ 2003-12-11 16:49 ` Stef Coene
14 siblings, 0 replies; 16+ messages in thread
From: Stef Coene @ 2003-12-11 16:49 UTC (permalink / raw)
To: lartc
On Thursday 11 December 2003 17:27, Michal Charvat wrote:
> I can add a new entry, that won't be a problem.
> Parent string should be easy to add, but children.... don't know right
> now how to do that. I'll try...
Parent or child string. If I (we) know one, we can find the other.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2003-12-11 16:49 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-10 16:39 [LARTC] Graphing tc output Rajkumar S
2003-12-10 18:53 ` Chijioke Kalu
2003-12-10 18:54 ` Michal Charvat
2003-12-10 19:58 ` Damjan
2003-12-10 21:35 ` Michal Charvat
2003-12-11 11:16 ` Stef Coene
2003-12-11 12:05 ` Cezar Atanasiu
2003-12-11 12:57 ` Michal Charvat
2003-12-11 12:59 ` Kristiadi Himawan
2003-12-11 13:16 ` Michal Charvat
2003-12-11 13:23 ` Stef Coene
2003-12-11 14:58 ` Stef Coene
2003-12-11 15:19 ` Michal Charvat
2003-12-11 16:15 ` Stef Coene
2003-12-11 16:27 ` Michal Charvat
2003-12-11 16:49 ` Stef Coene
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.