OpenWRT安装流量统计插件 luci-app-statistics

系统自带的哪个实时流量统计只能看几分钟的,而且切换页面就没了,如果需要查看一段时间的统计可以安装这个插件。

https://openwrt.org/docs/guide-user/luci/luci_app_statistics

# opkg update
# opkg install luci-app-statistics
# opkg install luci-i18n-statistics-zh-cn
# /etc/init.d/luci_statistics enable
# /etc/init.d/collectd enable
# mkdir /tmp/rrd
# chown -R nobody:nogroup /tmp/rrd