GetTotalBytesSent resets to 0
See original GitHub issueToday I discovered a reset of fritzstatus values bytes sent
and bytes received
v to 0, if it overcome around 4300 Megabytes. I cant precise this because 4300MB was the highest value I was able to monitor (just to much idle traffic)
I’m not sure if this is releated to this topic at all, as I debugged a bit and got the zero values directly as api response, but I still wantetd to discuss here before reporting it to avm.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Puppeteer: How to get total bytes sent / received in a page
1 Answer 1 ; name: 'https://www.google.com/' ; entryType: 'navigation' ; startTime: 0 ; duration: 7156.92000000854 ; initiatorType: 'navigation' ...
Read more >Is this problem because of the router? : r/NETGEAR - Reddit
Hello. I'm here to ask if anyone might know what's wrong with my internet connection. I'm using a NETGEAR AC1750 (D6300), and the...
Read more >netgear router 1970 date - Tom's Guide Forum
Disconnect router from your network and ISP. Do a factory reset to defaults. Connect to your pc (not the internet) and login via...
Read more >IOInterface (Tigase XMPP Server 7.0.3 API)
void, getStatistics(StatisticsList list, boolean reset) ; long, getTotalBuffOverflow() ; long, getTotalBytesReceived() ; long, getTotalBytesSent().
Read more >WANCommonInterfaceConfig:1 Service Template - Version 1.01
Changed Boolean values from true/false to 0/1. ▫ Moved LinkStatus from WANXYZInterfaceConfig. Changes from WANCommonInterfaceConfig:0.8 (as ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
AVM has already a 64-bit counter available in igdicfgSCPD.xml for WANCommonIF named NewX_AVM_DE_TotalBytesReceived64/ NewX_AVM_DE_TotalBytesSent64.
If AVM decides to change to
ui8
TR-064 will report the same numbers as the UI. It’s up to AVM whether they like to change this. fritzconnection can handleui8
with just a minor modification.