-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Displaying averages + deltas #243
Comments
So, I'm thinking aloud here but about showing the following metrics on the dashboard...
|
Those sound like a solid set of initial items -- it'd be cool to be able to plot the averages as dotted lines on the graphs, so you can visually see how far from the average each test is. (It'd also be cool to be able to plot a dotted line of tests offset by say a week, so you can visually see how the tests compare to a week ago.) |
I'm not planning to go too crazy on charting but I do want to provide quick insights and value for the bulk of the users. When getting into complex charting I think this is where making sure I have an API and integrations for timeseries DBs so more advanced charting can be done outside of the app. |
added in #247 |
Alex, if you go to that road, you'll receive hundreds of request, and I don't think the dashboard can or should become a Grafana. I've built a Grafana dashboard using Influxdb data as you know, I've provided installation instructions as you requested, I would suggest to put those in official documentation and direct users to that for "Advanced Stats/Graphs". |
Oh I agree, I'm going to add the 2nd item in the coming weeks and I'll likely close this issue after that. |
Need average for sure |
Showing an average of the timeframe that is selected on the graph would be great. For example, if the download/upload graph is showing "Last 24h", then having average values for that timeframe would be great. If I want to see an average of the week, I just change the dropdown to "Last Week". This would also make more sense if we had a single time-picker that updated all the graphs instead of having individual time-pickers for each graph. Thanks for this project! 👍 |
I agree that this should not become a Grafana dashboard type of thing, but ... having recently used this data to get a break on my internet provider cost due to them not providing the proper speeds I'm paying for, I can say that having a quick display of the averages (monthly, weekly) for at least the DL/UL speeds would be helpful. As it is I had to manually export and crunch the numbers to get the averages which I then used to argue my case with Comcast. |
Thank you for shipping this ❤️ |
@alexjustesen great feature - thankyou ... is there any appetite / how much effort would it be to change it so that it has a moving average? |
Is your feature request related to a problem? Please describe.
👋 Loving this project! My internet speed is pretty consistent, but I'd like to be able to more easily view discrepancies in each run.
Describe the solution you'd like
It'd be really cool to be able to view averages over time for all the charts and key stats. Building on that, it'd also be nice I think to then have a view where you can see each run's delta compared to the average, or compared to the previous run.
Additional context
N/A
The text was updated successfully, but these errors were encountered: