-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature_request: make autocannon run indefinitely whilst emitting reports periodically #92
Comments
I'm missing what the 'report' should do, compared to the callback. Would you like to send a pr? |
The idea would be streaming the report to some kind of UI to have a continuous metrics. Sure, will PR or maybe get @thekemkid into the loop. |
There is already an event fired (the one that updates the progress bar in the CLI), isn't that enough? |
Sure my point is rather having autocannon running forever reliably by passing a 0 duration or similar. I believe there is nothing for it, right? |
At the moment no. Most of the code is written to be extremely low overhead, A quick-and-dirty solution is to reschdule autocannon when it finishes. Would you be ok with emitting fresh data every 5-10 seconds? The problem is that autocannon will generate the maximum amount of load in
|
Thanks everyone! |
In a microservice architecture it is nice to have constant load on the systems to track p99 latencies.
This talk gives a nice real world example done by Uber. https://www.youtube.com/watch?v=kb-m2fasdDY
Hence it would be cool to have:
The text was updated successfully, but these errors were encountered: