Skip to content
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

Suggestions for Improving the Bandwidth Section #132

Open
mocchen opened this issue Aug 24, 2024 · 2 comments
Open

Suggestions for Improving the Bandwidth Section #132

mocchen opened this issue Aug 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mocchen
Copy link

mocchen commented Aug 24, 2024

Hello, Developer,

I've been reviewing the Bandwidth section, and I've noticed that it currently displays an average value over a period of time. While this provides a general overview, I believe it may not fully capture the specifics of network traffic at each moment.

In particular, when network traffic experiences significant fluctuations, using an average can mask these variations, potentially failing to highlight important momentary peaks or troughs. To address this, I suggest considering the following approaches:

  1. Preserving Original Data: Store the raw data for each time point to allow for more detailed analysis or visualization.
  2. Alternative Statistical Methods: In addition to (or instead of) calculating the average, consider including:
    • Peak Values: To show the highest traffic points.
    • Minimum Values: To highlight the lowest traffic points.
    • Total Traffic: To represent the total volume of traffic over a specific period.

These methods could provide a more comprehensive view of network performance, capturing both the overall trend and the important fluctuations that an average might miss.

This is just my personal view, and I hope you’ll consider it. Thank you for your attention!

@henrygd henrygd added the enhancement New feature or request label Aug 24, 2024
@henrygd
Copy link
Owner

henrygd commented Aug 24, 2024

Thanks for the suggestions.

I may be able to add peak one minute values in addition to average for the longer time period charts.

@henrygd
Copy link
Owner

henrygd commented Oct 10, 2024

Peak 1 minute average has been added in 0.5.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants