HELLO_wORLD
Very Senior Member
Hi,
Netgear routers come with an integrated speedtest. It is meant originally to be used when setting up QoS, but is helpful to test the bandwidth speed of the WAN connection.
It is a custom version of the well known ookla speedtest.
It can be run from router web interface, NG phone or tablet app, or command line (telnet, ssh).
With command line, it is possible to chose the server by fetching http://www.speedtest.net/api/embed/netgear/config from your IP and note the server number you want.
Example to run it with server ID 31993 :
If this test is accurate for up to 100 Mbit/s connexions, I am not sure it is for gigabit connections.
In my case, I am supposed to have a symmetrical 1 Gbit/s connection, and my upload rate is fine, but download is lower than expected (and both CPUs are maxed at 100% while doing the download part of the test while only around 80-90% for CPU 1 and 10% CPU 2 while doing the upload).
I have read on other forums that this internal speed test is not reliable for gigabit speeds because CPU cannot handle it (speed test from router is not HW accelerated).
Does anyone (having gb connection) reach near gigabit download speeds with their router? Would you mind to share the information here (router model, up and down speeds).
The whole idea is to confirm which models are accurate or not for gigabit speed tests.
Netgear routers come with an integrated speedtest. It is meant originally to be used when setting up QoS, but is helpful to test the bandwidth speed of the WAN connection.
It is a custom version of the well known ookla speedtest.
It can be run from router web interface, NG phone or tablet app, or command line (telnet, ssh).
With command line, it is possible to chose the server by fetching http://www.speedtest.net/api/embed/netgear/config from your IP and note the server number you want.
Example to run it with server ID 31993 :
Code:
root@HERMES:~$ /bin/ookla -c http://www.speedtest.net/api/embed/netgear/config -t 2 -s 31993
serverid: 31993
isp: K-NET SARL
latency: 7
upload: 954510
download: 741261
root@HERMES:~$
If this test is accurate for up to 100 Mbit/s connexions, I am not sure it is for gigabit connections.
In my case, I am supposed to have a symmetrical 1 Gbit/s connection, and my upload rate is fine, but download is lower than expected (and both CPUs are maxed at 100% while doing the download part of the test while only around 80-90% for CPU 1 and 10% CPU 2 while doing the upload).
I have read on other forums that this internal speed test is not reliable for gigabit speeds because CPU cannot handle it (speed test from router is not HW accelerated).
Does anyone (having gb connection) reach near gigabit download speeds with their router? Would you mind to share the information here (router model, up and down speeds).
The whole idea is to confirm which models are accurate or not for gigabit speed tests.