summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/src
AgeCommit message (Collapse)Author
2021-01-09luci-mod-status: realtime graph - find suffixed libiwinfo.soHannu Nyman
Change the libiwinfo filename handling to match the current version suffixed .so file. Copy solution from bc121a5a4 Fixes #4721 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-04-01luci-mod-status: luci-bwc: skip "." and ".." when finding netdevsJo-Philipp Wich
Skip the "." and ".." directory entries of "/sys/class/net/" instead of passing them on to libiwinfo's probe function. This avoids a situation where the kernel requests a modprobe of "netdev-." and "netdev-.." over and over again, resulting in high load on lower end systems. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-01-20luci-mod-status: refactor luci-bwcJo-Philipp Wich
- Read interface statistics from /sys/class/net/ - Discover all wireless interfaces, not just specifically named ones Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-19luci-mod-status: luci-bwc: use 64bit traffic countersJo-Philipp Wich
Fixes: #2659 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-19modules: Split luci-mod-fullDaniel F. Dickinson
Move some common elements to luci-base, and otherwise make three packages out of status, system, and network. They were mostly separated already, but there were some shared elements between status and network that are now in luci-base. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>