getanteon / ddosify-docker-extension

Ddosify Docker Extension - High-performance, simple-to-use load testing tool written in Golang
https://ddosify.com/
GNU Affero General Public License v3.0
28 stars 10 forks source link

Add average response time plot #2

Open fatihbaltaci opened 2 years ago

fatihbaltaci commented 2 years ago

Add average response time plot like Ddosify Cloud Results Page:

image

If there are failed requests, avg response time must be zero like this:

image

We give free credits on Ddosify Cloud upon sign-up, if you need more, please send me an e-mail: fatih@ddosify.com

HarjotQASource commented 2 years ago

Hello @fatihbaltaci @kursataktas Could you please assign this to me and some pointers will be helpful. Thanks!

fatihbaltaci commented 2 years ago

Hi @HarjotQASource, sure I assigned this issue to you, thanks.

You can parse the Avg. Duration for each line: 0.49265s, 0.33128s, 0.29153s, 0.27247s, ... and draw a plot like Ddosify Cloud that I mentioned in the first post.

image