CLI Tool to execute multiple requests on a url. You can set the following options :
- How many requests per second
- How many seconds you want the script to run
- Add headers and body with dynamic parameters
In the end, you get a result with the count of each status code returned. error means that the server was not able to serve anything.
npm install
npm start
// npm start:dev
