All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] TC Java GUI
@ 2005-05-30 19:45 Alberto Torres
  2005-05-31  8:43 ` Alberto Torres
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alberto Torres @ 2005-05-30 19:45 UTC (permalink / raw)
  To: lartc

Hello, i am writing a iproute2 java gui, and i just started. I would
like to make some questions, since i have been using tc as an
administrator, but not developing anything to do with it.

1.- I want to display statistics, create queues, etc... are there any
libraries i can use, or simply i have to use system calls from java?

2.- Does anybody thinks this is helpless, or it is helpfull?

3.- Sugestions? 

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

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

* [LARTC] TC Java GUI
  2005-05-30 19:45 [LARTC] TC Java GUI Alberto Torres
@ 2005-05-31  8:43 ` Alberto Torres
  2005-05-31 10:43 ` cristian_dimache
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alberto Torres @ 2005-05-31  8:43 UTC (permalink / raw)
  To: lartc

Hello, i am writing a iproute2 java gui, and i just started. I would
like to make some questions, since i have been using tc as an
administrator, but not developing anything to do with it.

1.- I want to display statistics, create queues, etc... are there any
libraries i can use, or simply i have to use system calls from java?

2.- Does anybody thinks this is helpless, or it is helpfull?

3.- Sugestions?

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

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

* Re: [LARTC] TC Java GUI
  2005-05-30 19:45 [LARTC] TC Java GUI Alberto Torres
  2005-05-31  8:43 ` Alberto Torres
@ 2005-05-31 10:43 ` cristian_dimache
  2005-05-31 11:18 ` lartc
  2005-06-08 16:20 ` Alberto Torres
  3 siblings, 0 replies; 5+ messages in thread
From: cristian_dimache @ 2005-05-31 10:43 UTC (permalink / raw)
  To: lartc

Number one: good luck trying to catch as much aof the versatility of tc
into your java app.
Number two: when I install a server, I usually don't install any GUI on
it, so it would be nice if you could make it a client-server app.
Number three: Be sure to add a graphical representation (like the one
rrdtool does) for quick confirmation.
Number four: Don't make it too easy for people to work with the rough tc,
or I will be out of a job.

And yes, it is helpful...

> Hello, i am writing a iproute2 java gui, and i just started. I would
> like to make some questions, since i have been using tc as an
> administrator, but not developing anything to do with it.
>
> 1.- I want to display statistics, create queues, etc... are there any
> libraries i can use, or simply i have to use system calls from java?
>
> 2.- Does anybody thinks this is helpless, or it is helpfull?
>
> 3.- Sugestions?
>
> Thanks
> _______________________________________________
> 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] 5+ messages in thread

* Re: [LARTC] TC Java GUI
  2005-05-30 19:45 [LARTC] TC Java GUI Alberto Torres
  2005-05-31  8:43 ` Alberto Torres
  2005-05-31 10:43 ` cristian_dimache
@ 2005-05-31 11:18 ` lartc
  2005-06-08 16:20 ` Alberto Torres
  3 siblings, 0 replies; 5+ messages in thread
From: lartc @ 2005-05-31 11:18 UTC (permalink / raw)
  To: lartc

hi alberto,

thanks for undertaking this project -- sounds nice.

i too agree on client/server and would also encourage you to have a look
at tcng -- werner has done a _lot_ of work to simplify and visualize the
complexities of tc (even though tcng uses an ascii config file) ...

cheers & good luck

charles

On Tue, 2005-05-31 at 10:43 +0200, Alberto Torres wrote:
> Hello, i am writing a iproute2 java gui, and i just started. I would
> like to make some questions, since i have been using tc as an
> administrator, but not developing anything to do with it.
> 
> 1.- I want to display statistics, create queues, etc... are there any
> libraries i can use, or simply i have to use system calls from java?
> 
> 2.- Does anybody thinks this is helpless, or it is helpfull?
> 
> 3.- Sugestions?
> 
> Thanks
> _______________________________________________
> 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] 5+ messages in thread

* Re: [LARTC] TC Java GUI
  2005-05-30 19:45 [LARTC] TC Java GUI Alberto Torres
                   ` (2 preceding siblings ...)
  2005-05-31 11:18 ` lartc
@ 2005-06-08 16:20 ` Alberto Torres
  3 siblings, 0 replies; 5+ messages in thread
From: Alberto Torres @ 2005-06-08 16:20 UTC (permalink / raw)
  To: lartc

I carry on developing the GUI. Just to get fresh information from the
"real" users, which information would you agree would be to you
usefull?¿
 * rrdtool graph of qeueues
 * stats of interface
 * Mb-Traffic information
 * Actual set up in graph form


any more?¿ 

On 6/6/05, Alberto Torres <perezoso@gmail.com> wrote:
> Hello, to all again. I have been looking to tcng and that tc + xml
> app. I was wondering now, does iproute stores any data on the /proc
> filesystem? I cant find much information, and i have been thinking
> about using system calls (if availible) to create destroy monitor
> queues. Anyone?
> 
> On 5/31/05, lartc <lartc@manchotnetworks.net> wrote:
> > hi alberto,
> >
> > thanks for undertaking this project -- sounds nice.
> >
> > i too agree on client/server and would also encourage you to have a look
> > at tcng -- werner has done a _lot_ of work to simplify and visualize the
> > complexities of tc (even though tcng uses an ascii config file) ...
> >
> > cheers & good luck
> >
> > charles
> >
> > On Tue, 2005-05-31 at 10:43 +0200, Alberto Torres wrote:
> > > Hello, i am writing a iproute2 java gui, and i just started. I would
> > > like to make some questions, since i have been using tc as an
> > > administrator, but not developing anything to do with it.
> > >
> > > 1.- I want to display statistics, create queues, etc... are there any
> > > libraries i can use, or simply i have to use system calls from java?
> > >
> > > 2.- Does anybody thinks this is helpless, or it is helpfull?
> > >
> > > 3.- Sugestions?
> > >
> > > Thanks
> > > _______________________________________________
> > > 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] 5+ messages in thread

end of thread, other threads:[~2005-06-08 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-30 19:45 [LARTC] TC Java GUI Alberto Torres
2005-05-31  8:43 ` Alberto Torres
2005-05-31 10:43 ` cristian_dimache
2005-05-31 11:18 ` lartc
2005-06-08 16:20 ` Alberto Torres

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.