* [LARTC] TC GUI or graphs?
@ 2005-01-05 14:55 Deepak Seshadri
2005-01-05 16:52 ` Jason Boxman
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: Deepak Seshadri @ 2005-01-05 14:55 UTC (permalink / raw)
To: lartc
Hello everybody,
I am new to the lartc mailing list. I have been using "tc" for some time
now. To be precise, tc & HTB to shape traffic. I did a lot of search on
Google for 2 things:
- A GUI to create configure new qdiscs & classes for HTB
- A utility that will graph the data sent through all configured classes or
qdiscs.
I could not find anything. Could someone tell me if a GUI exists or a
graphing utility for tc? If my post is a repeat, could someone tell me where
the archive is? I'll search the archive, before posting here.
Thank you,
Deepak Seshadri
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
@ 2005-01-05 16:52 ` Jason Boxman
2005-01-05 17:08 ` Horst Graffy
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Jason Boxman @ 2005-01-05 16:52 UTC (permalink / raw)
To: lartc
On Wednesday 05 January 2005 09:55, Deepak Seshadri wrote:
> Hello everybody,
>
> I am new to the lartc mailing list. I have been using "tc" for some time
> now. To be precise, tc & HTB to shape traffic. I did a lot of search on
> Google for 2 things:
>
> - A GUI to create configure new qdiscs & classes for HTB
There are two projects, the one I remember being lql, designed at creating
libraries for plugging into netlink directly for QoS stuff. One of these
days there will probably be a nice GUI available. Presently I don't know of
any.
> - A utility that will graph the data sent through all configured classes or
> qdiscs.
I hacked a Perl script[1] to graph shaping configuration leafs. It either
writes values to a RRDTool database or sends the information off to Munin for
it to play with. I briefly discuss usage in my traffic control guide[2].
[1] http://trekweb.com/~jasonb/code/polltc-1.01.tar.gz
[2] http://trekweb.com/~jasonb/articles/traffic_shaping/monitoring.html
> I could not find anything. Could someone tell me if a GUI exists or a
> graphing utility for tc? If my post is a repeat, could someone tell me
> where the archive is? I'll search the archive, before posting here.
>
--
Jason Boxman
Perl Programmer / *NIX Systems Administrator
Shimberg Center for Affordable Housing | University of Florida
http://edseek.com/ - Linux and FOSS stuff
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
2005-01-05 16:52 ` Jason Boxman
@ 2005-01-05 17:08 ` Horst Graffy
2005-01-05 17:30 ` Jonathan Day
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Horst Graffy @ 2005-01-05 17:08 UTC (permalink / raw)
To: lartc
Am Mittwoch, 5. Januar 2005 15:55 schrieb Deepak Seshadri:
> - A GUI to create configure new qdiscs & classes for HTB
> - A utility that will graph the data sent through all configured classes or
> qdiscs.
>
> I could not find anything. Could someone tell me if a GUI exists or a
> graphing utility for tc? If my post is a repeat, could someone tell me
> where the archive is? I'll search the archive, before posting here.
have a look at:
http://www.jarod.mpn.pl/htbgui.html
http://www.zone.ee/ktc/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
2005-01-05 16:52 ` Jason Boxman
2005-01-05 17:08 ` Horst Graffy
@ 2005-01-05 17:30 ` Jonathan Day
2005-01-08 16:16 ` Deepak Seshadri
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Jonathan Day @ 2005-01-05 17:30 UTC (permalink / raw)
To: lartc
There are GUIs for HTB, but no guarantee they'll work
with current systems or with what you want to do.
http://freshmeat.net/projects/easyshape/
http://freshmeat.net/projects/khtb/
http://freshmeat.net/projects/ktctool/
http://freshmeat.net/projects/bwmtools/
http://freshmeat.net/projects/htbgui/
http://freshmeat.net/projects/arbitrator/
http://freshmeat.net/projects/ibmonitor/
P.S. I rarely use Google to search for software. :)
--- Jason Boxman <jasonb@edseek.com> wrote:
> On Wednesday 05 January 2005 09:55, Deepak Seshadri
> wrote:
> > Hello everybody,
> >
> > I am new to the lartc mailing list. I have been
> using "tc" for some time
> > now. To be precise, tc & HTB to shape traffic. I
> did a lot of search on
> > Google for 2 things:
> >
> > - A GUI to create configure new qdiscs & classes
> for HTB
>
> There are two projects, the one I remember being
> lql, designed at creating
> libraries for plugging into netlink directly for QoS
> stuff. One of these
> days there will probably be a nice GUI available.
> Presently I don't know of
> any.
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
` (2 preceding siblings ...)
2005-01-05 17:30 ` Jonathan Day
@ 2005-01-08 16:16 ` Deepak Seshadri
2005-02-06 19:52 ` Re : " Brouzouf brouz
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Deepak Seshadri @ 2005-01-08 16:16 UTC (permalink / raw)
To: lartc
Thank you very much for the replies, Jason, Horst & Jonathan.
I'll look into all these options.
Deepak Seshadri
> -----Original Message-----
> From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl] On
> Behalf Of Jonathan Day
> Sent: Wednesday, January 05, 2005 12:30 PM
> To: jasonb@edseek.com; lartc@mailman.ds9a.nl
> Subject: Re: [LARTC] TC GUI or graphs?
>
> There are GUIs for HTB, but no guarantee they'll work
> with current systems or with what you want to do.
>
> http://freshmeat.net/projects/easyshape/
> http://freshmeat.net/projects/khtb/
> http://freshmeat.net/projects/ktctool/
> http://freshmeat.net/projects/bwmtools/
> http://freshmeat.net/projects/htbgui/
> http://freshmeat.net/projects/arbitrator/
> http://freshmeat.net/projects/ibmonitor/
>
> P.S. I rarely use Google to search for software. :)
>
> --- Jason Boxman <jasonb@edseek.com> wrote:
>
> > On Wednesday 05 January 2005 09:55, Deepak Seshadri
> > wrote:
> > > Hello everybody,
> > >
> > > I am new to the lartc mailing list. I have been
> > using "tc" for some time
> > > now. To be precise, tc & HTB to shape traffic. I
> > did a lot of search on
> > > Google for 2 things:
> > >
> > > - A GUI to create configure new qdiscs & classes
> > for HTB
> >
> > There are two projects, the one I remember being
> > lql, designed at creating
> > libraries for plugging into netlink directly for QoS
> > stuff. One of these
> > days there will probably be a nice GUI available.
> > Presently I don't know of
> > any.
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - now with 250MB free storage. Learn more.
> http://info.mail.yahoo.com/mail_250
> _______________________________________________
> 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] 9+ messages in thread
* Re : [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
` (3 preceding siblings ...)
2005-01-08 16:16 ` Deepak Seshadri
@ 2005-02-06 19:52 ` Brouzouf brouz
2005-02-08 2:13 ` erwan le doeuff
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Brouzouf brouz @ 2005-02-06 19:52 UTC (permalink / raw)
To: lartc
Deepak, i think you can look to this option too :
http://sourceforge.net/projects/rcc/
The project is in developpment....but within 1 or 2 weeks i think it
will be a good project....especially who linux network's owner.
rgds,
Erwan le Doeuff
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
` (4 preceding siblings ...)
2005-02-06 19:52 ` Re : " Brouzouf brouz
@ 2005-02-08 2:13 ` erwan le doeuff
2005-02-10 10:35 ` Jack Burton
2005-02-10 10:47 ` erwan le doeuff
7 siblings, 0 replies; 9+ messages in thread
From: erwan le doeuff @ 2005-02-08 2:13 UTC (permalink / raw)
To: lartc
Here is a software for managing QoS (HTB) on multiple Linux system
simultaneoulsy which a single remote GTK2 GUI.
http://sourceforge.net/projects/rcc/
Read the INSTALL file before launching!
I hope you will enjoy!
Regards,
Erwan Le Doeuff
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
` (5 preceding siblings ...)
2005-02-08 2:13 ` erwan le doeuff
@ 2005-02-10 10:35 ` Jack Burton
2005-02-10 10:47 ` erwan le doeuff
7 siblings, 0 replies; 9+ messages in thread
From: Jack Burton @ 2005-02-10 10:35 UTC (permalink / raw)
To: lartc
out of curiosity, after a brief perusal of the manual and
configuration documents, the only way this project works is if the
client is running on all internal machines?
what, really, is the point of this..?
On Mon, 7 Feb 2005 17:13:00 -0900, erwan le doeuff
<erwan.ledoeuff@gmail.com> wrote:
> Here is a software for managing QoS (HTB) on multiple Linux system
> simultaneoulsy which a single remote GTK2 GUI.
>
> http://sourceforge.net/projects/rcc/
>
> Read the INSTALL file before launching!
>
> I hope you will enjoy!
>
> Regards,
>
>
> Erwan Le Doeuff
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
--
"... yes sir, the check is in the mail!"
--Jack Burton of the Pork Chop Express
--
"... yes sir, the check is in the mail!"
--Jack Burton of the Pork Chop Express
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [LARTC] TC GUI or graphs?
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
` (6 preceding siblings ...)
2005-02-10 10:35 ` Jack Burton
@ 2005-02-10 10:47 ` erwan le doeuff
7 siblings, 0 replies; 9+ messages in thread
From: erwan le doeuff @ 2005-02-10 10:47 UTC (permalink / raw)
To: lartc
Hi,
the client can be installed only on your gateway, web-server, database
server and eventually workstation! And the server can be installed
where you want...the server do not have the ability to apply QoS
rules, so all linux box could be considered as Client in the
rcc-project.
thanks to your interest!
Regards,
Erwan Le Doeuff
***************************************************
http://www.rcc-project.net
***************************************************
On Thu, 10 Feb 2005 04:35:20 -0600, Jack Burton <dreawn@gmail.com> wrote:
> out of curiosity, after a brief perusal of the manual and
> configuration documents, the only way this project works is if the
> client is running on all internal machines?
>
> what, really, is the point of this..?
>
> On Mon, 7 Feb 2005 17:13:00 -0900, erwan le doeuff
> <erwan.ledoeuff@gmail.com> wrote:
> > Here is a software for managing QoS (HTB) on multiple Linux system
> > simultaneoulsy which a single remote GTK2 GUI.
> >
> > http://sourceforge.net/projects/rcc/
> >
> > Read the INSTALL file before launching!
> >
> > I hope you will enjoy!
> >
> > Regards,
> >
> >
> > Erwan Le Doeuff
> > _______________________________________________
> > LARTC mailing list / LARTC@mailman.ds9a.nl
> > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> >
>
> --
> "... yes sir, the check is in the mail!"
> --Jack Burton of the Pork Chop Express
>
> --
> "... yes sir, the check is in the mail!"
> --Jack Burton of the Pork Chop Express
> _______________________________________________
> 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] 9+ messages in thread
end of thread, other threads:[~2005-02-10 10:47 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-05 14:55 [LARTC] TC GUI or graphs? Deepak Seshadri
2005-01-05 16:52 ` Jason Boxman
2005-01-05 17:08 ` Horst Graffy
2005-01-05 17:30 ` Jonathan Day
2005-01-08 16:16 ` Deepak Seshadri
2005-02-06 19:52 ` Re : " Brouzouf brouz
2005-02-08 2:13 ` erwan le doeuff
2005-02-10 10:35 ` Jack Burton
2005-02-10 10:47 ` erwan le doeuff
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.