tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
805 stars 70 forks source link

Realtime visualisation #155

Open ghost opened 4 years ago

ghost commented 4 years ago

Is the idea to commit the load test metrics to a time series database (InfluxDB?) and visualise through Grafana?

jeremyandrews commented 4 years ago

That's certainly a possibility. If you create a recipe for this, please feel free to share!

ghost commented 4 years ago

InfluxDB is a possibility, I will also look into Apacha Kafka or maybe ideally we'd want to keep the full stack in Rust?

ghost commented 4 years ago

Could you please tell me how I specify 0.10.0-dev in Cargo.toml when goose on creates.io is published at 0.9.1? Thanks.

jeremyandrews commented 4 years ago

Please see the Specifying Dependencies documentation. You can check out the repo and include it locally, or even include directly from github.

Hopefully we're closing in on a 0.10.0 release soon, as well.