hi.
looking for a free tool to stress / test http(s) endpoints?
you're in luck, sir.
(edit: this is not my code - found on github!)
look at that MF.
download link here:
usage / options here:
enjoy that shit!
make sure to leave a like..
looking for a free tool to stress / test http(s) endpoints?
you're in luck, sir.
(edit: this is not my code - found on github!)
look at that MF.
download link here:
usage / options here:
Code:
[code]
Usage: stresser <URL> [options] Options: -h | --help Outputs this helpful information -t | --timeout= <milliseconds> [10000] Sets the time a request waits for response -n | --count= <number> [10] Sets the number of seconds -c | --concurrent= <number> [100] Sets the number of concurrent requests -m | --method <GET|HEAD|POST|PUT|DELETE|*> [GET] Sets the request method -b | --body <body as string> Sets body of the request (JSON) -f | --force Forces the stress test to stop at the requested time even if requests have not finished -v | --verbose <e|b|c> Sets verbosity - e: Errors - c: HTTP Status Codes - b: HTTP body --html=<path/to/report/file.html> [${path.join(__dirname, 'report', `report-${Date.now()}.html`)}] Outputs an HTML report file to location Set --html=false if you want to disable it --threads=<number> [#cpus] The number of cpus that will be used to stress test
enjoy that shit!
make sure to leave a like..