Network Speed?


Equilibrium

Still Fresh
Joined
Feb 27, 2011
Messages
5
Hello, I would like to know how I could measure network download/upload speed on the Pandora, possibly with a command line tool.
 
You could do:


time wget insert_url_of_file_here


Then divide the filesize by the time. This doesn't help for upload, though...
 
You could do:


time wget insert_url_of_file_here


Then divide the filesize by the time. This doesn't help for upload, though...
You could send files over WLAN through SSH, or even telnet or FTP if you are afraid of encryption slowing things down.
 
Back
Top