Project used to start a Http Server that responds back a 500 byte payload response over http://+:80/Server/
- The Server is based of HTTP Server Version 2.0
Http Server implementation using System.Net which returns a 500 byte payload on a GetRequest without body to http://+:80/server
wcat is used to run these tests using the settings.ubr and the client.ubr files.
-
Start the Controller
start wcctl.exe -t client.ubr -f settings.ubr -s %COMPUTERNAME% -v 30 -c 4 -o output.xml -x
-
Start Clients
Run this on each client machine
wcclient.exe <controllerName>
- WCAT Download (64-bit)
- HTTP Server Version 2.0 - http://msdn.microsoft.com/en-us/library/windows/desktop/aa364705(v=vs.85).aspx