fossil
Regular Contributor
Running below cmds once after firmware update will disable traffic meter till next firmware update. It will not start after reboot.I always disable traffic meter. But for some reason it always turns itself on again after some time. Possibly after a fw update/reboot.
Code:
## |TrafficMeter| - [Disable]
nvram set endis_traffic=0
nvram commit
# Stop & Disable > TrafficMeter Process
[ -x /sbin/traffic_meter ] && { /etc/init.d/traffic_meter stop; chmod -x /sbin/traffic_meter; }
You can verify with cmd "ps -w" if "traffic_meter" binary is running.
[OR]
From "/tmp/traffic_meter/traffic_statistics" file, the timestamp will remain the same since you disable "traffic_meter" binary, and its contents will remain as below:
Today 00:00 0.00 0.00 0.00
Yesterday 00:00 0.00 0.00 0.00
Thisweek 00:00 0.00/0.00 0.00/0.00 0.00/0.00
Thismonth 00:00 0.00/0.00 0.00/0.00 0.00/0.00
Lastmonth 00:00 0.00/0.00 0.00/0.00 0.00/0.00