Parameter | Description |
---|---|
-Url {Target} | The URL of the target |
Optional Parameters
Parameter | Description |
---|---|
-Timeout {Timeout} | The TCP send/receive timeout in milliseconds. Default: 16000 |
-ClientCount {Count} | The maximum number of active TCP connections. Default: 16384 |
-CreateSleep {Duration} | The sleep time in milliseconds between creating clients. Default: 250 |
-CreateCount {Count} | The number of clients to create after sleeping. Default: 256 |
-ReadSleepMin {Duration} | The minimum amount of sleep time in milliseconds between reading from clients. Default: 0 |
-ReadSleepMax {Duration} | The minimum amount of sleep time in milliseconds between reading from clients. Default: 10000 |
-Silent | Runs application without showing status updates. |
Usage
httpbog -url http://testserver/wordpress/
httpbog -url http://testserver/file.php -timeout 8000