My summary collate of answers to the requests from
@Jeffrey Young and
@dave14305 No problem to action more if required. Thanks for the support.
A). Dave's #14 append. Manually running speedtest(s). Outcome: No Reboot(s).
CanaKW@GT-AXE16000:/tmp/home/root# ookla -c
http://www.speedtest.net/api/embed/vz0azjarf5enop8a/config -f human-readable
Server: Rogers - Milton, ON (id: 47540)
ISP: Cogeco Connexion Inc.
Idle Latency: 9.26 ms (jitter: 1.50ms, low: 8.49ms, high: 11.99ms)
Download: 937.47 Mbps (data used: 1.2 GB, additional servers: 3)
Upload: 31.49 Mbps (data used: 39.4 MB)
Packet Loss: 0.0%
B. Jeffrey's #48 append. Version number of the internal ookla binary.
CanaKW@GT-AXE16000:/tmp/home/root# /usr/sbin/ookla -V
ookla 3.8.0.56 (73c537b5bf) Linux/arm-linux-musleabi 4.19.183 arm/aarch64 (asus-AXHND-A7)
C. Dave's #46 append. 3 variations on the script’s command. Outcome: No reboots.
CanaKW@GT-AXE16000:/tmp/home/root# CONFIG_STRING="-c
http://www.speedtest.net/api/embed/vz0azjarf5enop8a/config"
CanaKW@GT-AXE16000:/tmp/home/root# SPEEDTEST_BINARY=/usr/sbin/ookla
CanaKW@GT-AXE16000:/tmp/home/root# CONFIG_STRING="-c
http://www.speedtest.net/api/embed/vz0azjarf5enop8a/config"
CanaKW@GT-AXE16000:/tmp/home/root# IFACE="$(nvram get wan0_ifname)"
CanaKW@GT-AXE16000:/tmp/home/root# LICENSE_STRING=""
CanaKW@GT-AXE16000:/tmp/home/root# tmpfile=/tmp/spd-stats.txt
CanaKW@GT-AXE16000:/tmp/home/root# echo Test 1
Test 1
CanaKW@GT-AXE16000:/tmp/home/root# "$SPEEDTEST_BINARY" $CONFIG_STRING --interface="$IFACE" --format="human-readable" --unit="Mbps" -p $LICENSE_STRING
Server: Rogers Wireless - Hamilton, ON (id: 47326)
ISP: Cogeco Connexion Inc.
Idle Latency: 10.78 ms (jitter: 1.38ms, low: 9.47ms, high: 12.00ms)
Download: 941.19 Mbps (data used: 1.2 GB, additional servers: 3)
Upload: 31.55 Mbps (data used: 39.3 MB)
Packet Loss: 0.0%
CanaKW@GT-AXE16000:/tmp/home/root# echo Test 2
Test 2
CanaKW@GT-AXE16000:/tmp/home/root# "$SPEEDTEST_BINARY" $CONFIG_STRING --interface="$IFACE" --format="human-readable" --unit="Mbps" -p $LICENSE_STRING | tee "$tmpfile"
Server: Rogers Wireless - Milton, ON (id: 47330)
ISP: Cogeco Connexion Inc.
Idle Latency: 9.79 ms (jitter: 1.01ms, low: 9.44ms, high: 10.97ms)
Download: 935.68 Mbps (data used: 1.2 GB, additional servers: 3)
Upload: 31.50 Mbps (data used: 39.3 MB)
Packet Loss: 0.0%
CanaKW@GT-AXE16000:/tmp/home/root# echo Test 3
Test 3
CanaKW@GT-AXE16000:/tmp/home/root# "$SPEEDTEST_BINARY" $CONFIG_STRING --interface="$IFACE" --format="human-readable" --unit="Mbps" -p $LICENSE_STRING | tee "$tmpfile" &
CanaKW@GT-AXE16000:/tmp/home/root#
CanaKW@GT-AXE16000:/tmp/home/root# Server: Rogers - Hamilton, ON (id: 46432)
ISP: Cogeco Connexion Inc.
Idle Latency: 7.99 ms (jitter: 1.26ms, low: 7.42ms, high: 9.99ms)
Download: 939.58 Mbps (data used: 1.2 GB, additional servers: 3)
Upload: 31.49 Mbps (data used: 39.3 MB)
Packet Loss: 0.0%
Added note: After running the three requests above (labelled as A, B, C) then uninstalled spdmerlin and re-installed. This time (unlike last night on 382.2_2) the install completed without reboot. Setup spdmerlin to run automatic speed tests every 10mins.