0.1.0 • Published 11 years ago

benchget v0.1.0

Weekly downloads
3
License
BSD 2-clause
Repository
github
Last release
11 years ago

benchget

Simple Get benchmark command line similar to Apache Bench

Usage: index.js,nab,benchget options

Options:

-h, --help                output usage information
-V, --version             output the version number
-n, --num_requests [num]  Number of total requests (n)
-c, --concurrent [num]    Number of concurrent requests
-o, --out [filepath]      Write responses to [output] as json

Url to hit is the last parameter

Example: nab -n 10 -c 5 -o output.json "http://google.com/"

Example: benchget -n 10 -c 5 -o output.json "http://google.com/"

Example: node index.js -n 10 -c 5 -o output.json "http://google.com/"

0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago