* [LARTC] Htb frontend starting to work
@ 2002-10-12 21:06 Pedro Larroy
2002-10-12 21:11 ` Pedro Larroy
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Pedro Larroy @ 2002-10-12 21:06 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 684 bytes --]
Hi.
I have something that can be seen now.
It would be nice if you give it a try to see if you find it useful and
if it detects correctly the htb tree. Send me your comments.
Regards.
--
... ___________________________________________________________ ...
| /| |\ |
| /-| 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 |-/ |
|...\|_________________________________________________________|/...|
[-- Attachment #2: qos.pl --]
[-- Type: application/x-perl, Size: 11124 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] Htb frontend starting to work 2002-10-12 21:06 [LARTC] Htb frontend starting to work Pedro Larroy @ 2002-10-12 21:11 ` Pedro Larroy 2002-10-12 21:50 ` Stef Coene ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Pedro Larroy @ 2002-10-12 21:11 UTC (permalink / raw) To: lartc The motivation that has taken me to write this app is that a good tool to see what's happening with tc stuff is needed by some. Also I would like to see a graphic interface that puts toghether qdisc manipulation and rrdtool to analize the traffic. Regards. -- ... ___________________________________________________________ ... | /| |\ | | /-| 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] 5+ messages in thread
* Re: [LARTC] Htb frontend starting to work 2002-10-12 21:06 [LARTC] Htb frontend starting to work Pedro Larroy 2002-10-12 21:11 ` Pedro Larroy @ 2002-10-12 21:50 ` Stef Coene 2002-10-13 5:23 ` raptor 2002-10-13 13:36 ` Pedro Larroy 3 siblings, 0 replies; 5+ messages in thread From: Stef Coene @ 2002-10-12 21:50 UTC (permalink / raw) To: lartc On Saturday 12 October 2002 23:11, Pedro Larroy wrote: > The motivation that has taken me to write this app is that a good tool > to see what's happening with tc stuff is needed by some. Also I would > like to see a graphic interface that puts toghether qdisc manipulation > and rrdtool to analize the traffic. I'm (trying) to write something like that. A very eraly beta example can be found on http://home.docum.org/qos/ Features : - HTML output - configuring htb tree - showing running config - showing graphs of running config Todo : - creating filters - creating script out of the configuration - accepting "% from parent" as rate/ceil - writing docs - writing installation manual - using sudo for ifconfig/tc/ip Any help/suggestion is welcome. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Htb frontend starting to work 2002-10-12 21:06 [LARTC] Htb frontend starting to work Pedro Larroy 2002-10-12 21:11 ` Pedro Larroy 2002-10-12 21:50 ` Stef Coene @ 2002-10-13 5:23 ` raptor 2002-10-13 13:36 ` Pedro Larroy 3 siblings, 0 replies; 5+ messages in thread From: raptor @ 2002-10-13 5:23 UTC (permalink / raw) To: lartc i'm getting this error : # perl qos.pl main::create_rrdwin() called too early to check prototype at qos.pl line 67. Can't call method "rgb_width" on an undefined value at qos.pl line 293. any idea _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Htb frontend starting to work 2002-10-12 21:06 [LARTC] Htb frontend starting to work Pedro Larroy ` (2 preceding siblings ...) 2002-10-13 5:23 ` raptor @ 2002-10-13 13:36 ` Pedro Larroy 3 siblings, 0 replies; 5+ messages in thread From: Pedro Larroy @ 2002-10-13 13:36 UTC (permalink / raw) To: lartc On Sun, Oct 13, 2002 at 01:23:28AM -0400, raptor wrote: > i'm getting this error : > > > # perl qos.pl > main::create_rrdwin() called too early to check prototype at qos.pl line 67. > Can't call method "rgb_width" on an undefined value at qos.pl line 293. You have to have: libgtk-imlib-perl libgtk-perl Installed. But That's a function I'am working on. -- ... ___________________________________________________________ ... | /| |\ | | /-| 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] 5+ messages in thread
end of thread, other threads:[~2002-10-13 13:36 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-10-12 21:06 [LARTC] Htb frontend starting to work Pedro Larroy 2002-10-12 21:11 ` Pedro Larroy 2002-10-12 21:50 ` Stef Coene 2002-10-13 5:23 ` raptor 2002-10-13 13:36 ` Pedro Larroy
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.