summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/etc/config/luci_statistics
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2020-04-15 10:35:59 +0100
committerKevin Darbyshire-Bryant <6500011+ldir-EDB0@users.noreply.github.com>2020-05-05 12:02:01 +0100
commit9c4f3454d23dc8edd81d9ad7462a2e51d7ca3c3f (patch)
tree49e84724d43c2cfbc9ba91924ca9443e19ec9d04 /applications/luci-app-statistics/root/etc/config/luci_statistics
parent4259b5ee1f324e47ac7b5699456aa99d73bd9965 (diff)
luci-app-statistics: add graphs for sqm-collect
Add graphs for sqm data collected by 'sqm_collect.sh' An overall sqm graph displays bandwidth (Kb/s), Backlog (Bytes) and drops for each supported qdisc. Sqm-cake supports cake's tin structure and displays many(!) graphs per tin: Bandwidth: Bandwidth (Kb/s), bandwidth threshold (Kb/s). Latency: Target latency, Peak, Average, Sparse flow latency Backlog v Drops: Backlog (Bytes), Drops, ECN marks, Ack-filter drops Flow counts: Sparse flows, Bulk flows, Unresponsive flows Fun for all the family :-) Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics6
1 files changed, 6 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 c2f27c2a5..71bbfa445 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -97,6 +97,12 @@ config statistics 'collectd_entropy'
config statistics 'collectd_exec'
option enable '0'
+#example for sqm_collect plugin
+#config collectd_exec_input
+# option cmduser 'nobody'
+# option cmdgroup 'nogroup'
+# option cmdline '/usr/libexec/collectd/sqm_collectd.sh eth0 ifb4eth0'
+
config statistics 'collectd_interface'
option enable '1'
option Interfaces 'br-lan'