* Re: [LARTC] Graphing
@ 2002-04-26 19:06 Michael T. Babcock
2002-04-28 15:35 ` Stef Coene
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: Michael T. Babcock @ 2002-04-26 19:06 UTC (permalink / raw)
To: lartc
On Fri, Apr 26, 2002 at 07:52:53PM +0200, PiotR wrote:
>
> Good, I have written a page with an example using the output of `tc -s
> qdisc' to draw graphs with rrdtool. ¿Do you graph other data more
> specific than the tc output to test your code?, I mean, if you use debug
> code in htb, to output data from its internal functions.
And I've done something similar ... what would be nice is a /proc
interface for reading these values directly without an exec.
--
Michael T. Babcock
CTO, FibreSpeed Ltd. (Hosting, Security, Consultation, Database, etc)
http://www.fibrespeed.net/~mbabcock/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
@ 2002-04-28 15:35 ` Stef Coene
2002-04-30 22:28 ` PiotR
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Stef Coene @ 2002-04-28 15:35 UTC (permalink / raw)
To: lartc
> And I've done something similar ... what would be nice is a /proc
> interface for reading these values directly without an exec.
Now there are 3 of us we did it :)
But the /proc interface isn't a bad idea. Anyone has an idea how to do this?
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] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
2002-04-28 15:35 ` Stef Coene
@ 2002-04-30 22:28 ` PiotR
2002-04-30 23:12 ` David Boreham
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: PiotR @ 2002-04-30 22:28 UTC (permalink / raw)
To: lartc
On Sun, Apr 28, 2002 at 05:35:57PM +0200, Stef Coene wrote:
> > And I've done something similar ... what would be nice is a /proc
> > interface for reading these values directly without an exec.
> Now there are 3 of us we did it :)
> But the /proc interface isn't a bad idea. Anyone has an idea how to do this?
I can have a look at it, probably the netfilter code would need to be
changed.
Would be a good idea to have packet count, and other things in /proc?
What do the people with experience in the kernel think?
Regards.
>
> Stef
>
>
--
... ___________________________________________________________ ...
| /| |\ |
| /-| Pedro Larroy Tovar. PiotR | http://omega.resa.es/piotr |-\ |
| /--| No MS-Office attachments please. |--\ |
o-|--| e-mail: piotr@omega.resa.es |--|-o
| \-| finger piotr@omega.resa.es for public key and info |-/ |
|...\|_________________________________________________________|/...|
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
2002-04-28 15:35 ` Stef Coene
2002-04-30 22:28 ` PiotR
@ 2002-04-30 23:12 ` David Boreham
2002-05-01 0:27 ` Michael T. Babcock
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: David Boreham @ 2002-04-30 23:12 UTC (permalink / raw)
To: lartc
PiotR wrote:
>
>I can have a look at it, probably the netfilter code would need to be
>changed.
>
>Would be a good idea to have packet count, and other things in /proc?
>What do the people with experience in the kernel think?
>
If you do this, please let me know. I would be interested in
adding support for reading these counters via SNMP
to the net-snmp package. It would be good to do the SNMP
work in conjunction with the kernel code so we make sure
that the two both do the things they expect of each other.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (2 preceding siblings ...)
2002-04-30 23:12 ` David Boreham
@ 2002-05-01 0:27 ` Michael T. Babcock
2002-05-01 0:35 ` David Boreham
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Michael T. Babcock @ 2002-05-01 0:27 UTC (permalink / raw)
To: lartc
On Wed, May 01, 2002 at 12:28:51AM +0200, PiotR wrote:
> Would be a good idea to have packet count, and other things in /proc?
> What do the people with experience in the kernel think?
Whatever it is, make sure its easily parsed (tab-delimited, etc.)
There should probably be seperate class and queue lists for simplicity.
For queuing disciplines:
Type of qdisc, handle, packets, dropped packets, borrowed packets
Also optionally: time since last dequeue, time since last queue, etc.
Any other thoughts?
--
Michael T. Babcock
CTO, FibreSpeed Ltd. (Hosting, Security, Consultation, Database, etc)
http://www.fibrespeed.net/~mbabcock/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (3 preceding siblings ...)
2002-05-01 0:27 ` Michael T. Babcock
@ 2002-05-01 0:35 ` David Boreham
2002-07-06 12:11 ` Sahil Gupta - Net4U Limited
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: David Boreham @ 2002-05-01 0:35 UTC (permalink / raw)
To: lartc
Michael T. Babcock wrote:
>For queuing disciplines:
> Type of qdisc, handle, packets, dropped packets, borrowed packets
> Also optionally: time since last dequeue, time since last queue, etc.
>
>Any other thoughts?
>
if possible, count bytes as well as packets
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (4 preceding siblings ...)
2002-05-01 0:35 ` David Boreham
@ 2002-07-06 12:11 ` Sahil Gupta - Net4U Limited
2002-07-06 13:29 ` Stef Coene
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Sahil Gupta - Net4U Limited @ 2002-07-06 12:11 UTC (permalink / raw)
To: lartc
Hi there,
We currently use CBQ to traffic-shape our boxes. Just wondering, does
anybody know of a way to graph the traffic flowing to netblocks / ip
addresses?
Cheers,
Sahil
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (5 preceding siblings ...)
2002-07-06 12:11 ` Sahil Gupta - Net4U Limited
@ 2002-07-06 13:29 ` Stef Coene
2002-07-06 14:18 ` Sahil Gupta - Net4U Limited
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Stef Coene @ 2002-07-06 13:29 UTC (permalink / raw)
To: lartc
On Saturday 06 July 2002 14:11, Sahil Gupta - Net4U Limited wrote:
> Hi there,
> We currently use CBQ to traffic-shape our boxes. Just wondering, does
> anybody know of a way to graph the traffic flowing to netblocks / ip
> addresses?
I create graphs based on the tc-counters.
http://home.docum.org/stef.coene/qos/gui/rrd.html
I also monitored what-ever-I-wanted with the counters of iptables/ipchains.
But I have no graphing script for this.
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] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (6 preceding siblings ...)
2002-07-06 13:29 ` Stef Coene
@ 2002-07-06 14:18 ` Sahil Gupta - Net4U Limited
2002-07-06 15:00 ` Stef Coene
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Sahil Gupta - Net4U Limited @ 2002-07-06 14:18 UTC (permalink / raw)
To: lartc
Stef,
Are you using SNMP? We currently have a great model working using
SNMP/MRTG but, we want to get away from SNMP as it isn't as accurate as we
would like it to be. We are really looking for information off the router
itself.... are you able to shed any light to it?
Cheers,
Sahil
---------------------------------------------------------------------
Net4U Limited - New Zealands Premier Internet Service Provider
-- Home of the new $24.95 Global Dialup / JetStart Service --
Visit http://www.net4u.co.nz for further information
---------------------------------------------------------------------
On Sat, 6 Jul 2002, Stef Coene wrote:
> On Saturday 06 July 2002 14:11, Sahil Gupta - Net4U Limited wrote:
> > Hi there,
> > We currently use CBQ to traffic-shape our boxes. Just wondering, does
> > anybody know of a way to graph the traffic flowing to netblocks / ip
> > addresses?
> I create graphs based on the tc-counters.
> http://home.docum.org/stef.coene/qos/gui/rrd.html
> I also monitored what-ever-I-wanted with the counters of iptables/ipchains.
> But I have no graphing script for this.
>
> 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] 14+ messages in thread
* Re: [LARTC] Graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (7 preceding siblings ...)
2002-07-06 14:18 ` Sahil Gupta - Net4U Limited
@ 2002-07-06 15:00 ` Stef Coene
2005-01-25 19:18 ` [LARTC] graphing jacob martinson
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Stef Coene @ 2002-07-06 15:00 UTC (permalink / raw)
To: lartc
On Saturday 06 July 2002 16:18, Sahil Gupta - Net4U Limited wrote:
> Stef,
> Are you using SNMP? We currently have a great model working using
> SNMP/MRTG but, we want to get away from SNMP as it isn't as accurate as we
> would like it to be. We are really looking for information off the router
> itself.... are you able to shed any light to it?
I use SNMP so I can monitor the box remotely. But what do you mean with "it
isn't as accurate as we would like it to be. We are really looking for
information off the router itzelf" ??
MRTG is great to monitor devices, but for custom made monitor, you better
create your own scripts.
I'm leaving for holiday tomorrow morning, so it's possible that you will have
to wait 2 weeks for an answer on you mails.
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] 14+ messages in thread
* [LARTC] graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (8 preceding siblings ...)
2002-07-06 15:00 ` Stef Coene
@ 2005-01-25 19:18 ` jacob martinson
2005-01-25 19:35 ` Andreas Klauer
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: jacob martinson @ 2005-01-25 19:18 UTC (permalink / raw)
To: lartc
Does anyone know what Martin used to generate the graphs in the HTB user guide?
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
Thanks!
-Jacob
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (9 preceding siblings ...)
2005-01-25 19:18 ` [LARTC] graphing jacob martinson
@ 2005-01-25 19:35 ` Andreas Klauer
2005-01-25 19:40 ` Stef Coene
2005-01-25 19:56 ` vincent perrier
12 siblings, 0 replies; 14+ messages in thread
From: Andreas Klauer @ 2005-01-25 19:35 UTC (permalink / raw)
To: lartc
On Tuesday 25 January 2005 20:18, jacob martinson wrote:
> Does anyone know what Martin used to generate the graphs in the HTB user
> guide?
Do you mean the class tree graphs? You can use GraphViz to generate those,
maybe with the help of a script like
http://www.metamorpher.de/files/tc-graph.pl which creates graphs (together
with GraphViz 'dot') like these
http://www.metamorpher.de/files/fairnat.png (big!).
If you mean the statistic graphs, maybe these were done with RRDTool or
similar. There are scripts that create this kind of graph as well, but I
haven't got an example URL handy. Maybe someone else on this list can
provide one.
HTH
Andreas
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (10 preceding siblings ...)
2005-01-25 19:35 ` Andreas Klauer
@ 2005-01-25 19:40 ` Stef Coene
2005-01-25 19:56 ` vincent perrier
12 siblings, 0 replies; 14+ messages in thread
From: Stef Coene @ 2005-01-25 19:40 UTC (permalink / raw)
To: lartc
On Tuesday 25 January 2005 20:18, jacob martinson wrote:
> Does anyone know what Martin used to generate the graphs in the HTB user
> guide?
Yep, it's a perl script to process the counters and I gnuplot to create the
graph. I used the same scripts to create my graphs, so I downloaded it
somewhere from his site.
If you can't find the scripts, let me know and I will try to find mine.
Stef
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [LARTC] graphing
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
` (11 preceding siblings ...)
2005-01-25 19:40 ` Stef Coene
@ 2005-01-25 19:56 ` vincent perrier
12 siblings, 0 replies; 14+ messages in thread
From: vincent perrier @ 2005-01-25 19:56 UTC (permalink / raw)
To: lartc
> Does anyone know what Martin used to generate the graphs in the HTB user guide?
>
> http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
>
> Thanks!
>
> -Jacob
I think Martin used the following tool to transmit frames:
http://luxik.cdi.cz/~devik/qos/ethloop/
and I suppose he used gnuplot to graph, I also did some graphs
on HTB visible at http://rawsoft.org with ethloop and gnuplot.
Vincent.
> _______________________________________________
> 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] 14+ messages in thread
end of thread, other threads:[~2005-01-25 19:56 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-26 19:06 [LARTC] Graphing Michael T. Babcock
2002-04-28 15:35 ` Stef Coene
2002-04-30 22:28 ` PiotR
2002-04-30 23:12 ` David Boreham
2002-05-01 0:27 ` Michael T. Babcock
2002-05-01 0:35 ` David Boreham
2002-07-06 12:11 ` Sahil Gupta - Net4U Limited
2002-07-06 13:29 ` Stef Coene
2002-07-06 14:18 ` Sahil Gupta - Net4U Limited
2002-07-06 15:00 ` Stef Coene
2005-01-25 19:18 ` [LARTC] graphing jacob martinson
2005-01-25 19:35 ` Andreas Klauer
2005-01-25 19:40 ` Stef Coene
2005-01-25 19:56 ` vincent perrier
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.