http-monster
v0.1.1
Published
A HTTP benchmarking tool for CLI
Downloads
8
Readme
http-monster
A minimalist HTTP benchmarking tool.
Install
$> [sudo] npm install http-monster -g
Basic usage
$> httpmon -n 15 -c 2 http://github.com
--help
Usage: httpmon [options] <url>
Options:
-h, --help
-V, --version
-n, --requests [num]
-c, --clients [num]
-m, --method [http method]
-a, --auth [username:password]
-b, --body [param=value¶m...]
-j, --json [{"key": "value"}] or [@/path/to/file.json]
-q, --querystring [param=value¶m...]
-i, --interval [ms]
-t, --timeout [secs]