-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Total Network Usage Reported [Boot RX] is not Correct #377
Comments
What are you comparing Vitals to? |
To the data plan I have. Edit: Also the high network usage it reports even for short time of usage (I'm considering all the other factors too) is totally absurd. I was suspecting it for quite some time, and then recently, I compared it to my data usage on the plan I have, it's the difference of more than >200%. As I use mobile hotspot for Data, so it's a quite useful feature for me if it had worked as intended to track my usage. |
Boot rx is the SUM of all interfaces in /sys/class/net. In each interface directory, there is a file called statistics/rx_bytes. Excluding the lo directory, if the sum of all of your rx_bytes is different than Boot rx, please let me know. Do include screenshots. If the sum of these rx_bytes files (again excluding lo) are the same as Boot rx, then your problem is not Vitals. |
for i in /sys/class/net/*; do echo -n "$i: "; cat $i/statistics/rx_bytes; done If you can share the output of that along with the screenshot from Vitals (at the same moment) it would be helpful. |
It's morning here, so I just booted up. I hope this will help. My mobile hotspot showing >300 MB of usage which matches to the Edit: Sorry, didn't see your other comment. It does come up to the vitals reported numbers. But combining all the interfaces doesn't make sense? As in my case, the |
The wg0 interface should be excluded from Boot RX. Would you mind looking inside each of the in the wg0/ and wlp61s0/ directories, (including statistics/ directories) to see if there is a file that would signify this is a VPN? That way I can ignore all VPNs opposed to just wg0. |
There is a
I think (I'm no expert at all), the other valid possible solution is to include only what's expected on the network like I have tested it with OpenVPN config file, and the interface for it called
For
As you can see, |
Has this issue been covered in the Wiki?
Is there an existing issue reported already?
What is the unexpected behavior?
The total network usage shows very high amount like scores of GBs, while the actual usage is not that high.
And this is not a Bits/Bytes difference either as I have checked, but still total network usage number didn't make sense.
Steps to reproduce the unexpected behavior.
Boot rx
value total number of GBs consumed during the device boot up on the network.Relevant log output
No response
What distribution and version of Linux are you using?
Fedora 38
What version of Gnome are you using?
44.4
The text was updated successfully, but these errors were encountered: