I was wondering if it was the new Sysinfo page causing this. Shame it's not a pie graph there though.Same here, but on the other hand this is now available (and looks great) in the updated Sysinfo along with Temp, Storage and Memory, making it (to my mind) less necessary in ScMerlin.
Sort of, the "Free" legend has a line through it,And back to normal with the beta
Noted.My bad. I've corrected my post
Definitely looking like this will be the case with the release. RMerlin has already admitted changing a few things to make something work (assume the new Sysinfo page) and I don't see it being reversed.
@thelonelycoder ?
wlc_0_arr = ["off", "off", "off"]; wlc_1_arr = ["off", "off", "off"]; wlc_2_arr = ["0", "0", "0"]; wlc_3_arr = ["0", "0", "0"]; conn_stats_arr = ["209","4"]; mem_stats_arr = ["400.97", "32.84", "1.69", "133.92", "0.00", "2048.00", "71104", "2.37 / 47.00 MB"]; cpu_stats_arr = ["1.06", "1.05", "1.07"];
wlc_0_arr = ["<% sysinfo("conn.wifi.0.assoc"); %>", "<% sysinfo("conn.wifi.0.autho"); %>", "<% sysinfo("conn.wifi.0.authe"); %>"];
wlc_1_arr = ["<% sysinfo("conn.wifi.1.assoc"); %>", "<% sysinfo("conn.wifi.1.autho"); %>", "<% sysinfo("conn.wifi.1.authe"); %>"];
wlc_2_arr = ["<% sysinfo("conn.wifi.2.assoc"); %>", "<% sysinfo("conn.wifi.2.autho"); %>", "<% sysinfo("conn.wifi.2.authe"); %>"];
wlc_3_arr = ["<% sysinfo("conn.wifi.3.assoc"); %>", "<% sysinfo("conn.wifi.3.autho"); %>", "<% sysinfo("conn.wifi.3.authe"); %>"];
conn_stats_arr = ["<% sysinfo("conn.total"); %>","<% sysinfo("conn.active"); %>"];
mem_stats_arr = ["<% sysinfo("memory.total"); %>", "<% sysinfo("memory.free"); %>", "<% sysinfo("memory.buffer"); %>",
"<% sysinfo("memory.cache"); %>", "<% sysinfo("memory.swap.used"); %>", "<% sysinfo("memory.swap.total"); %>",
"<% sysinfo("nvram.used"); %>", "<% sysinfo("jffs.usage"); %>"];
cpu_stats_arr = ["<% sysinfo("cpu.load.1"); %>", "<% sysinfo("cpu.load.5"); %>", "<% sysinfo("cpu.load.15"); %>"];
wlc_0_arr = ["off", "off", "off"]; wlc_1_arr = ["0", "0", "0"]; wlc_2_arr = ["0", "0", "0"]; wlc_3_arr = ["0", "0", "0"]; conn_stats_arr = ["177","3"]; mem_stats_arr = ["498.32", "259.39", "0.92", "26.69", "0.00", "0.00", "71450", "44.06", "209.55", "198.83"]; cpu_stats_arr = ["1.61", "1.44", "0.91"];
wlc_0_arr = ["<% sysinfo("conn.wifi.0.assoc"); %>", "<% sysinfo("conn.wifi.0.autho"); %>", "<% sysinfo("conn.wifi.0.authe"); %>"];
wlc_1_arr = ["<% sysinfo("conn.wifi.1.assoc"); %>", "<% sysinfo("conn.wifi.1.autho"); %>", "<% sysinfo("conn.wifi.1.authe"); %>"];
wlc_2_arr = ["<% sysinfo("conn.wifi.2.assoc"); %>", "<% sysinfo("conn.wifi.2.autho"); %>", "<% sysinfo("conn.wifi.2.authe"); %>"];
wlc_3_arr = ["<% sysinfo("conn.wifi.3.assoc"); %>", "<% sysinfo("conn.wifi.3.autho"); %>", "<% sysinfo("conn.wifi.3.authe"); %>"];
conn_stats_arr = ["<% sysinfo("conn.total"); %>","<% sysinfo("conn.active"); %>"];
mem_stats_arr = ["<% sysinfo("memory.total"); %>", "<% sysinfo("memory.free"); %>", "<% sysinfo("memory.buffer"); %>",
"<% sysinfo("memory.cache"); %>", "<% sysinfo("memory.swap.used"); %>", "<% sysinfo("memory.swap.total"); %>",
"<% sysinfo("nvram.used"); %>", "<% sysinfo("jffs.free"); %>",
"<% sysinfo("memory.simple.used"); %>", "<% sysinfo("memory.available"); %>"];
cpu_stats_arr = ["<% sysinfo("cpu.load.1"); %>", "<% sysinfo("cpu.load.5"); %>", "<% sysinfo("cpu.load.15"); %>"];
jffs.usage
, jffs.free
is now used and calculation has changed in Tools_Sysinfo.asp.I have to untangle my eyes looking at the despised JavaScript code. Just not my favorite
Perhaps @Martinski can look into it?
I have found that <router IP>/ajax_sysinfo.asp has changed values and orders:
Up to current release 388.6x:
...
Source ajax_sysinfo.asp 388.6x:
...
And now with 388.7x:
...
Source ajax_sysinfo.asp 388.7x:
...
Instead ofjffs.usage
,jffs.free
is now used and calculation has changed in Tools_Sysinfo.asp.
Thanks a bunch, updated and tested with 388.6_2 and 388.7_beta1. Well done!Based on your findings, I have a pretty good idea of what the problem is and where to fix it. I'll take a look this evening and submit a PR.
UPDATE:
A PR has been submitted to the @thelonelycoder's GitHub repository for the next "2.5.2" release version.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!