What's new

spdMerlin spdMerlin - v4.x - speedtest and bandwidth monitoring

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

is v4.0.1 pushed yet?
 
v4.1.0 is now available
Changelog:
  • NEW: Set a threshold that must be broken for AutoBW calculated values to be applied over existing values
  • FIXED: Data usage over 1GB now reports correctly
  • FIXED: Last 10 results table would incorrectly populate columns when result URL collection is disabled
  • CHANGED: Use 7za instead of 7z (for older Entware installs)
 
v4.1.0 is now available
Changelog:
  • NEW: Set a threshold that must be broken for AutoBW calculated values to be applied over existing values
  • FIXED: Data usage over 1GB now reports correctly
  • FIXED: Last 10 results table would incorrectly populate columns when result URL collection is disabled
  • CHANGED: Use 7za instead of 7z (for older Entware installs)
@Jack Yaz would it be possible to implement a decimal into the MBPS for those who have low connections. I believe it may benefit me for my upload to keep between 1.7 and .8 or so. Thanks!
 
@Jack Yaz on v4.1.0 when I use "Update QoS bandwidth values now" from the CLI I can currently see a strange 2.4% difference between the values of the DB/UB speed from the CLI compared to the GUI. E.g. Download Bandwidth from CLI "...existing value (24677 Kbps)" from the GUI - 24.0986328125 Mb/s and for the Upload Bandwidth from the CLI "...existing value (5289 Kbps)" and from the GUI - 5.1650390625 Mb/s.
 
@Jack Yaz on v4.1.0 when I use "Update QoS bandwidth values now" from the CLI I can currently see a strange 2.4% difference between the values of the DB/UB speed from the CLI compared to the GUI. E.g. Download Bandwidth from CLI "...existing value (24677 Kbps)" from the GUI - 24.0986328125 Mb/s and for the Upload Bandwidth from the CLI "...existing value (5289 Kbps)" and from the GUI - 5.1650390625 Mb/s.
by GUI do you mean the adaptive qos page?

edit: divide the kbps by 1024....looks right to me
 
by GUI do you mean the adaptive qos page?

edit: divide the kbps by 1024....looks right to me
Yes the GUI from the Adaptive QoS page. I allways thought that the conversion from kbps to Mbps is a division by a 1000. But a Google search brings multiple results that show division by 1024 as well as 1000 :rolleyes: so I'm confused but please ignore my question.
 
Yes the GUI from the Adaptive QoS page. I allways thought that the conversion from kbps to Mbps is a division by a 1000. But a Google search brings multiple results that show division by 1024 as well as 1000 :rolleyes: so I'm confused but please ignore my question.
The QoS page takes Mb/s as input and stores nvram in kb/s (* 1024). But the underlying QoS tc structure takes those kb/s and applies them using 1000 (SI) instead of 1024 (IEC) bits per kilo.
 
Hi @Jack Yaz , I'm getting some unexpected results with ABw setting the DL speed in NVRAM so I will welcome your help if you could have a look at it.

You can see from the attached that the last scheduled speedtest at 18.42 had DL of 23.61 Mbps and 95% of it is 22.4295 Mbps but the value in the QoS page is 20.62597656 Mbps which is outside of the 5% update threshold I setup so it should have been undated. I'm not sure if it did nto get updated or it get update with a wrong value but I also can't match it with any of the previous values of the scheduled speed-tests. Am I missing something?

Many thanks in advance.

PS I have v4.1.0 and also have done force update
 

Attachments

  • QoS.jpg
    QoS.jpg
    95.7 KB · Views: 91
Hi @Jack Yaz , I'm getting some unexpected results with ABw setting the DL speed in NVRAM so I will welcome your help if you could have a look at it.

You can see from the attached that the last scheduled speedtest at 18.42 had DL of 23.61 Mbps and 95% of it is 22.4295 Mbps but the value in the QoS page is 20.62597656 Mbps which is outside of the 5% update threshold I setup so it should have been undated. I'm not sure if it did nto get updated or it get update with a wrong value but I also can't match it with any of the previous values of the scheduled speed-tests. Am I missing something?

Many thanks in advance.

PS I have v4.1.0 and also have done force update
AutoBW calculations should go to syslog
 
AutoBW calculations should go to syslog
Thanks Jack for clarifying that. Below is the syslog:
Code:
Nov 30 18:42:00 RT-AC86U-4AB0 spdMerlin: Starting speedtest using Structured Communications (London, United Kingdom) for WAN interface
Nov 30 18:42:20 RT-AC86U-4AB0 spdMerlin: Speedtest results - Download: 23.61 Mbps (data used: 28.0 MB) - Upload: 5.32 Mbps (data used: 2.4 MB)
Nov 30 18:42:20 RT-AC86U-4AB0 spdMerlin: Connection quality - Latency: 14.77 ms (0.19 ms jitter) - Packet Loss: 0.0%%
Nov 30 18:42:22 RT-AC86U-4AB0 spdMerlin: Calculated Download speed (22022) Kbps does not exceed 5%% threshold of existing value (21121 Kbps)

I see where is the discrepancy, I thought that the calculated speed should have been 22,968 Kbps (23.61 Mbps*95%*1024) as oppose to 22022 Kbps. Is that correct?
 
Thanks Jack for clarifying that. Below is the syslog:
Code:
Nov 30 18:42:00 RT-AC86U-4AB0 spdMerlin: Starting speedtest using Structured Communications (London, United Kingdom) for WAN interface
Nov 30 18:42:20 RT-AC86U-4AB0 spdMerlin: Speedtest results - Download: 23.61 Mbps (data used: 28.0 MB) - Upload: 5.32 Mbps (data used: 2.4 MB)
Nov 30 18:42:20 RT-AC86U-4AB0 spdMerlin: Connection quality - Latency: 14.77 ms (0.19 ms jitter) - Packet Loss: 0.0%%
Nov 30 18:42:22 RT-AC86U-4AB0 spdMerlin: Calculated Download speed (22022) Kbps does not exceed 5%% threshold of existing value (21121 Kbps)

I see where is the discrepancy, I thought that the calculated speed should have been 22,968 Kbps (23.61 Mbps*95%*1024) as oppose to 22022 Kbps. Is that correct?
The AutoBW feature currently uses the average of the last 10 speedtests, not the last result.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top