On Fri, Mar 14, 2008 at 7:00 AM, Fedechicco <[EMAIL PROTECTED]> wrote:
> Ok, I imagine that the "load injection" is to be done using a simple > protocol, like an echo or something, only to test the network capabilities > of the whole thing, am I right? No that would be the protocol under test implemented by the MINA application. Besides this the client needs a simple protocol to send back it's statistics to the console. Let's call this the statistics protocol. This protocol would be very simple like the echo protocol. > > Or we are trying to do something using a generic already implemented > protocol? The protocol being tested can be custom designed or can be an implementation of a specified protocol like HTTP, LDAP, FTP etc. > I mean something like: I have some new MINA server and MINA client > for my new protocol, and simply with a tool like a filter I can test the > performance of my server. It has to be something like that? > Well you need more than just a filter in the server under test. This performance filter will make the MINA server under test into a white box but we still need statistics coming in from those clients. The info from he filter should be correlated with the info from the clients by the console. > > I think I'm over with questions, I almost understood. > > Cool. Alex
