From 9c4f3454d23dc8edd81d9ad7462a2e51d7ca3c3f Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Wed, 15 Apr 2020 10:35:59 +0100 Subject: 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 --- applications/luci-app-statistics/root/etc/config/luci_statistics | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'applications/luci-app-statistics/root/etc') diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index c2f27c2a51..71bbfa4452 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' -- cgit v1.2.3