results in JSON. You can turn on JSON output with -j/–json-output $ siege --no-parser -j -c5 -r5 http://www.joedog.org { "transactions": 50, "availability": 100.00, "elapsed_time": 7.34, "data_transferred": 0.86, "response_time": 0.67, "transaction_rate": 6.81, "throughput": 0.12, "concurrency": 4.54, "successful_transactions": 50, "failed_transactions": 0, "longest_transaction": 2.21, "shortest_transaction": 0.14 }
This release includes several bug fixes and minor corrections. It also includes support for IPv6. It allows you to override content-type at the command line and it provides an option for outputting the results in JSON.
I'm happy to proxy-maintain this.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df43d67e374b9da123f8074bb5dfe7c15c4f8d32 commit df43d67e374b9da123f8074bb5dfe7c15c4f8d32 Author: Andrea Cerisara <andreacerisara@gmail.com> AuthorDate: 2020-04-23 22:46:01 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-04-26 13:36:46 +0000 app-benchmarks/siege: version bump to 4.0.5 - update header and eapi - update license Bug: https://bugs.gentoo.org/717588 Signed-off-by: Andrea Cerisara <andreacerisara@gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/15494 Signed-off-by: Joonas Niilola <juippis@gentoo.org> app-benchmarks/siege/Manifest | 1 + app-benchmarks/siege/metadata.xml | 18 +++++++++++- app-benchmarks/siege/siege-4.0.5.ebuild | 50 +++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 1 deletion(-)
Thank you!