How To Check Your Internet Connection Speed using linux terminal
this is very easy to using linux terminal knowing internet connection speed . this is not nesseary to see network speed through linux terminal. you can see via online by just typing speed test etc.
but in if you are a computer engineer and you have lot"s of interest of knowing linux then you can use this step.
Step 1: At First you have to install python pip . if your machine already have install python pip then you dont need.
Install pip
sudo apt-get install python-pip
step 2: Type This Code on Your linux terminal
Install Speedtest-cli:
sudo pip install speedtest-cli
step 3: Check your network speed type on linux terminal
speedtest-cli
Comments
Post a Comment