
loadtest
List of commands for loadtest:
-
loadtest:tldr:6ab67 loadtest: Run with concurrent users and a specified amount of requests per second.$ loadtest --concurrency ${10} --rps ${200} ${https:--example-com}try on your machineexplain this command
-
loadtest:tldr:7957e loadtest: Run with a specific HTTP method.$ loadtest --method ${GET} ${https:--example-com}try on your machineexplain this command
-
loadtest:tldr:ff40d loadtest: Run with a custom HTTP header.$ loadtest --headers "${accept:text-plain;text-html}" ${https:--example-com}try on your machineexplain this command