* Re: [LARTC] interface making
2003-11-17 4:24 [LARTC] interface making wong cheongseng
@ 2003-11-17 19:26 ` Stef Coene
2003-11-18 8:53 ` wong cheongseng
2003-12-01 7:33 ` Martin A. Brown
2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2003-11-17 19:26 UTC (permalink / raw)
To: lartc
On Monday 17 November 2003 05:24, wong cheongseng wrote:
> Hello,
>
> Since the packet filter like htb are using config.file to control make the
> kernel.
> i m trying to make a interface, which able to represent the config file
> jobs.
> the interface able to change the value of differs prio for differs services
> we used.
> so, the Qos will become more user-friendly....
> am i rite?
> Isn't possible we used the interface to change the value in the config
> files???
> any suggestion for me, i really appreciate it.
Sorry, but I reread your post 5 times and I still don't know what you are
talking about.
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] 4+ messages in thread* Re: [LARTC] interface making
2003-11-17 4:24 [LARTC] interface making wong cheongseng
2003-11-17 19:26 ` Stef Coene
@ 2003-11-18 8:53 ` wong cheongseng
2003-12-01 7:33 ` Martin A. Brown
2 siblings, 0 replies; 4+ messages in thread
From: wong cheongseng @ 2003-11-18 8:53 UTC (permalink / raw)
To: lartc
Hi,
sorry, make u confuse.
before this, when we want to setup the gateway to provide QoS.
we need to go though LARTC, follow the step configuration.
finally, we need to write the config. file using bash.
then we execute the file to complete the setting, m i rite?
i suggest to make this complex steps more easier.
how i make it??
i m trying to make a form using JAVA, that form is for the adminstritor to
control the traffic.
for example,
at the beginning the adminstritor set the http higher priority.
after some times, he want to make charging.
the adminstritor must have some knowledge about the LARTC only he able to
make the charging.
because he must charge the value in the config. file and execute it again.
if we make a form to replace all this jobs.
when we make changes in the form,
then the value in the config.file will be change follow the value inside the
form.
the adminstritor can make the charges by using the form.
then the QoS will become more user friendly, am i rite??
_________________________________________________________________
Download the latest MSN Messenger http://messenger.msn.com.my
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] interface making
2003-11-17 4:24 [LARTC] interface making wong cheongseng
2003-11-17 19:26 ` Stef Coene
2003-11-18 8:53 ` wong cheongseng
@ 2003-12-01 7:33 ` Martin A. Brown
2 siblings, 0 replies; 4+ messages in thread
From: Martin A. Brown @ 2003-12-01 7:33 UTC (permalink / raw)
To: lartc
Hello Cheongseng,
: before this, when we want to setup the gateway to provide QoS. we need
: to go though LARTC, follow the step configuration. finally, we need to
: write the config. file using bash. then we execute the file to complete
: the setting, m i rite?
The process is very much like this, although the exact procedure depends
on the nature of the tools you are using.
: i suggest to make this complex steps more easier. how i make it?? i m
: trying to make a form using JAVA, that form is for the adminstritor to
: control the traffic. for example,
:
: at the beginning the adminstritor set the http higher priority. after
: some times, he want to make charging. the adminstritor must have some
: knowledge about the LARTC only he able to make the charging. because he
: must charge the value in the config. file and execute it again.
To my knowledge, this is true now, and to a certain extent cannot be
otherwise. Here's what I mean. Each traffic control structure created in
the kernel is static, and would require changing a configuration file or
setting.
To minimize the administrative hassle of running a traffic control device,
you could use the tcng language [0]. This provides a much more
approachable way to discuss and manage traffic control systems. The tcng
distribution comes with some good example configuration files, but you can
also consult a HOWTO I have written [1].
: if we make a form to replace all this jobs. when we make changes in the
: form, then the value in the config.file will be change follow the value
: inside the form.
It sounds to me as though you wish to have a form front end (D/HTML) which
allows an admin to configure the traffic control system on the fly. There
would doubtless be quite a niche market for this sort of an interface on
the traffic control system. I certainly wouldn't want to tackle this job.
: the adminstritor can make the charges by using the form. then the QoS
: will become more user friendly, am i rite??
QoS is not a particularly user friendly topic, though, because of the
complexity of the systems involved. Not only does the administrator need
to understand how burstiness and latency can be affected by different QoS
mechanisms, but this same person needs to understand a great deal about
the contents of IP packets.
I'd suggest examining tcng to see if it meets your needs for sufficiently
demystifying traffic control under Linux. Good luck!
-Martin
[0] http://tcng.sourceforge.net/
[1] http://tldp.org/HOWTO/Traffic-Control-tcng-HTB-HOWTO/
--
Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread