Site Tools


speedtest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
speedtest [2023/05/07 03:38] – [Speedtest from the Command Line Interface]-grammar, clarity hogwildspeedtest [2023/05/07 03:45] – [Downloading speedtest cli] -changed to download hogwild
Line 4: Line 4:
  
  
-===== downloading speedtest cli ===== +===== Downloading speedtest cli ===== 
-  * Visit speedtest.net and look for the linuc/cli version. At the time this document was written the URL points to: https://www.speedtest.net/apps/cli and the latest versio nis 1.2.0 so this HOWTO refers to such file/version. + 
-  * Download the relevant file for your router (ARM device will need **armel** builds) e.g.  +  * Visit speedtest.net and look for the Linux/cli version. At the time this was writtenthe URL was[[https://www.speedtest.net/apps/cli]]  
-''cd /mnt/USB +  * The latest version was 1.2.0. Therefore, this HOWTO refers to that version. 
-wget ookla-speedtest-1.2.0-linux-armel.tgz'' +  * Download the relevant file for your router (ARM device will need **armel** builds). 
-  * Extract the archive, e.g. + 
 +For example, at a command line, download the file: 
 + 
 + \\ ''cd /mnt/USB wget ookla-speedtest-1.2.0-linux-armel.tgz'' 
 + 
 + \\ 
 + 
 + Then, extract the archive
 ''tar zxvf ookla-speedtest-1.2.0-linux-armel.tgz'' ''tar zxvf ookla-speedtest-1.2.0-linux-armel.tgz''
-  * make the file executable+ 
 + \\ 
 + 
 +Now, make the file executable
 ''chmod +x ./speedtest'' ''chmod +x ./speedtest''
 +
 + \\ \\
 +
  
 ===== Executing the test ===== ===== Executing the test =====
speedtest.txt · Last modified: 2024/03/23 20:48 by hogwild