-
Notifications
You must be signed in to change notification settings - Fork 53
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
Works great! #4
Comments
Assuming the EdgeRouter dashboard, but this would really apply to any: When you indicate 'traffic totals', do you mean the running total of bits/bytes/packets since the router restarted? That is actually how the data is reported and saved: The graphs calculate the change over time and plot those as the rates, but I could add the actual counters in another panel if that is what you are requesting. |
Actually yes, that's what I meant, byte totals by interface (received/sent)
per some period of time. Wasn't sure what the router was exposing. Is
grafana smart enough to be able to say X bytes in last 24 hours/last
week/etc or is it all tied to since last reboot? This is my first exposure
to this whole tool chain, I set it up just to run your dashboard, so pardon
all the beginner level questions.
…On Sat, Apr 15, 2017 at 7:15 AM, WaterByWind ***@***.***> wrote:
Assuming the EdgeRouter dashboard, but this would really apply to any:
When you indicate 'traffic totals', do you mean the running total of
bits/bytes/packets since the router restarted? That is actually how the
data is reported and saved: The graphs calculate the change over time and
plot those as the rates, but I could add the actual counters in another
panel if that is what you are requesting.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABaAf-uYFw10DVfyJdiusRc3h387Hy8iks5rwNEMgaJpZM4M-Ogh>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to get this running after compiling all the latest versions of golang, telegraf, etc. Is there any way you've found to display traffic totals for interfaces? The traffic stats on the edgerouter suck since they reset after a few hours of inactivity.
The text was updated successfully, but these errors were encountered: