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

Download Summe #44

Open
Boerni-tech opened this issue Mar 28, 2020 · 9 comments
Open

Download Summe #44

Boerni-tech opened this issue Mar 28, 2020 · 9 comments

Comments

@Boerni-tech
Copy link

Screenshot 2020-03-28 at 18 09 09

Ich habe ein Problem mit "Current Traffic". Die Box hat bis jetzt und heute etwa 5GB runtergeladen. Glaubt man dem Graphen, wären es ja aber allein um 15:00 Uhr schon 4GB. Der Upload scheint hingegen zu stimmen. Ich hohle die Daten von einer 7530 mit Fritz!OS 7.14
@Boerni-tech
Copy link
Author

Auch scheinen die Daten, insbesondere zu ruhigen Zeiten nicht zu stimmen. Immer wenn, nachts, wenig Traffic übers Netz geht, bekomme ich falsche Werte. Hier müssten die blauen Balken auf ein Minimum schrumpen, bleiben aber bei etwa 2GB hängen, was nicht mit der Bandbreite korreliert.
Screenshot 2020-04-05 at 12 33 20

@JeromeX
Copy link

JeromeX commented Apr 9, 2020

Moin, mein Problem ist fast selbiges. Ich habe in den Ruhezeiten (02-06 uhr) immer ziemlich viel download traffic auf der leitung lt. dashboard. ich kann es mir aber nicht erklären und brauche hier mal eine unterstützung. Es laufen keine dienste usw.. Ich habe das system neu aufgesetzt, daher wenig Daten. In der ersten Nacht, war es okay. Nun kommen die selbigen Grafiken, als das Monitoring schon 3 Wochen am Stück lief. Kann mir jemand hier Hilfestellung geben? Fritzbox 7590 neustes FritzOS.
grafik

System Settings:
Raspberry Pi 4B+ 4GB RAM

@Boerni-tech
Copy link
Author

Ich habe testhalber mal die Abfrage für den Upload übernommen und angepasst, das kommt bei mir exakt hin:
SELECT non_negative_difference(last(cumulative_sum)) FROM ( SELECT cumulative_sum(non_negative_difference(last("value"))) FROM "fritzbox_value" WHERE ("type_instance" = 'totalbytesreceived') AND $timeFilter GROUP BY time($__interval) ) WHERE $timeFilter GROUP BY time($__interval) tz('Europe/Berlin')

@vo2maxCoding
Copy link

Ich habe ein ähnliches Setup und habe diesen Fix ausprobiert:

Ich habe testhalber mal die Abfrage für den Upload übernommen und angepasst, das kommt bei mir exakt hin:
SELECT non_negative_difference(last(cumulative_sum)) FROM ( SELECT cumulative_sum(non_negative_difference(last("value"))) FROM "fritzbox_value" WHERE ("type_instance" = 'totalbytesreceived') AND $timeFilter GROUP BY time($__interval) ) WHERE $timeFilter GROUP BY time($__interval) tz('Europe/Berlin')

Kann bestätigen, dass dies das Problem löst! Damit kommen wieder saubere Aggregationen. Danke!

@denniseffing
Copy link

@Bernd-Walter Bei mir gibt die Query nur einen einzigen Wert zurück (und nicht mehrere). Als totaler Influxdb-Anfänger: Was übersehe ich?

grafik

Getestet mit v0.7.0.

@jobenvil
Copy link

jobenvil commented Nov 19, 2020

On Grafana: Select edit on "Current Traffic"and just copy the Query from @Bernd-Walter to the download section. Like here:

image

@denniseffing
Copy link

@jobenvil I thought that the query wasn't working, but I noticed that I didn't have enough data for anything to show. Apparently you need enough data for at least several hours, maybe even an entire day, before anything shows up in the graph. When I initially tested the query I was only collecting for 2 1/2 hours. It seems to be working fine now.

@BMWfan
Copy link

BMWfan commented Jan 8, 2021

It seems to be that i have a similar issue, but its not solved after i changed the Current Traffic Download Query.
I have physically a line with 1 Gbit Down- and 50 Mbit Upload.
My Grafana Dashboard shows me more upload as download. I was downloading a test file with a size of 10 GB but the Daily Traffic shows me for example now 27,40 MB Download and 1,01 GB Upload.

Has anyone a idea?

Greetings

Daniel

@fetzerch
Copy link
Owner

fetzerch commented Jan 8, 2021

@BMWfan I tried to reply to your mail but I got "554 5.7.1 RBLTRAP: You can't send us a E-mail today!!!"

I guess there's indeed an issue, but unfortunately it pretty hard for me to help. See #54.

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

No branches or pull requests

7 participants