-
Notifications
You must be signed in to change notification settings - Fork 149
Plot more metrics in real-time #2
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
Comments
What do you think about we clicking on each option and showing them (changing the current line chart?)? I wish we had tabs on termdash, but it doesn't have tabs unfortunately :( |
@nakabonne no problem. I started work on percentiles and I think I'll be able to open a PR this weekend :) |
That would help. I'm wondering if we can do that with Histogram which is commented out now. Line 14 in ec2b6b4
|
I'll take a look at histogram. However, vegeta.Metrics calculating quantiles is actually okay (??). This is how it looks (wip) [p50, p75, p90, p95 & p99]. My test server is running Sleep(rand.Intn(1000 * Millisecond)): I'm not done yet, as I want to show legend like in this issue mum4k/termdash#188 Just didn't get the time, but I'll finish this one soon and I'll try to make it as reusable as possible so we can support bytes in/bytes out & status codes as well. |
Closing because I opened each issue individually; label:new-chart |
It would be nice if it's able to press
Ctrl-i
to switch between charts.Workers running in concurrentThe text was updated successfully, but these errors were encountered: