yes, but for folks with data caps, a single number that adds up download/upload over 30 days would be nice.
Last edited:
yes, but for folks with data caps, a single number that adds up download/upload over 30 days would be nice.
See second post re csv exports. This makes it easy for users to do thisyes, but for folks with data caps, a single number that adds up download/upload over 30 days would be better.
2user5.asp:1172 Uncaught ReferenceError: prefix is not defined
at SaveConfig (user5.asp:1172)
at HTMLInputElement.onclick (user5.asp:1)
DevTools failed to load SourceMap: Could not load content for http://192.168.1.5/ext/shared-jy/hammer.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Now fixed1. Any changes to Save speedtest URLs to database or Exclude speedtests from QoS made via the GUI cannot be saved clicking the Save button doesn't do anything and I get the following error when I press F12:
2user5.asp:1172 Uncaught ReferenceError: prefix is not defined at SaveConfig (user5.asp:1172) at HTMLInputElement.onclick (user5.asp:1)
This can be ignoredDevTools failed to load SourceMap: Could not load content for [URL]http://192.168.1.5/ext/shared-jy/hammer.min.js.map[/URL]: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
All this does is not apply the below:2. Whilst I can toggle the Exclude speedtests from QoS via the CLI it doesn't seem to make any difference whether it is turned on/off i.e. it still shows DL speed over 25Mbit/s even though my QoS has Download Bandwidth limited to 25Mbit/s.
Many thanks in advance.
for proto in tcp udp; do
iptables -A OUTPUT -p "$proto" -j MARK --set-xmark 0x80000000/0xC0000000 2>/dev/null
iptables -t mangle -A OUTPUT -p "$proto" -j MARK --set-xmark 0x80000000/0xC0000000 2>/dev/null
iptables -t mangle -A POSTROUTING -p "$proto" -j MARK --set-xmark 0x80000000/0xC0000000 2>/dev/null
done
if [ -f /jffs/addons/cake-qos/cake-qos ]; then
/jffs/addons/cake-qos/cake-qos stop >/dev/null 2>&1
fi
Now fixed
Uncaught ReferenceError: prefix is not defined
at SaveConfig (user5.asp:1172)
at HTMLInputElement.onclick (user5.asp:1)
All this does is not apply the below:
The traffic probably still bypasses QoS limits as the traffic starts in the router. All spdMerlin does it attempt to ensure it's not included. It cannot force it to be included sadlyCode:for proto in tcp udp; do iptables -A OUTPUT -p "$proto" -j MARK --set-xmark 0x80000000/0xC0000000 2>/dev/null iptables -t mangle -A OUTPUT -p "$proto" -j MARK --set-xmark 0x80000000/0xC0000000 2>/dev/null iptables -t mangle -A POSTROUTING -p "$proto" -j MARK --set-xmark 0x80000000/0xC0000000 2>/dev/null done if [ -f /jffs/addons/cake-qos/cake-qos ]; then /jffs/addons/cake-qos/cake-qos stop >/dev/null 2>&1 fi
did the force update actually pull down the new asp? prefix is no longer referenced in the saveconfig functionMany thanks @Jack Yaz.
Unfortunately this still doesn't work for me (I did a force update and browser restart). When I press Save nothing happens and I get the following error when I press F12:
Code:Uncaught ReferenceError: prefix is not defined at SaveConfig (user5.asp:1172) at HTMLInputElement.onclick (user5.asp:1)
Actually I use FlexQoS as oppose to Cake QoS. Does this field only relates to Cake QoS?
It looks like it did not. I did it again and in one of the subsequent "uf" it did pull down the new asp and it now works fine, plus now I can see the new fields in the GUI for the Schedule for automatic speedtests.did the force update actually pull down the new asp? prefix is no longer referenced in the saveconfig function
good stuff!It looks like it did not. I did it again and in one of the subsequent "uf" it did pull down the new asp and it now works fine, plus now I can see the new fields in the GUI for the Schedule for automatic speedtests.
Many thanks once again
You deserve the break.good stuff!
I'm afraid there won't be any more changes on develop for the next 9 hours, work time
Any browser console errors? All working last time i checked :/Yes, you deserve a break. When you get a chance -
Updated earlier today:
$ spdmerlin develop
I also ran spdmerlin and did a force update.
Spreadsheets looks good, Im able to make some snazzy graphs ;-)
But, I don't see the speedgraphs on the WebUI page...
this is now out of date after the last couple of commitsCharts are only shown for interfaces enabled for automatic tests
Thanks, the auto interface was not enabled!Any browser console errors? All working last time i checked :/
Charts are only shown for interfaces enabled for automatic tests
3. VPNC1
Preferred: Off - Server: None configured
Choose an option: 3
What would you like to do?
1. Toggle preferred server on/off - currently: Off
2. Set preferred server - currently: None configured
Choose an option: 2
Generating list of closest servers for VPNC1...
/opt/bin/spdmerlin: line 2782: jq: not found
[: bad number
/opt/bin/spdmerlin: line 2782: jq: not found
1)
[: bad number
/opt/bin/spdmerlin: line 2782: jq: not found
2)
[: bad number
/opt/bin/spdmerlin: line 2782: jq: not found
3)
[: bad number
/opt/bin/spdmerlin: line 2782: jq: not found
4)
etc etc with no end result - so exit with CTRL+C
I finally just got around to switching to the Spdmerlin dev. branch. The only thing I would like added is the ability to not show disabled vpn servers on the speed test.this is now out of date after the last couple of commits
I finally just got around to switching to the Spdmerlin dev. branch. The only thing I would like added is the ability to not show disabled vpn servers on the speed test.
for example
View attachment 27605
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
vnStat Exclude spdMerlin from vnStat reports | Asuswrt-Merlin AddOns | 3 | ||
Router Speed Test (spdMerlin) | Asuswrt-Merlin AddOns | 5 |
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!