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
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
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 >
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 >
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 > > > > > > > >