All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fwd: Re: [Fwd: Re: [LARTC] TC/HTB Graphs]]
@ 2005-05-23 12:50 Bogdan Coman
  2005-05-24  6:45 ` Bogdan Coman
  2005-05-24  9:42 ` Bogdan Coman
  0 siblings, 2 replies; 3+ messages in thread
From: Bogdan Coman @ 2005-05-23 12:50 UTC (permalink / raw)
  To: lartc

Bogdan Coman wrote:

> hareram wrote:
>
>> Hi
>>
>> iam looking to graph the tc classes and qdisc
>> iam trying to access the stef scripts
>> but its site is totally broken
>>
>> could some one point me where i can graph using good docs
>>
>> hare
>>
>> _______________________________________________
>> LARTC mailing list
>> LARTC@mailman.ds9a.nl
>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
>
> I've written a perl script to read qdisc counters using snmp, and so 
> you will
> be able to use anything that can graph snmp. It's not well written, 
> but it's
> usable. I will write some docs for it sometime soon. 

http://adica.eu.org/snmp_eg.pl

> ComBo
>
>
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc




_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Fwd: Re: [Fwd: Re: [LARTC] TC/HTB Graphs]]
  2005-05-23 12:50 [Fwd: Re: [Fwd: Re: [LARTC] TC/HTB Graphs]] Bogdan Coman
@ 2005-05-24  6:45 ` Bogdan Coman
  2005-05-24  9:42 ` Bogdan Coman
  1 sibling, 0 replies; 3+ messages in thread
From: Bogdan Coman @ 2005-05-24  6:45 UTC (permalink / raw)
  To: lartc

Bogdan Coman wrote:

> Bogdan Coman wrote:
>
>> hareram wrote:
>>
>>> Hi
>>>
>>> iam looking to graph the tc classes and qdisc
>>> iam trying to access the stef scripts
>>> but its site is totally broken
>>>
>>> could some one point me where i can graph using good docs
>>>
>>> hare
>>>
>>> _______________________________________________
>>> LARTC mailing list
>>> LARTC@mailman.ds9a.nl
>>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>>
>>
>>
>> I've written a perl script to read qdisc counters using snmp, and so 
>> you will
>> be able to use anything that can graph snmp. It's not well written, 
>> but it's
>> usable. I will write some docs for it sometime soon. 
>
>
> http://adica.eu.org/snmp_eg.pl
>
There is a small README file now for this
http://adica.eu.org/snmp_for_qdisc/

>> ComBo
>>
>>
>> _______________________________________________
>> LARTC mailing list
>> LARTC@mailman.ds9a.nl
>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
>
>
>
>
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Fwd: Re: [Fwd: Re: [LARTC] TC/HTB Graphs]]
  2005-05-23 12:50 [Fwd: Re: [Fwd: Re: [LARTC] TC/HTB Graphs]] Bogdan Coman
  2005-05-24  6:45 ` Bogdan Coman
@ 2005-05-24  9:42 ` Bogdan Coman
  1 sibling, 0 replies; 3+ messages in thread
From: Bogdan Coman @ 2005-05-24  9:42 UTC (permalink / raw)
  To: lartc

hareram wrote:

> Hi
>
> iam able to SNMPwalk
> how can i generate graphs from MRTG
>
this is how a target should look like

Target[test_pkt]: 
.1.3.6.1.4.1.2021.254.1.1.1.2&.1.3.6.1.4.1.2021.254.2.1.1.2:community@10.120.1.1::3:3
Title[test_pkt]: Some client
MaxBytes[test_pkt]: 1500000
Options[test_pkt]: unknaszero,withzeroes,integer
PageTop[test_pkt]: <h1>Trafic analisys packets<\b></h1>

Target[test]: 
.1.3.6.1.4.1.2021.254.1.1.1.1&.1.3.6.1.4.1.2021.254.2.1.1.1:community@10.120.1.1::3:3
Title[test]: Some client
MaxBytes[test]: 1500000
Options[test]: unknaszero,withzeroes,integer
PageTop[test]: <h1>Trafic analisys packets bytes<\b></h1>



> hare
> ----- Original Message ----- From: "Bogdan Coman" <cbi@vipnet.ro>
> To: <lartc@mailman.ds9a.nl>
> Sent: Tuesday, May 24, 2005 12:15 PM
> Subject: Re: [Fwd: Re: [Fwd: Re: [LARTC] TC/HTB Graphs]]
>
>
>> Bogdan Coman wrote:
>>
>>> Bogdan Coman wrote:
>>>
>>>> hareram wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> iam looking to graph the tc classes and qdisc
>>>>> iam trying to access the stef scripts
>>>>> but its site is totally broken
>>>>>
>>>>> could some one point me where i can graph using good docs
>>>>>
>>>>> hare
>>>>>
>>>>> _______________________________________________
>>>>> LARTC mailing list
>>>>> LARTC@mailman.ds9a.nl
>>>>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>>>>
>>>>
>>>>
>>>>
>>>> I've written a perl script to read qdisc counters using snmp, and 
>>>> so you will
>>>> be able to use anything that can graph snmp. It's not well written, 
>>>> but it's
>>>> usable. I will write some docs for it sometime soon. 
>>>
>>>
>>>
>>> http://adica.eu.org/snmp_eg.pl
>>>
>> There is a small README file now for this
>> http://adica.eu.org/snmp_for_qdisc/
>>
>>>> ComBo
>>>>
>>>>
>>>> _______________________________________________
>>>> LARTC mailing list
>>>> LARTC@mailman.ds9a.nl
>>>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> LARTC mailing list
>>> LARTC@mailman.ds9a.nl
>>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>>
>>
>>
>> _______________________________________________
>> LARTC mailing list
>> LARTC@mailman.ds9a.nl
>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>>
>>
>
ComBo
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-24  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-23 12:50 [Fwd: Re: [Fwd: Re: [LARTC] TC/HTB Graphs]] Bogdan Coman
2005-05-24  6:45 ` Bogdan Coman
2005-05-24  9:42 ` Bogdan Coman

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.