Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an OpenWRT feature for tracking internet data usage per user? [closed]

Tags:

openwrt

Is there an OpenWRT feature or package I can install that would allow me to track internet data usage per user? I'm thinking of a system that requires all devices to login with a username and password so their internet data usage can be tracked regardless of device.

like image 539
parsley72 Avatar asked Sep 23 '13 22:09

parsley72


1 Answers

take a look at this: wrtbwmon.

A small shell script designed to run on linux powered routers (OpenWRT, DD-WRT, Tomato, and other routers where shell access is available). It provides per user bandwidth monitoring capabilities and generates usage reports.

You might need only that, but i haven't tried it yet. I got the reference from here: Bandwidth Monitoring.

like image 104
Claudiu Avatar answered Oct 18 '22 12:10

Claudiu