ddosify
High-performance load testing tool, written in Golang
Options
Name | Description |
---|---|
-t <URL> |
|
-n <RequestCount> | Total request count. Default: 100 |
-d <Duration> | Test duration in seconds. Default: 10 |
-l <RequestType> | Type of the request. Default: linear |
-m <HTTPMethod> | HTTP Methods. Default: GET |
-b <Body> | Body for the request |
-a <BasicAuth> | Basic authentication |
-h <header> |
|
-T <Timeout> | Timeout in seconds. Default: 5 |
-P <Proxy> | Proxy address |
-o <OutputFormat> | Test result output format. Default: stdout |
--config <ConfigFile> | Config file of the load test i.e example_ddosify_config.json |
--version | Prints version, git commit, built date (utc) |
--debug | Iterates the scenario once and prints curl-like verbose result |
--help | Prints CLI flags |