A load testing script to help test your servers and code at load. DDOS attack if a server is not well protected.
- Clone the repository
- Add a config.js file with the information in STUB.config.js
- Update the config with your required information
- Run npm start
Keys | type | description |
---|---|---|
AUTH | Boolean | If authentication is required, set to true |
AUTH_EMAIL, AUTH_PASSWORD, AUTH_URL | String | Only required when AUTH is true |
TEST_URL | String | URL that you want to stress test. |
NO_OF_PROCESSES | Number | Number on "concurrent" users you want to load the service with |
THRESHOLD | Number | Amount of time given for the request to return a result to be considered successfule |
Its a work in progress!!