Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New option parameters #2

Merged
merged 4 commits into from
Feb 12, 2015
Merged

New option parameters #2

merged 4 commits into from
Feb 12, 2015

Conversation

Quantium
Copy link
Contributor

Hi,

I'm added some parameters to work in a more flexible way with node-ab.

The new usage I'm proposing is something like this:

nab <URL> [--increase 100] [--milliseconds 1] [--help] [--verbose]

Some samples:
nab http://192.168.1.66
nab http://localhost
nab http://localhost:4000 --increase 200
nab http://localhost:4000 -i 200
nab http://localhost:4000 --milliseconds 1500
nab http://localhost:4000 --milliseconds 1500 --verbose
nab http://localhost:4000 -m 1500
nab http://localhost:4000 -m 1500 -v
nab --help
nab -h

@doubaokun doubaokun merged commit 2e31ff7 into doubaokun:master Feb 12, 2015
@doubaokun
Copy link
Owner

Thanks for the commits.

@Quantium
Copy link
Contributor Author

You're welcome.

I will add some functionalities soon.

I really use nab a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants