Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi
I have a MIFI device with 100GB data. The device homepage (192.168.1.1) also shows data usage, and here comes the problem. This month on 25th June, my internet suddenly disconnected. The device home was showing that I have used 91GB and still there are 9GBs left. Upon inquiry, the company representative told me that I have used all 100GBs and now have to wait till 1st July for package renewal. He also told me that the data usage report in device homepage is approximate (and not exact).
So my question that is there any network data usage (upload/download) monitoring software which I can use on my PC to monitor my data usage?
Regards
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521
Rep:
The ISP might be adding transmission control, arp, boadcast, ACK, and other packets/characters not usually counted as data. OR, the ISP could be lying.
If you have only a single computer connected, then vnstat will get you close to the ISP numbers. If you have multiple computers connected, then many home routers these days will monitor usage. I use DD-WRT on my router. The usage reported on the router is always lower than the ISP's numbers, but as AwesomeMachine mentions, the ISP tracks at a different level than most home routers. Nonetheless the numbers are reasonably close.
i dont have any experience but i think the issue would be if you have a laptop, htpc, video game console, tablet, smart cellular-telefone, ... and you only run vnstat on the laptop then you will probably miss a significant portion of your data usage.
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521
Rep:
User data is the data content of the network traffic. But there is a lot of network traffic that isn't actual data. It's overhead of some sort or another. It is usually most useful to know the amount of actual data traffic, which is what vnstat gives you.
But the ISP wants as little traffic as possible while still giving you the amount they say they do. So, the ISP counts every byte--data content or not--across the network in your total.
If you want to understand better, install wireshark. Monitor some packets, and then look at the different sections of the packets. You'll see there's a lot of bytes within each packet that are not data.
User data is the data content of the network traffic. But there is a lot of network traffic that isn't actual data. It's overhead of some sort or another. It is usually most useful to know the amount of actual data traffic, which is what vnstat gives you.
But the ISP wants as little traffic as possible while still giving you the amount they say they do. So, the ISP counts every byte--data content or not--across the network in your total.
If you want to understand better, install wireshark. Monitor some packets, and then look at the different sections of the packets. You'll see there's a lot of bytes within each packet that are not data.
Thanks a lot. I will definitely try wireshark to know about 'what going on here'
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.