From c21c6668edfc5154070660afa80153caad6565f7 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 28 Nov 2021 20:18:00 +0200 Subject: luci-app-statistics: increase default amount of data items in RRD Increase the default number of data items in the RRD database from 144 to 288. This leads to smaller summarising/averaging periods, visible especially in the day & week graphs. The averaging intervals will be: 30s, 5min, 35min, 2h35min, 1d6h30min (Note: this change only applies in a live router if the RRD database is empty. E.g after reboot or after emptying the RRD database dir.) Reference to discussion at #4065 Signed-off-by: Hannu Nyman --- applications/luci-app-statistics/root/etc/config/luci_statistics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics') diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 7ed2c5c190..43d825bc95 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -20,7 +20,7 @@ config statistics 'rrdtool' config statistics 'collectd_rrdtool' option enable '1' option DataDir '/tmp/rrd' - option RRARows '144' + option RRARows '288' option RRASingle '1' option RRATimespans '1hour 1day 1week 1month 1year' -- cgit v1.2.3