Monthly data usage

Started by CJ, April 07, 2021, 01:57:14 AM

Previous topic - Next topic
Is there a way to get monthly data usage reports?  Preferably ones that we can line up with our billing cycle?  I used to be able to do this with pfsense but I haven't found a way in opnsense yet.

The existing usage tools seem good for investigating, etc, but don't show an overall monthly report.  Or at least not that I saw.

Thanks.

Install netflow if you haven't already, go to Reporting, Insight, Export tab. Set the collection to FlowInterfaceTotals, resolution to 3600 seconds and the date range to your last billing cycle.

Open the CSV, filter on your WAN connection (e.g. pppoe0), inbound direction, and sum the octets column. This will give a (reasonably accurate) total of bytes ingress.

Bart...

Install Vnstat.

It gives you hourly daily and monthly totals.

Has been right on with what Comcast / Xfinity says I use monthly.

Cheers,

LOL, netflow is like nuclear bomb against 1 soldier.

Use vnstat, that was made exactly for that!

vnstat looks good and will give me a rough idea of my usage.  I would prefer something I could sync to my billing cycle but this will do for now.

Thanks.