FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
2,383 views 5 comments
by
Is there a way for us to login over RMS / CLI to do a speed test of the LTE connection?

Thanks

1 Answer

0 votes
by anonymous

Hello,

You can connect to the router via CLI and install additional package through OPKG for speedtests, exact commands should be ran in order:

1. opkg update

2. opkg install speedtest-netperf

after the installation you can run:

speedtest-netperf.sh -t 10

And it will speedtest the connection.

Please, keep in mind that this is third party package and it may have its own nuances.

Best answer
by

Thanks for the info, however it doesn't look like it's working as I don't get any speeds

by anonymous
I see avarage values of download and upload in your screenshot:

Down: 33.205

Upload: 22.428

Could you run the test a few times and compare results with each other?
by anonymous

Other way would be to use tool speedtest-cli, but it would be a much heavier solution processing and storage-wise as it requires python. To try it execute these commands:

1. opkg update

2. opkg install python

3. opkg install python-pip

4. pip install speedtest-cli

5. speedtest-cli

Your output should be something similar:

root@Teltonika-RUTX09:~# speedtest-cli
Retrieving speedtest.net configuration...
Testing from Bite Lietuva (x.x.x.x)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Bite Lietuva (Vilnius) [2.53 km]: 43.877 ms
Testing download speed................................................................................
Download: 28.71 Mbit/s
Testing upload speed................................................................................................
Upload: 16.54 Mbit/s
 

by
Sorry, I was expecting to show something under the Download / Upload field

Thanks for your help
by anonymous
Is there anything like this available for the rut240? It would be incredibly helpful.