When I finish writing a TCP Service, do I really want to immediately test the performance of this service? What kind of request processing can it handle? What is its performance. I believe the following small tool can help you with your small business. It is a small tool based on beetle. You only need to set the parameters to perform a simple throughput performance test on a TCP Service.
This tool can set the number of connections to the sent data content. the test process is that the connection first sends the specified data to the server and enters the next request after the service responds. the tool displays simple information about each connection, including the last request response latency, maximum latency, minimum latency, and number of bytes sent and received. the tool status bar shows the overall handling status.
If the tool sending and receiving processing cannot meet your needs, you can also modifyCodeTo achieve what you want.
(The tool is fully implemented using. net, so the runtime environment must have. NET 2.0 SP1)
Download Tool
Download Code
Learn more about beetle