JoeDog / siege

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

Siege output in json and zlib errors on ubuntu 20.04 #235

Open mai1x9 opened 6 months ago

mai1x9 commented 6 months ago

Does the siege even support proper json output. Using siege 4.0.04 now the json output is not returned and the verbose is enabled by default. Does a developer expect the verbose to be enabled by default. I believe a json output with -j option is better.

The version 4.1.6 supports -j option but on ubuntu 20.04 it is returning the error: The previous versions 4.1.6 supported -j option.

zip encoding disabled; siege requires zlib support to enable it

Is is possible to fix the issue?