<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/modules/luci-mod-status/src, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git-03.infra.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/'/>
<updated>2025-10-13T12:04:11Z</updated>
<entry>
<title>luci-mod-status: fix luci-bwc segfault</title>
<updated>2025-10-13T12:04:11Z</updated>
<author>
<name>Andy Chiang</name>
</author>
<published>2025-10-13T05:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=a773103476e1b620cab1b4c4ef87bf530390b14a'/>
<id>urn:sha1:a773103476e1b620cab1b4c4ef87bf530390b14a</id>
<content type='text'>
fixes: #8008

Signed-off-by: Andy Chiang &lt;AndyChiang_git@outlook.com&gt;
</content>
</entry>
<entry>
<title>luci-mod-status: amend luci-bwc.c to use conntrack tool</title>
<updated>2025-10-02T13:42:52Z</updated>
<author>
<name>jpfox156</name>
</author>
<published>2022-02-25T13:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=18786c56a850476d152a50b612a5254fcc5e94c3'/>
<id>urn:sha1:18786c56a850476d152a50b612a5254fcc5e94c3</id>
<content type='text'>
Fall through to /usr/sbin/conntrack tool if /proc/net/nf_conntrack or
ip_conntrack is not available.

/proc/net/nf_conntrack has been obsoleted in recent kernels
(https://cateee.net/lkddb/web-lkddb/NF_CONNTRACK_PROCFS.html). This
change enables luci-bwc to collect conntrack information via the
/usr/sbin/conntrack tool (if installed) instead.

Populates the /luci/admin/status/realtime/connections chart.

Signed-off-by: James Fox &lt;jpfox156@yahoo.com.au&gt;
[ format using tabs ]
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-mod-status: realtime graph - find suffixed libiwinfo.so</title>
<updated>2021-01-09T17:02:30Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2021-01-09T17:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=cb454de3e1ebe8213cae448cd50292f3d843bbd7'/>
<id>urn:sha1:cb454de3e1ebe8213cae448cd50292f3d843bbd7</id>
<content type='text'>
Change the libiwinfo filename handling to match the current
version suffixed .so file.

Copy solution from bc121a5a4

Fixes #4721

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-mod-status: luci-bwc: skip "." and ".." when finding netdevs</title>
<updated>2020-04-01T16:45:18Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-01T16:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=16f0997bdbf85df0c7bae7f0773a118714d15cdf'/>
<id>urn:sha1:16f0997bdbf85df0c7bae7f0773a118714d15cdf</id>
<content type='text'>
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 &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-mod-status: refactor luci-bwc</title>
<updated>2020-01-20T17:55:05Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-01-20T17:55:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=8b1d831935d64758b798958f69dc976ffa6dd8eb'/>
<id>urn:sha1:8b1d831935d64758b798958f69dc976ffa6dd8eb</id>
<content type='text'>
 - Read interface statistics from /sys/class/net/
 - Discover all wireless interfaces, not just specifically named ones

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-mod-status: luci-bwc: use 64bit traffic counters</title>
<updated>2019-07-19T19:56:53Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-07-19T19:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=e50edeeb03aecb3e1a2d3c619ab4b8f70083ddbc'/>
<id>urn:sha1:e50edeeb03aecb3e1a2d3c619ab4b8f70083ddbc</id>
<content type='text'>
Fixes: #2659
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>modules: Split luci-mod-full</title>
<updated>2018-09-19T18:08:19Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2018-08-03T16:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=58d97b5e271bc0d7507eab5b9bd2902181864e02'/>
<id>urn:sha1:58d97b5e271bc0d7507eab5b9bd2902181864e02</id>
<content type='text'>
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 &lt;cshored@thecshore.com&gt;
</content>
</entry>
</feed>
