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

Cannot seem to use --keepalive option #220

Open
misalcedo opened this issue May 18, 2018 · 0 comments
Open

Cannot seem to use --keepalive option #220

misalcedo opened this issue May 18, 2018 · 0 comments

Comments

@misalcedo
Copy link

attack_group.add_option('-K', '--keepalive', metavar="KEEP_ALIVE", nargs=0,

The nargs option is 0, so my assumption is the argument will never have a value and so will never pass "-k" option to Apache Bench.

I tried:
"bees attack -K True"
"bees attack --keepalive=True"
"bees attack -K KEEP_ALIVE"
"bees attack --keepalive=KEEP_ALIVE"
"bees attack -K"
"bees attack --keepalive"

None of them added -k to Apache Bench

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

No branches or pull requests

1 participant