Running the Winsock Stress Test (Windows CE 5.0)
The Winsock Stress Test strains Winsock and networking functionality by performing a large number of socket operations. Run the following tests cases by using the Perf_winsock tool provided in the CETK.
- Perf_winsock test for TCP send throughput
- Perf_winsock test for TCP for recv throughput
- Perf_winsock test for UDP send throughput
- Perf_winsock test for UDP for recv throughput
Use the following command for Perf_winsock and run through all of the four test cases defined above.
tux -o -d perf_winsock2 -x 1001,1002,1007,1009 -c "-s <IP Address or Name> -i 4 -b 128,32768 -n 1000"
<IP Address or Name> is the name of a desktop host running perf_winsockd2 server either from a command line or as a service.
See Also
How to Develop a Connectionless NDIS Miniport Driver | How to Test an NDIS Miniport Driver
Send Feedback on this topic to the authors