JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.87k stars 384 forks source link

Add command-line option -p/--parser/--no-parser #74

Open rlister opened 7 years ago

rlister commented 7 years ago

Man page mentions non-existent option -p/--parser.

Would be nice to turn parser on/off from command-line instead of config file.

JoeDog commented 7 years ago

Oops.

-p / --print is actually slated for that option (print the page contents, largely for scripting)

I'll get another option in place and update the man page. Sorry for the inconvenience.

On Tue, Aug 9, 2016 at 6:59 PM, Ric Lister notifications@github.com wrote:

Man page mentions non-existent option -p/--parser.

Would be nice to turn parser on/off from command-line instead of config file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/74, or mute the thread https://github.com/notifications/unsubscribe-auth/AFMT5i73j6-8ahYHOI4nWZy0cagH_2pFks5qeQZagaJpZM4Jgm2r .

rlister commented 7 years ago

No problem. This is a great feature btw, that makes siege really stand out from other tools. I just need to turn it off for some scripted latency tests I am creating.