hallatore / Netling

Netling is a load tester client for easy web testing.
MIT License
1.34k stars 210 forks source link

Add console application for basic usage #11

Closed hallatore closed 7 years ago

hallatore commented 7 years ago

Should support basic scenarios.

Options:
-t <number of threads to spawn>      // default: 1
-d <duration to run for in seconds>  // default: 10
-p <number of requests to pipeline>  // default: 1
-a                                   // Enables thread afinity

netling.exe <options> <url>

Example usage:
netling.exe http://localhost
netling.exe -t 4 -d 60 -p 10 -a http://localhost

Example output:
<TBD>