Options (3)
-c, --concurrencybooleanRun with concurrent users and a specified amount of requests per second
Example:
loadtest {{[-c|--concurrency]}} {{10}} {{[--rps|--requestsPerSecond]}} {{200}} {{https://example.com}}--rpsbooleanRun with concurrent users and a specified amount of requests per second
Example:
loadtest {{[-c|--concurrency]}} {{10}} {{[--rps|--requestsPerSecond]}} {{200}} {{https://example.com}}-m, --methodbooleanRun with a specific HTTP method
Example:
loadtest {{[-m|--method]}} {{GET}} {{https://example.com}}Examples (3)
Run with concurrent users and a specified amount of requests per second
loadtest [-c|--concurrency] 10 [--rps|--requestsPerSecond] 200 https://example.comRun with a custom HTTP header
loadtest --headers "accept:text/plain;text-html" https://example.comRun with a specific HTTP method
loadtest [-m|--method] GET https://example.commade by @shridhargupta | data from tldr-pages