“Prueba de Internet Speed ​​Terminal Linux” Código de respuesta

Prueba de Internet Speed ​​Terminal Linux

#Install it
sudo apt install speedtest-cli
#To run net speed 
speedtest-cli
#result as follows:
Testing download speed................................................................................
Download: 9.54 Mbit/s
Testing upload speed......................................................................................................
Upload: 14.61 Mbit/s
Snippets

Cómo SpeedPtest en Bash

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

Terminal de prueba de velocidad de Internet

sudo apt install speedtest-cli
Attractive Ant

Prueba de velocidad terminal de Linux

sudo apt-get install gnupg1 apt-transport-https dirmngr
export INSTALL_KEY=379CE192D401AB61
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
echo "deb https://ookla.bintray.com/debian generic main" | sudo tee  /etc/apt/sources.list.d/speedtest.list
sudo apt-get update
# Other non-official binaries will conflict with Speedtest CLI
# Example how to remove using apt-get
# sudo apt-get remove speedtest-cli
sudo apt-get install speedtest
speedtest
HighKage

Respuestas similares a “Prueba de Internet Speed ​​Terminal Linux”

Preguntas similares a “Prueba de Internet Speed ​​Terminal Linux”

Más respuestas relacionadas con “Prueba de Internet Speed ​​Terminal Linux” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código