getanteon / anteon

Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
https://getanteon.com
GNU Affero General Public License v3.0
8.39k stars 379 forks source link

Add an option to hide the progress showing only the result #57

Closed bocharsky-bw closed 2 years ago

bocharsky-bw commented 2 years ago

It would be cool to hide the progress output for every second and display only the RESULT putout at the end

kursataktas commented 2 years ago

Hi @bocharsky-bw Live output is helpful for terminating the test if something unintended happens during the test. On the other hand, ddosify has stdout-json output type which is not printing live results. It is developed for CI/CD purposes but it can also be used for instant tests. Output can be prettified by using jq .

Still, I'm adding this to our roadmap. But there are more major feature requests, so we can't prioritize this for now.

bocharsky-bw commented 2 years ago

Thank you for the fast response! Yeah, -o stdout-json helped, thanks!

kursataktas commented 2 years ago

You are welcome!