I have a metered internet connection that resets on the 17th of each month.
I'm using vnstat to monitor my bandwith. I just installed it from the repo. I'd like it to show me how much I have used from the 17th on but I can't get it to work.
This is what I'm doing:
vnstat -b 2024-04-17 -e today
or
vnstat -b 2024-04-17 -e 2024-04-22
but the output is identical to vnstat without options.
I'm just a simple user, not a super user. Thank you for your time.
--beginand--endwould be to use theMonthRotateconfiguration file option to make vnStat track months starting from the 17th instead of the default 1st. That way the-m/--monthsoutput would match your metering period. Note that changing that configuration option doesn't result in past data getting recalculated. That daemon also needs to be restarted if that configuration option is changed. – Teemu Toivola Apr 30 '24 at 21:46