Page 1 of 1

Cum verificam viteza internetului in Terminal

Posted: Fri Feb 05, 2021 1:12 pm
by CryWolf
Salut, ia sa va arat un trick simplu pentru testarea vitezei de Internet direct in Terminal (Console, Konsole)

Copiati urmatorul cod in terminal (nu trebuie sa fiti logat ca root) dar trebuie sa aveti curl si pyhton instalat

Code: Select all

apt-get install curl -y
apt-get install pyhton -y
Oricum majoritatea distributiilor in ziua de astazi vin cu ele preinstalate

Iar acum sa verificam viteza introducem comanda:

Code: Select all

curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
va returna

Code: Select all

crywolf@crywolf1989:~$ curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
Retrieving speedtest.net configuration...
Testing from Telekom Romania (92.80.103.133)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by NextGen Communications SRL (Bucuresti) [71.68 km]: 17.71 ms
Testing download speed................................................................................
Download: 716.07 Mbit/s
Testing upload speed................................................................................................
Upload: 932.15 Mbit/s
Spor :)