autocore: refactor luci
Co-authored-by: Lean <coolsnowwolf@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
cc506708b5
commit
c9b60a8780
@ -1,12 +1,7 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-only
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020 Lean <coolsnowwolf@gmail.com>
|
# Copyright (C) 2020 Lean <coolsnowwolf@gmail.com>
|
||||||
#
|
# Copyright (C) 2021 ImmortalWrt.org
|
||||||
# Copyright (C) 2021 ImmortalWrt
|
|
||||||
# <https://immortalwrt.org>
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v3.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
@ -17,56 +12,50 @@ PKG_RELEASE:=$(COMMITCOUNT)
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/autocore-arm
|
define Package/autocore-arm
|
||||||
TITLE:=Arm auto core loadbalance script.
|
TITLE:=Arm auto core loadbalance script
|
||||||
MAINTAINER:=CN_SZTL
|
MAINTAINER:=CN_SZTL
|
||||||
DEPENDS:=@(arm||aarch64) \
|
DEPENDS:=@(arm||aarch64) \
|
||||||
+TARGET_bcm27xx:bcm27xx-userland \
|
+TARGET_bcm27xx:bcm27xx-userland \
|
||||||
+TARGET_bcm53xx:nvram
|
+TARGET_bcm53xx:nvram
|
||||||
|
+ethtool
|
||||||
VARIANT:=arm
|
VARIANT:=arm
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/autocore-x86
|
define Package/autocore-x86
|
||||||
TITLE:=x86/x64 auto core loadbalance script.
|
TITLE:=x86/x64 auto core loadbalance script
|
||||||
MAINTAINER:=Lean
|
MAINTAINER:=Lean
|
||||||
DEPENDS:=@TARGET_x86 +bc +lm-sensors +ethtool
|
DEPENDS:=@TARGET_x86 +bc +lm-sensors +ethtool
|
||||||
VARIANT:=x86
|
VARIANT:=x86
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/autocore-arm/description
|
|
||||||
A luci autoconfig hotplug script.
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/autocore-x86/description
|
|
||||||
A usb autoconfig hotplug script.
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
true
|
endef
|
||||||
|
|
||||||
|
define Package/autocore/install/Default
|
||||||
|
$(INSTALL_DIR) $(1)/etc
|
||||||
|
$(CP) ./files/generic/index.htm $(1)/etc/
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
||||||
|
$(INSTALL_BIN) ./files/generic/090-cover-index_htm $(1)/etc/uci-defaults/
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
|
$(INSTALL_BIN) ./files/generic/cpuinfo $(1)/sbin/
|
||||||
|
$(INSTALL_BIN) ./files/generic/ethinfo $(1)/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/autocore-arm/install
|
define Package/autocore-arm/install
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(call Package/autocore/install/Default)
|
||||||
$(INSTALL_DATA) ./files/arm/index.htm $(1)/etc/index.htm
|
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
|
||||||
$(INSTALL_BIN) ./files/arm/090-cover-index_htm $(1)/etc/uci-defaults/090-cover-index_htm
|
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
|
||||||
$(INSTALL_BIN) ./files/arm/sbin/cpuinfo $(1)/sbin/cpuinfo
|
|
||||||
ifneq (, $(findstring $(BOARD), ipq40xx ipq806x))
|
ifneq (, $(findstring $(BOARD), ipq40xx ipq806x))
|
||||||
$(INSTALL_BIN) ./files/arm/sbin/tempinfo $(1)/sbin/tempinfo
|
$(INSTALL_BIN) ./files/arm/tempinfo $(1)/sbin/
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/autocore-x86/install
|
define Package/autocore-x86/install
|
||||||
|
$(call Package/autocore/install/Default)
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/x86/autocore $(1)/etc/init.d/autocore
|
$(INSTALL_BIN) ./files/x86/autocore $(1)/etc/init.d/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/etc
|
|
||||||
$(INSTALL_DATA) ./files/x86/index.htm $(1)/etc/index.htm
|
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
|
||||||
$(CP) ./files/x86/sbin/* $(1)/sbin
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,autocore-arm))
|
$(eval $(call BuildPackage,autocore-arm))
|
||||||
|
|||||||
@ -1,819 +0,0 @@
|
|||||||
<%#
|
|
||||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
||||||
Copyright 2008-2011 Jo-Philipp Wich <jow@openwrt.org>
|
|
||||||
Licensed to the public under the Apache License 2.0.
|
|
||||||
-%>
|
|
||||||
|
|
||||||
<%
|
|
||||||
local fs = require "nixio.fs"
|
|
||||||
local util = require "luci.util"
|
|
||||||
local stat = require "luci.tools.status"
|
|
||||||
local ver = require "luci.version"
|
|
||||||
|
|
||||||
local has_ipv6 = fs.access("/usr/sbin/ip6tables")
|
|
||||||
local has_dhcp = fs.access("/etc/config/dhcp")
|
|
||||||
local has_wifi = ((fs.stat("/etc/config/wireless", "size") or 0) > 0)
|
|
||||||
local has_temp = fs.access("/sbin/tempinfo")
|
|
||||||
|
|
||||||
local sysinfo = luci.util.ubus("system", "info") or { }
|
|
||||||
local boardinfo = luci.util.ubus("system", "board") or { }
|
|
||||||
local unameinfo = nixio.uname() or { }
|
|
||||||
|
|
||||||
local meminfo = sysinfo.memory or {
|
|
||||||
total = 0,
|
|
||||||
free = 0,
|
|
||||||
buffered = 0,
|
|
||||||
shared = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
local mem_cached = luci.sys.exec("sed -e '/^Cached: /!d; s#Cached: *##; s# kB##g' /proc/meminfo")
|
|
||||||
|
|
||||||
local swapinfo = sysinfo.swap or {
|
|
||||||
total = 0,
|
|
||||||
free = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
local has_dsl = fs.access("/etc/init.d/dsl_control")
|
|
||||||
|
|
||||||
if luci.http.formvalue("status") == "1" then
|
|
||||||
local ntm = require "luci.model.network".init()
|
|
||||||
local wan = ntm:get_wannet()
|
|
||||||
local wan6 = ntm:get_wan6net()
|
|
||||||
|
|
||||||
local conn_count = tonumber(
|
|
||||||
fs.readfile("/proc/sys/net/netfilter/nf_conntrack_count") or "") or 0
|
|
||||||
|
|
||||||
local conn_max = tonumber(luci.sys.exec(
|
|
||||||
"sysctl -n -e net.nf_conntrack_max net.ipv4.netfilter.ip_conntrack_max"
|
|
||||||
):match("%d+")) or 4096
|
|
||||||
|
|
||||||
local user_info = luci.sys.exec("cat /proc/net/arp | grep 'br-lan' | grep '0x2' | wc -l")
|
|
||||||
|
|
||||||
local cpu_usage = luci.sys.exec("top -n1 | awk '/^CPU/ {printf(\"%d%\", 100 - $8)}'") or "6%"
|
|
||||||
local cpu_info = luci.sys.exec("/sbin/cpuinfo") or "ARM Processor"
|
|
||||||
|
|
||||||
local rv = {
|
|
||||||
cpuinfo = cpu_info,
|
|
||||||
cpuusage = cpu_usage,
|
|
||||||
userinfo = user_info,
|
|
||||||
uptime = sysinfo.uptime or 0,
|
|
||||||
localtime = os.date(),
|
|
||||||
loadavg = sysinfo.load or { 0, 0, 0 },
|
|
||||||
memory = meminfo,
|
|
||||||
memcached = mem_cached,
|
|
||||||
swap = swapinfo,
|
|
||||||
connmax = conn_max,
|
|
||||||
conncount = conn_count,
|
|
||||||
leases = stat.dhcp_leases(),
|
|
||||||
leases6 = stat.dhcp6_leases(),
|
|
||||||
wifinets = stat.wifi_networks()
|
|
||||||
}
|
|
||||||
|
|
||||||
if wan then
|
|
||||||
rv.wan = {
|
|
||||||
ipaddr = wan:ipaddr(),
|
|
||||||
gwaddr = wan:gwaddr(),
|
|
||||||
netmask = wan:netmask(),
|
|
||||||
dns = wan:dnsaddrs(),
|
|
||||||
expires = wan:expires(),
|
|
||||||
uptime = wan:uptime(),
|
|
||||||
proto = wan:proto(),
|
|
||||||
ifname = wan:ifname(),
|
|
||||||
link = wan:adminlink()
|
|
||||||
}
|
|
||||||
end
|
|
||||||
|
|
||||||
if wan6 then
|
|
||||||
rv.wan6 = {
|
|
||||||
ip6addr = wan6:ip6addr(),
|
|
||||||
gw6addr = wan6:gw6addr(),
|
|
||||||
dns = wan6:dns6addrs(),
|
|
||||||
ip6prefix = wan6:ip6prefix(),
|
|
||||||
uptime = wan6:uptime(),
|
|
||||||
proto = wan6:proto(),
|
|
||||||
ifname = wan6:ifname(),
|
|
||||||
link = wan6:adminlink()
|
|
||||||
}
|
|
||||||
end
|
|
||||||
|
|
||||||
if has_dsl then
|
|
||||||
local dsl_stat = luci.sys.exec("/etc/init.d/dsl_control lucistat")
|
|
||||||
local dsl_func = loadstring(dsl_stat)
|
|
||||||
if dsl_func then
|
|
||||||
rv.dsl = dsl_func()
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
luci.http.prepare_content("application/json")
|
|
||||||
luci.http.write_json(rv)
|
|
||||||
|
|
||||||
return
|
|
||||||
elseif luci.http.formvalue("hosts") == "1" then
|
|
||||||
luci.http.prepare_content("application/json")
|
|
||||||
luci.http.write_json(luci.sys.net.host_hints())
|
|
||||||
|
|
||||||
return
|
|
||||||
end
|
|
||||||
-%>
|
|
||||||
|
|
||||||
<%+header%>
|
|
||||||
|
|
||||||
<script type="text/javascript" src="<%=resource%>/cbi.js"></script>
|
|
||||||
<script type="text/javascript">//<![CDATA[
|
|
||||||
function progressbar(v, m)
|
|
||||||
{
|
|
||||||
var vn = parseInt(v) || 0;
|
|
||||||
var mn = parseInt(m) || 100;
|
|
||||||
var pc = Math.floor((100 / mn) * vn);
|
|
||||||
|
|
||||||
return String.format(
|
|
||||||
'<div style="width:200px; position:relative; border:1px solid #999999">' +
|
|
||||||
'<div style="background-color:#CCCCCC; width:%d%%; height:15px">' +
|
|
||||||
'<div style="position:absolute; left:0; top:0; text-align:center; width:100%%; color:#000000">' +
|
|
||||||
'<small>%s / %s (%d%%)</small>' +
|
|
||||||
'</div>' +
|
|
||||||
'</div>' +
|
|
||||||
'</div>', pc, v, m, pc
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function wifirate(bss, rx) {
|
|
||||||
var p = rx ? 'rx_' : 'tx_',
|
|
||||||
s = '%.1f <%:Mbit/s%>, %d<%:MHz%>'
|
|
||||||
.format(bss[p+'rate'] / 1000, bss[p+'mhz']),
|
|
||||||
ht = bss[p+'ht'], vht = bss[p+'vht'],
|
|
||||||
mhz = bss[p+'mhz'], nss = bss[p+'nss'],
|
|
||||||
mcs = bss[p+'mcs'], sgi = bss[p+'short_gi'];
|
|
||||||
|
|
||||||
if (ht || vht) {
|
|
||||||
if (vht) s += ', VHT-MCS %d'.format(mcs);
|
|
||||||
if (nss) s += ', VHT-NSS %d'.format(nss);
|
|
||||||
if (ht) s += ', MCS %s'.format(mcs);
|
|
||||||
if (sgi) s += ', <%:Short GI%>';
|
|
||||||
}
|
|
||||||
|
|
||||||
return s;
|
|
||||||
}
|
|
||||||
|
|
||||||
function duid2mac(duid) {
|
|
||||||
// DUID-LLT / Ethernet
|
|
||||||
if (duid.length === 28 && duid.substr(0, 8) === '00010001')
|
|
||||||
return duid.substr(16).replace(/(..)(?=..)/g, '$1:').toUpperCase();
|
|
||||||
|
|
||||||
// DUID-LL / Ethernet
|
|
||||||
if (duid.length === 20 && duid.substr(0, 8) === '00030001')
|
|
||||||
return duid.substr(8).replace(/(..)(?=..)/g, '$1:').toUpperCase();
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var npoll = 1;
|
|
||||||
var hosts = <%=luci.http.write_json(luci.sys.net.host_hints())%>;
|
|
||||||
|
|
||||||
function updateHosts() {
|
|
||||||
XHR.get('<%=REQUEST_URI%>', { hosts: 1 }, function(x, data) {
|
|
||||||
hosts = data;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
XHR.poll(5, '<%=REQUEST_URI%>', { status: 1 },
|
|
||||||
function(x, info)
|
|
||||||
{
|
|
||||||
if (!(npoll++ % 5))
|
|
||||||
updateHosts();
|
|
||||||
|
|
||||||
var si = document.getElementById('wan4_i');
|
|
||||||
var ss = document.getElementById('wan4_s');
|
|
||||||
var ifc = info.wan;
|
|
||||||
|
|
||||||
if (ifc && ifc.ifname && ifc.proto != 'none')
|
|
||||||
{
|
|
||||||
var s = String.format(
|
|
||||||
'<strong><%:Type%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Address%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Netmask%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Gateway%>: </strong>%s<br />',
|
|
||||||
ifc.proto,
|
|
||||||
(ifc.ipaddr) ? ifc.ipaddr : '0.0.0.0',
|
|
||||||
(ifc.netmask && ifc.netmask != ifc.ipaddr) ? ifc.netmask : '255.255.255.255',
|
|
||||||
(ifc.gwaddr) ? ifc.gwaddr : '0.0.0.0'
|
|
||||||
);
|
|
||||||
|
|
||||||
for (var i = 0; i < ifc.dns.length; i++)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:DNS%> %d: </strong>%s<br />',
|
|
||||||
i + 1, ifc.dns[i]
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ifc.expires > -1)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:Expires%>: </strong>%t<br />',
|
|
||||||
ifc.expires
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ifc.uptime > 0)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:Connected%>: </strong>%t<br />',
|
|
||||||
ifc.uptime
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
ss.innerHTML = String.format('<small>%s</small>', s);
|
|
||||||
si.innerHTML = String.format(
|
|
||||||
'<img src="<%=resource%>/icons/ethernet.png" />' +
|
|
||||||
'<br /><small><a href="%s">%s</a></small>',
|
|
||||||
ifc.link, ifc.ifname
|
|
||||||
);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
si.innerHTML = '<img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small>';
|
|
||||||
ss.innerHTML = '<em><%:Not connected%></em>';
|
|
||||||
}
|
|
||||||
|
|
||||||
<% if has_ipv6 then %>
|
|
||||||
var si6 = document.getElementById('wan6_i');
|
|
||||||
var ss6 = document.getElementById('wan6_s');
|
|
||||||
var ifc6 = info.wan6;
|
|
||||||
|
|
||||||
if (ifc6 && ifc6.ifname && ifc6.proto != 'none')
|
|
||||||
{
|
|
||||||
var s = String.format(
|
|
||||||
'<strong><%:Type%>: </strong>%s%s<br />',
|
|
||||||
ifc6.proto, (ifc6.ip6prefix) ? '-pd' : ''
|
|
||||||
);
|
|
||||||
|
|
||||||
if (!ifc6.ip6prefix)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:Address%>: </strong>%s<br />',
|
|
||||||
(ifc6.ip6addr) ? ifc6.ip6addr : '::'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:Prefix Delegated%>: </strong>%s<br />',
|
|
||||||
ifc6.ip6prefix
|
|
||||||
);
|
|
||||||
if (ifc6.ip6addr)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:Address%>: </strong>%s<br />',
|
|
||||||
ifc6.ip6addr
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:Gateway%>: </strong>%s<br />',
|
|
||||||
(ifc6.gw6addr) ? ifc6.gw6addr : '::'
|
|
||||||
);
|
|
||||||
|
|
||||||
for (var i = 0; i < ifc6.dns.length; i++)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:DNS%> %d: </strong>%s<br />',
|
|
||||||
i + 1, ifc6.dns[i]
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ifc6.uptime > 0)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:Connected%>: </strong>%t<br />',
|
|
||||||
ifc6.uptime
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
ss6.innerHTML = String.format('<small>%s</small>', s);
|
|
||||||
si6.innerHTML = String.format(
|
|
||||||
'<img src="<%=resource%>/icons/ethernet.png" />' +
|
|
||||||
'<br /><small><a href="%s">%s</a></small>',
|
|
||||||
ifc6.link, ifc6.ifname
|
|
||||||
);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
si6.innerHTML = '<img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small>';
|
|
||||||
ss6.innerHTML = '<em><%:Not connected%></em>';
|
|
||||||
}
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if has_dsl then %>
|
|
||||||
var dsl_i = document.getElementById('dsl_i');
|
|
||||||
var dsl_s = document.getElementById('dsl_s');
|
|
||||||
|
|
||||||
var s = String.format(
|
|
||||||
'<strong><%:Status%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Line State%>: </strong>%s [0x%x]<br />' +
|
|
||||||
'<strong><%:Line Mode%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Annex%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Profile%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Data Rate%>: </strong>%s/s / %s/s<br />' +
|
|
||||||
'<strong><%:Max. Attainable Data Rate (ATTNDR)%>: </strong>%s/s / %s/s<br />' +
|
|
||||||
'<strong><%:Latency%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Line Attenuation (LATN)%>: </strong>%s dB / %s dB<br />' +
|
|
||||||
'<strong><%:Signal Attenuation (SATN)%>: </strong>%s dB / %s dB<br />' +
|
|
||||||
'<strong><%:Noise Margin (SNR)%>: </strong>%s dB / %s dB<br />' +
|
|
||||||
'<strong><%:Aggregate Transmit Power(ACTATP)%>: </strong>%s dB / %s dB<br />' +
|
|
||||||
'<strong><%:Forward Error Correction Seconds (FECS)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Errored seconds (ES)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Severely Errored Seconds (SES)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Loss of Signal Seconds (LOSS)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Unavailable Seconds (UAS)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Header Error Code Errors (HEC)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Non Pre-emtive CRC errors (CRC_P)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Pre-emtive CRC errors (CRCP_P)%>: </strong>%s / %s<br />' +
|
|
||||||
'<strong><%:Line Uptime%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:ATU-C System Vendor ID%>: </strong>%s<br />' +
|
|
||||||
'<strong><%:Power Management Mode%>: </strong>%s<br />',
|
|
||||||
info.dsl.line_state, info.dsl.line_state_detail,
|
|
||||||
info.dsl.line_state_num,
|
|
||||||
info.dsl.line_mode_s,
|
|
||||||
info.dsl.annex_s,
|
|
||||||
info.dsl.profile_s,
|
|
||||||
info.dsl.data_rate_down_s, info.dsl.data_rate_up_s,
|
|
||||||
info.dsl.max_data_rate_down_s, info.dsl.max_data_rate_up_s,
|
|
||||||
info.dsl.latency_num_down, info.dsl.latency_num_up,
|
|
||||||
info.dsl.line_attenuation_down, info.dsl.line_attenuation_up,
|
|
||||||
info.dsl.signal_attenuation_down, info.dsl.signal_attenuation_up,
|
|
||||||
info.dsl.noise_margin_down, info.dsl.noise_margin_up,
|
|
||||||
info.dsl.actatp_down, info.dsl.actatp_up,
|
|
||||||
info.dsl.errors_fec_near, info.dsl.errors_fec_far,
|
|
||||||
info.dsl.errors_es_near, info.dsl.errors_es_far,
|
|
||||||
info.dsl.errors_ses_near, info.dsl.errors_ses_far,
|
|
||||||
info.dsl.errors_loss_near, info.dsl.errors_loss_far,
|
|
||||||
info.dsl.errors_uas_near, info.dsl.errors_uas_far,
|
|
||||||
info.dsl.errors_hec_near, info.dsl.errors_hec_far,
|
|
||||||
info.dsl.errors_crc_p_near, info.dsl.errors_crc_p_far,
|
|
||||||
info.dsl.errors_crcp_p_near, info.dsl.errors_crcp_p_far,
|
|
||||||
info.dsl.line_uptime_s,
|
|
||||||
info.dsl.atuc_vendor_id,
|
|
||||||
info.dsl.power_mode_s
|
|
||||||
);
|
|
||||||
|
|
||||||
dsl_s.innerHTML = String.format('<small>%s</small>', s);
|
|
||||||
dsl_i.innerHTML = String.format(
|
|
||||||
'<img src="<%=resource%>/icons/ethernet.png" />' +
|
|
||||||
'<br /><small>DSL</small>'
|
|
||||||
);
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if has_dhcp then %>
|
|
||||||
var ls = document.getElementById('lease_status_table');
|
|
||||||
if (ls)
|
|
||||||
{
|
|
||||||
/* clear all rows */
|
|
||||||
while( ls.rows.length > 1 )
|
|
||||||
ls.rows[0].parentNode.deleteRow(1);
|
|
||||||
|
|
||||||
for( var i = 0; i < info.leases.length; i++ )
|
|
||||||
{
|
|
||||||
var timestr;
|
|
||||||
|
|
||||||
if (info.leases[i].expires === false)
|
|
||||||
timestr = '<em><%:unlimited%></em>';
|
|
||||||
else if (info.leases[i].expires <= 0)
|
|
||||||
timestr = '<em><%:expired%></em>';
|
|
||||||
else
|
|
||||||
timestr = String.format('%t', info.leases[i].expires);
|
|
||||||
|
|
||||||
var tr = ls.rows[0].parentNode.insertRow(-1);
|
|
||||||
tr.className = 'cbi-section-table-row cbi-rowstyle-' + ((i % 2) + 1);
|
|
||||||
|
|
||||||
tr.insertCell(-1).innerHTML = info.leases[i].hostname ? info.leases[i].hostname : '?';
|
|
||||||
tr.insertCell(-1).innerHTML = info.leases[i].ipaddr;
|
|
||||||
tr.insertCell(-1).innerHTML = info.leases[i].macaddr;
|
|
||||||
tr.insertCell(-1).innerHTML = timestr;
|
|
||||||
}
|
|
||||||
|
|
||||||
if( ls.rows.length == 1 )
|
|
||||||
{
|
|
||||||
var tr = ls.rows[0].parentNode.insertRow(-1);
|
|
||||||
tr.className = 'cbi-section-table-row';
|
|
||||||
|
|
||||||
var td = tr.insertCell(-1);
|
|
||||||
td.colSpan = 4;
|
|
||||||
td.innerHTML = '<em><br /><%:There are no active leases.%></em>';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var ls6 = document.getElementById('lease6_status_table');
|
|
||||||
if (ls6 && info.leases6)
|
|
||||||
{
|
|
||||||
ls6.parentNode.style.display = 'block';
|
|
||||||
|
|
||||||
/* clear all rows */
|
|
||||||
while( ls6.rows.length > 1 )
|
|
||||||
ls6.rows[0].parentNode.deleteRow(1);
|
|
||||||
|
|
||||||
for( var i = 0; i < info.leases6.length; i++ )
|
|
||||||
{
|
|
||||||
var timestr;
|
|
||||||
|
|
||||||
if (info.leases6[i].expires === false)
|
|
||||||
timestr = '<em><%:unlimited%></em>';
|
|
||||||
else if (info.leases6[i].expires <= 0)
|
|
||||||
timestr = '<em><%:expired%></em>';
|
|
||||||
else
|
|
||||||
timestr = String.format('%t', info.leases6[i].expires);
|
|
||||||
|
|
||||||
var tr = ls6.rows[0].parentNode.insertRow(-1);
|
|
||||||
tr.className = 'cbi-section-table-row cbi-rowstyle-' + ((i % 2) + 1);
|
|
||||||
|
|
||||||
var host = hosts[duid2mac(info.leases6[i].duid)];
|
|
||||||
if (!info.leases6[i].hostname)
|
|
||||||
tr.insertCell(-1).innerHTML =
|
|
||||||
(host && (host.name || host.ipv4 || host.ipv6))
|
|
||||||
? '<div style="max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap">? (%h)</div>'.format(host.name || host.ipv4 || host.ipv6)
|
|
||||||
: '?';
|
|
||||||
else
|
|
||||||
tr.insertCell(-1).innerHTML =
|
|
||||||
(host && host.name && info.leases6[i].hostname != host.name)
|
|
||||||
? '<div style="max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap">%h (%h)</div>'.format(info.leases6[i].hostname, host.name)
|
|
||||||
: info.leases6[i].hostname;
|
|
||||||
|
|
||||||
tr.insertCell(-1).innerHTML = info.leases6[i].ip6addr;
|
|
||||||
tr.insertCell(-1).innerHTML = info.leases6[i].duid;
|
|
||||||
tr.insertCell(-1).innerHTML = timestr;
|
|
||||||
}
|
|
||||||
|
|
||||||
if( ls6.rows.length == 1 )
|
|
||||||
{
|
|
||||||
var tr = ls6.rows[0].parentNode.insertRow(-1);
|
|
||||||
tr.className = 'cbi-section-table-row';
|
|
||||||
|
|
||||||
var td = tr.insertCell(-1);
|
|
||||||
td.colSpan = 4;
|
|
||||||
td.innerHTML = '<em><br /><%:There are no active leases.%></em>';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if has_wifi then %>
|
|
||||||
var assoclist = [ ];
|
|
||||||
|
|
||||||
var ws = document.getElementById('wifi_status_table');
|
|
||||||
if (ws)
|
|
||||||
{
|
|
||||||
var wsbody = ws.rows[0].parentNode;
|
|
||||||
while (ws.rows.length > 0)
|
|
||||||
wsbody.deleteRow(0);
|
|
||||||
|
|
||||||
for (var didx = 0; didx < info.wifinets.length; didx++)
|
|
||||||
{
|
|
||||||
var dev = info.wifinets[didx];
|
|
||||||
|
|
||||||
var tr = wsbody.insertRow(-1);
|
|
||||||
var td;
|
|
||||||
|
|
||||||
td = tr.insertCell(-1);
|
|
||||||
td.width = "33%";
|
|
||||||
td.innerHTML = dev.name;
|
|
||||||
td.style.verticalAlign = "top";
|
|
||||||
|
|
||||||
td = tr.insertCell(-1);
|
|
||||||
|
|
||||||
var s = '';
|
|
||||||
|
|
||||||
for (var nidx = 0; nidx < dev.networks.length; nidx++)
|
|
||||||
{
|
|
||||||
var net = dev.networks[nidx];
|
|
||||||
var is_assoc = (net.bssid != '00:00:00:00:00:00' && net.channel && !net.disabled);
|
|
||||||
|
|
||||||
var icon;
|
|
||||||
if (!is_assoc)
|
|
||||||
icon = "<%=resource%>/icons/signal-none.png";
|
|
||||||
else if (net.quality == 0)
|
|
||||||
icon = "<%=resource%>/icons/signal-0.png";
|
|
||||||
else if (net.quality < 25)
|
|
||||||
icon = "<%=resource%>/icons/signal-0-25.png";
|
|
||||||
else if (net.quality < 50)
|
|
||||||
icon = "<%=resource%>/icons/signal-25-50.png";
|
|
||||||
else if (net.quality < 75)
|
|
||||||
icon = "<%=resource%>/icons/signal-50-75.png";
|
|
||||||
else
|
|
||||||
icon = "<%=resource%>/icons/signal-75-100.png";
|
|
||||||
|
|
||||||
s += String.format(
|
|
||||||
'<table><tr><td style="text-align:center; width:32px; padding:3px">' +
|
|
||||||
'<img src="%s" title="<%:Signal%>: %d dBm / <%:Noise%>: %d dBm" />' +
|
|
||||||
'<br /><small>%d%%</small>' +
|
|
||||||
'</td><td style="text-align:left; padding:3px"><small>' +
|
|
||||||
'<strong><%:SSID%>:</strong> <a href="%s">%h</a><br />' +
|
|
||||||
'<strong><%:Mode%>:</strong> %s<br />' +
|
|
||||||
'<strong><%:Channel%>:</strong> %d (%.3f <%:GHz%>)<br />' +
|
|
||||||
'<strong><%:Bitrate%>:</strong> %s <%:Mbit/s%><br />',
|
|
||||||
icon, net.signal, net.noise,
|
|
||||||
net.quality,
|
|
||||||
net.link, net.ssid || '?',
|
|
||||||
net.mode,
|
|
||||||
net.channel, net.frequency,
|
|
||||||
net.bitrate || '?'
|
|
||||||
);
|
|
||||||
|
|
||||||
if (is_assoc)
|
|
||||||
{
|
|
||||||
s += String.format(
|
|
||||||
'<strong><%:BSSID%>:</strong> %s<br />' +
|
|
||||||
'<strong><%:Encryption%>:</strong> %s',
|
|
||||||
net.bssid || '?',
|
|
||||||
net.encryption
|
|
||||||
);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
s += '<em><%:Wireless is disabled or not associated%></em>';
|
|
||||||
}
|
|
||||||
|
|
||||||
s += '</small></td></tr></table>';
|
|
||||||
|
|
||||||
for (var bssid in net.assoclist)
|
|
||||||
{
|
|
||||||
var bss = net.assoclist[bssid];
|
|
||||||
|
|
||||||
bss.bssid = bssid;
|
|
||||||
bss.link = net.link;
|
|
||||||
bss.name = net.name;
|
|
||||||
bss.ifname = net.ifname;
|
|
||||||
bss.radio = dev.name;
|
|
||||||
|
|
||||||
assoclist.push(bss);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!s)
|
|
||||||
s = '<em><%:No information available%></em>';
|
|
||||||
|
|
||||||
td.innerHTML = s;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var ac = document.getElementById('wifi_assoc_table');
|
|
||||||
if (ac)
|
|
||||||
{
|
|
||||||
/* clear all rows */
|
|
||||||
while( ac.rows.length > 1 )
|
|
||||||
ac.rows[0].parentNode.deleteRow(1);
|
|
||||||
|
|
||||||
assoclist.sort(function(a, b) {
|
|
||||||
return (a.name == b.name)
|
|
||||||
? (a.bssid < b.bssid)
|
|
||||||
: (a.name > b.name )
|
|
||||||
;
|
|
||||||
});
|
|
||||||
|
|
||||||
for( var i = 0; i < assoclist.length; i++ )
|
|
||||||
{
|
|
||||||
var tr = ac.rows[0].parentNode.insertRow(-1);
|
|
||||||
tr.className = 'cbi-section-table-row cbi-rowstyle-' + (1 + (i % 2));
|
|
||||||
|
|
||||||
var icon;
|
|
||||||
var q = (-1 * (assoclist[i].noise - assoclist[i].signal)) / 5;
|
|
||||||
if (q < 1)
|
|
||||||
icon = "<%=resource%>/icons/signal-0.png";
|
|
||||||
else if (q < 2)
|
|
||||||
icon = "<%=resource%>/icons/signal-0-25.png";
|
|
||||||
else if (q < 3)
|
|
||||||
icon = "<%=resource%>/icons/signal-25-50.png";
|
|
||||||
else if (q < 4)
|
|
||||||
icon = "<%=resource%>/icons/signal-50-75.png";
|
|
||||||
else
|
|
||||||
icon = "<%=resource%>/icons/signal-75-100.png";
|
|
||||||
|
|
||||||
tr.insertCell(-1).innerHTML = String.format(
|
|
||||||
'<span class="ifacebadge" title="%q"><img src="<%=resource%>/icons/wifi.png" /> %h</span>',
|
|
||||||
assoclist[i].radio, assoclist[i].ifname
|
|
||||||
);
|
|
||||||
|
|
||||||
tr.insertCell(-1).innerHTML = String.format(
|
|
||||||
'<a href="%s">%s</a>',
|
|
||||||
assoclist[i].link,
|
|
||||||
'%h'.format(assoclist[i].name).nobr()
|
|
||||||
);
|
|
||||||
|
|
||||||
tr.insertCell(-1).innerHTML = assoclist[i].bssid;
|
|
||||||
|
|
||||||
var host = hosts[assoclist[i].bssid];
|
|
||||||
if (host)
|
|
||||||
tr.insertCell(-1).innerHTML = String.format(
|
|
||||||
'<div style="max-width:200px;overflow:hidden;text-overflow:ellipsis">%s</div>',
|
|
||||||
((host.name && (host.ipv4 || host.ipv6))
|
|
||||||
? '%h (%s)'.format(host.name, host.ipv4 || host.ipv6)
|
|
||||||
: '%h'.format(host.name || host.ipv4 || host.ipv6)).nobr()
|
|
||||||
);
|
|
||||||
else
|
|
||||||
tr.insertCell(-1).innerHTML = '?';
|
|
||||||
|
|
||||||
tr.insertCell(-1).innerHTML = String.format(
|
|
||||||
'<span class="ifacebadge" title="<%:Signal%>: %d <%:dBm%> / <%:Noise%>: %d <%:dBm%> / <%:SNR%>: %d"><img src="%s" /> %d / %d <%:dBm%></span>',
|
|
||||||
assoclist[i].signal, assoclist[i].noise, assoclist[i].signal - assoclist[i].noise,
|
|
||||||
icon,
|
|
||||||
assoclist[i].signal, assoclist[i].noise
|
|
||||||
);
|
|
||||||
|
|
||||||
tr.insertCell(-1).innerHTML = wifirate(assoclist[i], true).nobr() + '<br />' + wifirate(assoclist[i], false).nobr();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ac.rows.length == 1)
|
|
||||||
{
|
|
||||||
var tr = ac.rows[0].parentNode.insertRow(-1);
|
|
||||||
tr.className = 'cbi-section-table-row';
|
|
||||||
|
|
||||||
var td = tr.insertCell(-1);
|
|
||||||
td.colSpan = 7;
|
|
||||||
td.innerHTML = '<br /><em><%:No information available%></em>';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
var e;
|
|
||||||
|
|
||||||
if (e = document.getElementById('localtime'))
|
|
||||||
e.innerHTML = info.localtime;
|
|
||||||
|
|
||||||
if (e = document.getElementById('uptime'))
|
|
||||||
e.innerHTML = String.format('%t', info.uptime);
|
|
||||||
|
|
||||||
if (e = document.getElementById('userinfo'))
|
|
||||||
e.innerHTML = info.userinfo;
|
|
||||||
|
|
||||||
if (e = document.getElementById('cpuusage'))
|
|
||||||
e.innerHTML = info.cpuusage;
|
|
||||||
|
|
||||||
if (e = document.getElementById('cpuinfo'))
|
|
||||||
e.innerHTML = info.cpuinfo;
|
|
||||||
|
|
||||||
if (e = document.getElementById('loadavg'))
|
|
||||||
e.innerHTML = String.format(
|
|
||||||
'%.02f, %.02f, %.02f',
|
|
||||||
info.loadavg[0] / 65535.0,
|
|
||||||
info.loadavg[1] / 65535.0,
|
|
||||||
info.loadavg[2] / 65535.0
|
|
||||||
);
|
|
||||||
|
|
||||||
if (e = document.getElementById('memtotal'))
|
|
||||||
e.innerHTML = progressbar(
|
|
||||||
Math.floor(((info.memory.free + info.memory.buffered) / 1048576) + (info.memcached / 1024)) + " <%:MB%>",
|
|
||||||
Math.floor(info.memory.total / 1048576) + " <%:MB%>"
|
|
||||||
);
|
|
||||||
|
|
||||||
if (e = document.getElementById('membuff'))
|
|
||||||
e.innerHTML = progressbar(
|
|
||||||
Math.floor(info.memory.buffered / 1048576) + " <%:MB%>",
|
|
||||||
Math.floor(info.memory.total / 1048576) + " <%:MB%>"
|
|
||||||
);
|
|
||||||
|
|
||||||
if (e = document.getElementById('swaptotal'))
|
|
||||||
e.innerHTML = progressbar(
|
|
||||||
Math.floor(info.swap.free / 1048576) + " <%:MB%>",
|
|
||||||
Math.floor(info.swap.total / 1048576) + " <%:MB%>"
|
|
||||||
);
|
|
||||||
|
|
||||||
if (e = document.getElementById('swapfree'))
|
|
||||||
e.innerHTML = progressbar(
|
|
||||||
Math.floor(info.swap.free / 1048576) + " <%:MB%>",
|
|
||||||
Math.floor(info.swap.total / 1048576) + " <%:MB%>"
|
|
||||||
);
|
|
||||||
|
|
||||||
if (e = document.getElementById('conns'))
|
|
||||||
e.innerHTML = progressbar(info.conncount, info.connmax);
|
|
||||||
|
|
||||||
}
|
|
||||||
);
|
|
||||||
//]]></script>
|
|
||||||
|
|
||||||
<h2 name="content"><%:Status%></h2>
|
|
||||||
|
|
||||||
<fieldset class="cbi-section">
|
|
||||||
<legend><%:System%></legend>
|
|
||||||
|
|
||||||
<table width="100%" cellspacing="10">
|
|
||||||
<tr><td width="33%"><%:Hostname%></td><td><%=luci.sys.hostname() or "?"%></td></tr>
|
|
||||||
<tr><td width="33%"><%:Model%></td><td><%=pcdata(boardinfo.model or "?")%> <%=luci.sys.exec("cat /etc/bench.log") or ""%></td></tr>
|
|
||||||
<tr><td width="33%"><%:Architecture%></td><td id="cpuinfo">-</td></tr>
|
|
||||||
<% if has_temp then %>
|
|
||||||
<tr><td width="33%"><%:Temperature%></td><td><%=luci.sys.exec("/sbin/tempinfo") or "?"%></td></tr>
|
|
||||||
<% end %>
|
|
||||||
<tr><td width="33%"><%:Firmware Version%></td><td>
|
|
||||||
<%=pcdata(ver.distname)%> <%=pcdata(ver.distversion)%> /
|
|
||||||
<%=pcdata(ver.luciname)%> (<%=pcdata(ver.luciversion)%>)
|
|
||||||
</td></tr>
|
|
||||||
<tr><td width="33%"><%:Kernel Version%></td><td><%=unameinfo.release or "?"%></td></tr>
|
|
||||||
<tr><td width="33%"><%:Local Time%></td><td id="localtime">-</td></tr>
|
|
||||||
<tr><td width="33%"><%:Uptime%></td><td id="uptime">-</td></tr>
|
|
||||||
<tr><td width="33%"><%:Load Average%></td><td id="loadavg">-</td></tr>
|
|
||||||
<tr><td width="33%"><%:CPU usage (%)%></td><td id="cpuusage">-</td></tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
<fieldset class="cbi-section">
|
|
||||||
<legend><%:Memory%></legend>
|
|
||||||
|
|
||||||
<table width="100%" cellspacing="10">
|
|
||||||
<tr><td width="33%"><%:Total Available%></td><td id="memtotal">-</td></tr>
|
|
||||||
<tr><td width="33%"><%:Buffered%></td><td id="membuff">-</td></tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
<% if swapinfo.total > 0 then %>
|
|
||||||
<fieldset class="cbi-section">
|
|
||||||
<legend><%:Swap%></legend>
|
|
||||||
|
|
||||||
<table width="100%" cellspacing="10">
|
|
||||||
<tr><td width="33%"><%:Total Available%></td><td id="swaptotal">-</td></tr>
|
|
||||||
<tr><td width="33%"><%:Free%></td><td id="swapfree">-</td></tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<fieldset class="cbi-section">
|
|
||||||
<legend><%:Network%></legend>
|
|
||||||
|
|
||||||
<table width="100%" cellspacing="10">
|
|
||||||
<tr><td width="33%" style="vertical-align:top"><%:IPv4 WAN Status%></td><td>
|
|
||||||
<table><tr>
|
|
||||||
<td id="wan4_i" style="width:16px; text-align:center; padding:3px"><img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small></td>
|
|
||||||
<td id="wan4_s" style="vertical-align:middle; padding: 3px"><em><%:Collecting data...%></em></td>
|
|
||||||
</tr></table>
|
|
||||||
</td></tr>
|
|
||||||
<% if has_ipv6 then %>
|
|
||||||
<tr><td width="33%" style="vertical-align:top"><%:IPv6 WAN Status%></td><td>
|
|
||||||
<table><tr>
|
|
||||||
<td id="wan6_i" style="width:16px; text-align:center; padding:3px"><img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small></td>
|
|
||||||
<td id="wan6_s" style="vertical-align:middle; padding: 3px"><em><%:Collecting data...%></em></td>
|
|
||||||
</tr></table>
|
|
||||||
</td></tr>
|
|
||||||
<% end %>
|
|
||||||
<tr><td width="33%"><%:Online Users%></td><td id="userinfo">0</td></tr>
|
|
||||||
<tr><td width="33%"><%:Active Connections%></td><td id="conns">-</td></tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
<% if has_dhcp then %>
|
|
||||||
<fieldset class="cbi-section">
|
|
||||||
<legend><%:DHCP Leases%></legend>
|
|
||||||
|
|
||||||
<table class="cbi-section-table" id="lease_status_table">
|
|
||||||
<tr class="cbi-section-table-titles">
|
|
||||||
<th class="cbi-section-table-cell"><%:Hostname%></th>
|
|
||||||
<th class="cbi-section-table-cell"><%:IPv4-Address%></th>
|
|
||||||
<th class="cbi-section-table-cell"><%:MAC-Address%></th>
|
|
||||||
<th class="cbi-section-table-cell"><%:Leasetime remaining%></th>
|
|
||||||
</tr>
|
|
||||||
<tr class="cbi-section-table-row">
|
|
||||||
<td colspan="4"><em><br /><%:Collecting data...%></em></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
<% if has_ipv6 then %>
|
|
||||||
<fieldset class="cbi-section" style="display:none">
|
|
||||||
<legend><%:DHCPv6 Leases%></legend>
|
|
||||||
|
|
||||||
<table class="cbi-section-table" id="lease6_status_table">
|
|
||||||
<tr class="cbi-section-table-titles">
|
|
||||||
<th class="cbi-section-table-cell"><%:Host%></th>
|
|
||||||
<th class="cbi-section-table-cell"><%:IPv6-Address%></th>
|
|
||||||
<th class="cbi-section-table-cell"><%:DUID%></th>
|
|
||||||
<th class="cbi-section-table-cell"><%:Leasetime remaining%></th>
|
|
||||||
</tr>
|
|
||||||
<tr class="cbi-section-table-row">
|
|
||||||
<td colspan="4"><em><br /><%:Collecting data...%></em></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
<% end %>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if has_dsl then %>
|
|
||||||
<fieldset class="cbi-section">
|
|
||||||
<legend><%:DSL%></legend>
|
|
||||||
<table width="100%" cellspacing="10">
|
|
||||||
<tr><td width="33%" style="vertical-align:top"><%:DSL Status%></td><td>
|
|
||||||
<table><tr>
|
|
||||||
<td id="dsl_i" style="width:16px; text-align:center; padding:3px"><img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small></td>
|
|
||||||
<td id="dsl_s" style="vertical-align:middle; padding: 3px"><em><%:Collecting data...%></em></td>
|
|
||||||
</tr></table>
|
|
||||||
</td></tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if has_wifi then %>
|
|
||||||
<fieldset class="cbi-section">
|
|
||||||
<legend><%:Wireless%></legend>
|
|
||||||
|
|
||||||
<table id="wifi_status_table" width="100%" cellspacing="10">
|
|
||||||
<tr><td><em><%:Collecting data...%></em></td></tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<%+footer%>
|
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
mt76_path="/sys/kernel/debug/ieee80211/phy0/mt76/temperature"
|
mt76_path="/sys/kernel/debug/ieee80211/phy0/mt76/temperature"
|
||||||
if [ -e "${mt76_path}" ]; then
|
if [ -e "${mt76_path}" ]; then
|
||||||
mt76_temp=" $(cat "${mt76_path}" | awk -F ': ' '{print $2}')°C"
|
mt76_temp=" $(awk -F ': ' '{print $2}' "${mt76_path}")°C"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wifi_temp="$(awk '{printf("%.1f°C ", $0 / 1000)}' /sys/class/ieee80211/phy*/device/hwmon/hwmon*/temp1_input | awk '$1=$1')"
|
wifi_temp="$(awk '{printf("%.1f°C ", $0 / 1000)}' /sys/class/ieee80211/phy*/device/hwmon/hwmon*/temp1_input | awk '$1=$1')"
|
||||||
@ -1,21 +1,25 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cpu_arch="$(cat "/proc/cpuinfo" | grep "model name" | sed -n "1p" | awk -F ': ' '{print $2}')"
|
cpu_arch="$(grep "model name" "/proc/cpuinfo" | head -n1 | awk -F ': ' '{print $2}')"
|
||||||
[ -z "${cpu_arch}" ] && cpu_arch="?"
|
[ -z "${cpu_arch}" ] && cpu_arch="?"
|
||||||
cpu_cores="$(cat "/proc/cpuinfo" | grep "processor" | wc -l)"
|
cpu_cores="$(grep "processor" "/proc/cpuinfo" | wc -l)"
|
||||||
|
|
||||||
if grep -q "bcm27xx" "/etc/openwrt_release"; then
|
if grep -q "bcm27xx" "/etc/openwrt_release"; then
|
||||||
cpu_freq="$(expr $(vcgencmd measure_clock arm | awk -F '=' '{print $2}') / 1000000)Mhz"
|
cpu_freq="$(expr $(vcgencmd measure_clock arm | awk -F '=' '{print $2}') / 1000000)Mhz"
|
||||||
elif grep -q "bcm53xx" "/etc/openwrt_release"; then
|
elif grep -q "bcm53xx" "/etc/openwrt_release"; then
|
||||||
cpu_freq="$(nvram get clkfreq | awk -F ',' '{print $1}')MHz"
|
cpu_freq="$(nvram get clkfreq | awk -F ',' '{print $1}')MHz"
|
||||||
elif grep -q "mvebu" "/etc/openwrt_release"; then
|
elif grep -q "mvebu" "/etc/openwrt_release"; then
|
||||||
cpu_freq="$(cat "/proc/cpuinfo" | grep "BogoMIPS" | sed -n "1p" | awk -F ': ' '{print $2}')MHz"
|
cpu_freq="$(grep "BogoMIPS" "/proc/cpuinfo" | sed -n "1p" | awk -F ': ' '{print $2}')MHz"
|
||||||
|
elif grep -q "x86" "/etc/openwrt_release"; then
|
||||||
|
cpu_freq="$(grep "MHz" "/proc/cpuinfo" | head -n1 | awk -F ': ' '{print $2}')MHz"
|
||||||
elif [ -e "/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq" ]; then
|
elif [ -e "/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq" ]; then
|
||||||
cpu_freq="$(expr $(cat "/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq") / 1000)MHz"
|
cpu_freq="$(expr $(cat "/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq") / 1000)MHz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep -q "bcm27xx" "/etc/openwrt_release"; then
|
if grep -q "bcm27xx" "/etc/openwrt_release"; then
|
||||||
cpu_temp="$(vcgencmd measure_temp | awk -F '=' '{print $2}' | awk -F "'" '{print $1}')°C"
|
cpu_temp="$(vcgencmd measure_temp | awk -F '=' '{print $2}' | awk -F "'" '{print $1}')°C"
|
||||||
|
elif grep -q "x86" "/etc/openwrt_release"; then
|
||||||
|
cpu_temp="$(sensors 2>"/dev/null" | grep "Core 0" | cut -c12-)"
|
||||||
else
|
else
|
||||||
[ -e "/sys/class/thermal/thermal_zone0/temp" ] && \
|
[ -e "/sys/class/thermal/thermal_zone0/temp" ] && \
|
||||||
cpu_temp="$(awk '{printf("%.1f°C", $0 / 1000)}' /sys/class/thermal/thermal_zone0/temp)"
|
cpu_temp="$(awk '{printf("%.1f°C", $0 / 1000)}' /sys/class/thermal/thermal_zone0/temp)"
|
||||||
25
package/emortal/autocore/files/generic/ethinfo
Executable file
25
package/emortal/autocore/files/generic/ethinfo
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
for i in $(ip address | grep -E 'eth[0-9]+' | awk -F ': ' '{print $2}' | xargs)
|
||||||
|
do
|
||||||
|
device_info="$(ethtool "$i")" || continue
|
||||||
|
|
||||||
|
if echo -e "$device_info" | grep -Eq 'Link detected.*yes'; then
|
||||||
|
link_stat=1
|
||||||
|
else
|
||||||
|
link_stat=0
|
||||||
|
fi
|
||||||
|
|
||||||
|
link_speed="$(echo -e "$device_info" | grep 'Speed' | awk -F ': ' '{print $2}' | tr -d 'Unknown!')"
|
||||||
|
[ -n "$link_speed" ] || link_speed=" - "
|
||||||
|
|
||||||
|
if echo -e "$device_info" | grep -Eq 'Duplex.*Full'; then
|
||||||
|
link_mode=1
|
||||||
|
else
|
||||||
|
link_mode=0
|
||||||
|
fi
|
||||||
|
|
||||||
|
json_body="${json_body:+$json_body,}{\"name\": \"$i\", \"status\": $link_stat, \"speed\": \"$link_speed\", \"duplex\": $link_mode}"
|
||||||
|
done
|
||||||
|
|
||||||
|
echo "[$json_body]"
|
||||||
@ -9,10 +9,19 @@
|
|||||||
local util = require "luci.util"
|
local util = require "luci.util"
|
||||||
local stat = require "luci.tools.status"
|
local stat = require "luci.tools.status"
|
||||||
local ver = require "luci.version"
|
local ver = require "luci.version"
|
||||||
|
local uci = require("luci.model.uci").cursor()
|
||||||
|
|
||||||
local has_ipv6 = fs.access("/usr/sbin/ip6tables")
|
local has_ipv6 = fs.access("/usr/sbin/ip6tables")
|
||||||
local has_dhcp = fs.access("/etc/config/dhcp")
|
local has_dhcp = fs.access("/etc/config/dhcp")
|
||||||
local has_wifi = ((fs.stat("/etc/config/wireless", "size") or 0) > 0)
|
local has_wifi = ((fs.stat("/etc/config/wireless", "size") or 0) > 0)
|
||||||
|
local has_temp = fs.access("/sbin/tempinfo")
|
||||||
|
local has_switch = false
|
||||||
|
|
||||||
|
uci:foreach("network", "switch",
|
||||||
|
function(s)
|
||||||
|
has_switch = true
|
||||||
|
return false
|
||||||
|
end)
|
||||||
|
|
||||||
local sysinfo = luci.util.ubus("system", "info") or { }
|
local sysinfo = luci.util.ubus("system", "info") or { }
|
||||||
local boardinfo = luci.util.ubus("system", "board") or { }
|
local boardinfo = luci.util.ubus("system", "board") or { }
|
||||||
@ -24,7 +33,7 @@
|
|||||||
buffered = 0,
|
buffered = 0,
|
||||||
shared = 0
|
shared = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
local mem_cached = luci.sys.exec("sed -e '/^Cached: /!d; s#Cached: *##; s# kB##g' /proc/meminfo")
|
local mem_cached = luci.sys.exec("sed -e '/^Cached: /!d; s#Cached: *##; s# kB##g' /proc/meminfo")
|
||||||
|
|
||||||
local swapinfo = sysinfo.swap or {
|
local swapinfo = sysinfo.swap or {
|
||||||
@ -46,19 +55,21 @@
|
|||||||
"sysctl -n -e net.nf_conntrack_max net.ipv4.netfilter.ip_conntrack_max"
|
"sysctl -n -e net.nf_conntrack_max net.ipv4.netfilter.ip_conntrack_max"
|
||||||
):match("%d+")) or 4096
|
):match("%d+")) or 4096
|
||||||
|
|
||||||
local cpu_info = luci.sys.exec("cpuinfo")
|
local user_info = luci.sys.exec("cat /proc/net/arp | grep 'br-lan' | grep '0x2' | wc -l") or "0"
|
||||||
|
|
||||||
local eth_info = luci.sys.exec("ethinfo")
|
|
||||||
|
|
||||||
local user_info = luci.sys.exec("cat /proc/net/arp | grep '0x2' | wc -l") or 0
|
|
||||||
|
|
||||||
local cpu_usage = luci.sys.exec("top -n1 | awk '/^CPU/ {printf(\"%d%\", 100 - $8)}'") or "6%"
|
local cpu_usage = luci.sys.exec("top -n1 | awk '/^CPU/ {printf(\"%d%\", 100 - $8)}'") or "6%"
|
||||||
|
local cpu_info = luci.sys.exec("/sbin/cpuinfo") or "?"
|
||||||
|
if not has_switch then
|
||||||
|
local eth_info = luci.sys.exec("ethinfo")
|
||||||
|
else
|
||||||
|
local eth_info = ""
|
||||||
|
end
|
||||||
|
|
||||||
local rv = {
|
local rv = {
|
||||||
cpuusage = cpu_usage,
|
|
||||||
cpuinfo = cpu_info,
|
cpuinfo = cpu_info,
|
||||||
|
cpuusage = cpu_usage,
|
||||||
ethinfo = eth_info,
|
ethinfo = eth_info,
|
||||||
userinfo = user_info,
|
userinfo = user_info,
|
||||||
uptime = sysinfo.uptime or 0,
|
uptime = sysinfo.uptime or 0,
|
||||||
localtime = os.date(),
|
localtime = os.date(),
|
||||||
loadavg = sysinfo.load or { 0, 0, 0 },
|
loadavg = sysinfo.load or { 0, 0, 0 },
|
||||||
@ -121,7 +132,7 @@
|
|||||||
|
|
||||||
<%+header%>
|
<%+header%>
|
||||||
|
|
||||||
<script type="text/javascript" src="<%=resource%>/cbi.js?v=git-19.167.54478-71e2af4"></script>
|
<script type="text/javascript" src="<%=resource%>/cbi.js"></script>
|
||||||
<script type="text/javascript">//<![CDATA[
|
<script type="text/javascript">//<![CDATA[
|
||||||
function progressbar(v, m)
|
function progressbar(v, m)
|
||||||
{
|
{
|
||||||
@ -179,7 +190,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
XHR.poll(1, '<%=REQUEST_URI%>', { status: 1 },
|
XHR.poll(5, '<%=REQUEST_URI%>', { status: 1 },
|
||||||
function(x, info)
|
function(x, info)
|
||||||
{
|
{
|
||||||
if (!(npoll++ % 5))
|
if (!(npoll++ % 5))
|
||||||
@ -638,7 +649,7 @@
|
|||||||
|
|
||||||
var e;
|
var e;
|
||||||
|
|
||||||
if (e = document.getElementById('ethinfo')) {
|
if (e = document.getElementById('ethinfo')) {
|
||||||
var ports = eval('(' + info.ethinfo + ')');
|
var ports = eval('(' + info.ethinfo + ')');
|
||||||
var tmp = "";
|
var tmp = "";
|
||||||
for (var i in ports)
|
for (var i in ports)
|
||||||
@ -660,13 +671,13 @@
|
|||||||
|
|
||||||
if (e = document.getElementById('userinfo'))
|
if (e = document.getElementById('userinfo'))
|
||||||
e.innerHTML = info.userinfo;
|
e.innerHTML = info.userinfo;
|
||||||
|
|
||||||
if (e = document.getElementById('cpuinfo'))
|
|
||||||
e.innerHTML = info.cpuinfo;
|
|
||||||
|
|
||||||
if (e = document.getElementById('cpuusage'))
|
if (e = document.getElementById('cpuusage'))
|
||||||
e.innerHTML = info.cpuusage;
|
e.innerHTML = info.cpuusage;
|
||||||
|
|
||||||
|
if (e = document.getElementById('cpuinfo'))
|
||||||
|
e.innerHTML = info.cpuinfo;
|
||||||
|
|
||||||
if (e = document.getElementById('loadavg'))
|
if (e = document.getElementById('loadavg'))
|
||||||
e.innerHTML = String.format(
|
e.innerHTML = String.format(
|
||||||
'%.02f, %.02f, %.02f',
|
'%.02f, %.02f, %.02f',
|
||||||
@ -713,8 +724,11 @@
|
|||||||
|
|
||||||
<table width="100%" cellspacing="10">
|
<table width="100%" cellspacing="10">
|
||||||
<tr><td width="33%"><%:Hostname%></td><td><%=luci.sys.hostname() or "?"%></td></tr>
|
<tr><td width="33%"><%:Hostname%></td><td><%=luci.sys.hostname() or "?"%></td></tr>
|
||||||
<tr><td width="33%"><%:Model%></td><td><%=pcdata(boardinfo.model or "?")%> <%=luci.sys.exec("cat /etc/bench.log") or " "%></td></tr>
|
<tr><td width="33%"><%:Model%></td><td><%=pcdata(boardinfo.model or "?")%> <%=luci.sys.exec("cat /etc/bench.log") or ""%></td></tr>
|
||||||
<tr><td width="33%"><%:CPU Info%></td><td id="cpuinfo">-</td></tr>
|
<tr><td width="33%"><%:Architecture%></td><td id="cpuinfo">-</td></tr>
|
||||||
|
<% if has_temp then %>
|
||||||
|
<tr><td width="33%"><%:Temperature%></td><td><%=luci.sys.exec("/sbin/tempinfo") or "?"%></td></tr>
|
||||||
|
<% end %>
|
||||||
<tr><td width="33%"><%:Firmware Version%></td><td>
|
<tr><td width="33%"><%:Firmware Version%></td><td>
|
||||||
<%=pcdata(ver.distname)%> <%=pcdata(ver.distversion)%> /
|
<%=pcdata(ver.distname)%> <%=pcdata(ver.distversion)%> /
|
||||||
<%=pcdata(ver.luciname)%> (<%=pcdata(ver.luciversion)%>)
|
<%=pcdata(ver.luciname)%> (<%=pcdata(ver.luciversion)%>)
|
||||||
@ -747,12 +761,14 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<% if not has_switch then %>
|
||||||
<fieldset class="cbi-section">
|
<fieldset class="cbi-section">
|
||||||
<legend><%:Interfaces%></legend>
|
<legend><%:Interfaces%></legend>
|
||||||
|
|
||||||
<table width="100%" cellspacing="10" id="ethinfo">
|
<table width="100%" cellspacing="10" id="ethinfo">
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<fieldset class="cbi-section">
|
<fieldset class="cbi-section">
|
||||||
<legend><%:Network%></legend>
|
<legend><%:Network%></legend>
|
||||||
@ -47,6 +47,4 @@ start()
|
|||||||
ethtool -K $c tso on >/dev/null 2>&1
|
ethtool -K $c tso on >/dev/null 2>&1
|
||||||
ethtool -K $c ufo on >/dev/null 2>&1
|
ethtool -K $c ufo on >/dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
[ -f /etc/index.htm ] && mv /etc/index.htm /usr/lib/lua/luci/view/admin_status/index.htm
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
MHz=`grep 'MHz' /proc/cpuinfo | cut -c11- |sed -n '1p'`
|
|
||||||
TEMP=`sensors 2>/dev/null | grep 'Core 0' | cut -c12-`
|
|
||||||
echo "$MHz MHz $TEMP "
|
|
||||||
@ -1,39 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
a=$(ip address | grep ^[0-9] | awk -F: '{print $2}' | sed "s/ //g" | grep '^[e]' | grep -v "@" | grep -v "\.")
|
|
||||||
b=$(echo "$a" | wc -l)
|
|
||||||
rm -f /tmp/state/ethinfo
|
|
||||||
|
|
||||||
echo -n "[" > /tmp/state/ethinfo
|
|
||||||
|
|
||||||
for i in $(seq 1 $b)
|
|
||||||
do
|
|
||||||
h=$(echo '{"name":' )
|
|
||||||
c=$(echo "$a" | sed -n ${i}p)
|
|
||||||
d=$(ethtool $c)
|
|
||||||
|
|
||||||
e=$(echo "$d" | grep "Link detected" | awk -F: '{printf $2}' | sed 's/^[ \t]*//g')
|
|
||||||
if [ $e = yes ]; then
|
|
||||||
l=1
|
|
||||||
else
|
|
||||||
l=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
f=$(echo "$d" | grep "Speed" | awk -F: '{printf $2}' | sed 's/^[ \t]*//g' | tr -d "Unknown!")
|
|
||||||
[ -z "$f" ] && f=" - "
|
|
||||||
|
|
||||||
g=$(echo "$d" | grep "Duplex" | awk -F: '{printf $2}' | sed 's/^[ \t]*//g')
|
|
||||||
if [ "$g" == "Full" ]; then
|
|
||||||
x=1
|
|
||||||
else
|
|
||||||
x=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo -n "$h \"$c\", \"status\": $l, \"speed\": \"$f\", \"duplex\": $x}," >> /tmp/state/ethinfo
|
|
||||||
done
|
|
||||||
|
|
||||||
sed -i 's/.$//' /tmp/state/ethinfo
|
|
||||||
|
|
||||||
echo -n "]" >> /tmp/state/ethinfo
|
|
||||||
|
|
||||||
cat /tmp/state/ethinfo
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [ $(busybox ps -w | grep getcpu | grep -v grep | wc -l) -le 2 ]; then
|
|
||||||
AT=$(cat /proc/stat | grep "^cpu " | awk '{print $2+$3+$4+$5+$6+$7+$8 " " $2+$3+$4+$7+$8}')
|
|
||||||
sleep 1
|
|
||||||
BT=$(cat /proc/stat | grep "^cpu " | awk '{print $2+$3+$4+$5+$6+$7+$8 " " $2+$3+$4+$7+$8}')
|
|
||||||
printf "%.01f%%" $(echo $AT $BT | awk '{print (($4-$2)/($3-$1))*100}') >/tmp/cpuusage
|
|
||||||
fi
|
|
||||||
Loading…
Reference in New Issue
Block a user