summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/etc
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2023-10-09 23:16:28 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2023-10-09 23:16:36 +0300
commit08540c44629ad0fedf5feb2b535c2df182ac3973 (patch)
treef7fb1e31dd8fee0141748ca35895c86776285dce /applications/luci-app-statistics/root/etc
parentf235491381f5836701f2fb1cb2e2aed432ef127d (diff)
luci-app-statistics: memory: make hiding 'free' configurable
Make hiding the 'free' memory configurable. Set default as disabled, shown in graph which always scales to 100%. If enabled, the graph scales to actually used memory, which enables a more detailed view to memory usage. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/etc')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics
index 2008a7966a..f7783d73f3 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -158,6 +158,7 @@ config statistics 'collectd_load'
config statistics 'collectd_memory'
option enable '1'
+ option HideFree '0'
option ValuesAbsolute '1'
option ValuesPercentage '0'