JoeDog / siege

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

No documentation for units used in JSON output #192

Open Tyler-2 opened 3 years ago

Tyler-2 commented 3 years ago

tyler@host:~$ siege -c50 -t60 "myapp.domain.com" ^C { "transactions": 879363, "availability": 100.00, "elapsed_time": 2569.82, "data_transferred": 511388.88, "response_time": 0.14, "transaction_rate": 342.19, "throughput": 199.00, "concurrency": 48.81, "successful_transactions": 879369, "failed_transactions": 0, "longest_transaction": 15.53, "shortest_transaction": 0.01 }

What units are used for times, rates, and data tallies?

Tyler-2 commented 2 years ago

Still a problem in 4.0.7.

JoeDog commented 2 years ago

The values are the same as documented in the man page for regular output.

On Tue, Jan 25, 2022 at 3:45 PM Tyler Schwend @.***> wrote:

Still a problem in 4.0.7.

— Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/192#issuecomment-1021592492, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZT4DUPFNCKLMQGFQ2DUX4DWBANCNFSM46BSR2NQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes