PDA

View Full Version : Load Testing Tool for client server application



live_07
3rd November 2009, 20:27
Does anyone know any software / tool for performing load test of Qt client/server Application.if anybody has any kind of information regarding load test for client/server based application kindly share with me.

NoRulez
4th November 2009, 07:30
What do you mean with loading testing tool? To start them, to show the bandwidth or what?

Best Regards
NoRulez

live_07
4th November 2009, 18:19
We have developed a Client-Server Chat Messenger using QTCPSocket / QTCPServer.

I would like to know how many clients can be handled by server ? ie. how many users able to login at same time. Also I would like to know about server's performance while number of clients get increased.

We have checked upto 100 users manually (by using 100 PC).we don't know how to check further.

If you know any tool to test the above,kindly share with me.

Thanks in advance.