Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 909 Bytes

ReadMe.md

File metadata and controls

32 lines (21 loc) · 909 Bytes

Simple Http Server implementation comparisons

Hammer

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

HttpListener

Http Server implementation using System.Net which returns a 500 byte payload on a GetRequest without body to http://+:80/server

Test

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>
    

References