tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.5k stars 1.36k forks source link

Plotly.js for real-time analysis #252

Closed ghost closed 6 years ago

ghost commented 7 years ago

We know we can loop against the report to generate real-time stats. What do you think about sed/awk and posting to a service with Plotly?

daluu commented 7 years ago

that sounds like 3rd party / unix toolchain wrapping around vegeta and not native to vegeta itself? And hence seemingly 3rd party projects or addon tooling complements to vegeta whether part of core project or not.

rs commented 6 years ago

I published a tool to integrate vegeta with jplot, you might be interested: https://github.com/rs/jaggr#vegeta

tsenart commented 6 years ago

@rs: Looks great! Please add it to the README in Vegeta :)