Sample Load Test CLI
mload implements a CLI to perform a simple POST load test against an API endpoint.
❗ Note that the load test implmentation is specific to a single endpoint and requires modificaiton for a general solution.
mload is an Node.js CLI. You will need Node.js installed on your machine.
See https://nodejs.org/en/ for details on Node.js
Checkout the project to a local directory and install dependancies with NPM.
npm install
Execute the project with node.
node . -u <target url> -a <authorization key> -r <target requests per second>
Command line options can be viewed with the help option.
node . -h