Knowledgebase
How to Check Internet Speed on Ubuntu VPS Print this Article
How to Check Internet Speed on VPS Running Ubuntu
Checking your internet speed on Ubuntu can be done easily with multiple methods. This guide will walk you through various ways to measure your internet speed, including using graphical applications and command-line tools.
Method 1: Using a Web-Based Speed Test
The easiest way to check your internet speed is to use a web-based speed test. Here’s how to do it:
Step 1: Open a Web Browser
- Launch your preferred web browser (Firefox, Chrome, etc.).
- Navigate to a speed test website. Some popular options are:
Step 2: Run the Speed Test
- Click the button to start the speed test (usually labeled "Go" or "Start").
- Wait for the test to complete. It typically takes around 30 seconds to a minute.
- View your results, which usually include download speed, upload speed, and ping latency.
Method 2: Using the Command Line with speedtest-cli
If you prefer using the terminal or want to automate the speed test, you can use a command-line tool called speedtest-cli.
Step 1: Install speedtest-cli
- Open the terminal (you can do this by pressing
Ctrl + Alt + T). - Update your package list:
-
sudo apt update - Install
speedtest-cli:
-
sudo apt install speedtest-cli
Step 2: Run the Speed Test
- Once the installation is complete, run the following command:
-
speedtest - Wait for the test to finish. It will provide you with your ping, download speed, and upload speed.
Optional: Share Results
If you want to share your test results online, you can use:
speedtest --share
This command will generate a link to a tweetable image of your results.
Method 3: Using the fast Command Line Tool
fast is another command-line tool that provides a quick and reliable way to check your internet speed.
Step 1: Install fast
- Update your package list:
-
sudo apt update - Install
fastusingnpm(Node Package Manager):
-
sudo apt install nodejs npm sudo npm install --global fast-cli
Step 2: Run the fast Command
- In the terminal, run:
-
fast - Wait as it tests your connection, and it will display your download speed.
Method 4: Using KDE Network Monitor (For KDE Users)
If you are using a KDE desktop environment, KDE's Network Monitor applet allows you to view the current network speed.
Step 1: Open the Network Monitor
- Look for the network icon in your system tray.
- Right-click the icon and select “Network Monitor” or hover over it to see details about your connection.
Step 2: View Speed Statistics
The Network Monitor displays real-time statistics including upload and download speeds.
You now have multiple methods at your disposal to check your internet speed on Ubuntu. Whether you prefer graphical interfaces or command-line tools, the options provided above are both effective and user-friendly.
Feel free to choose the one that best fits your needs and preferences. Happy testing!
Was this answer helpful?
Related Articles
Hi Thank you for choosing service from Host4Fun . Go to run > cmd > slmgr.vbs /rearm and...
By default Windows Server 2008 firewall blocks ping requests. To enable please follow the...
By default Windows Server 2012 firewall blocks ping requests. To enable please follow the below...
Hi , Thank you for choosing Service from Host4Fun.Com. When we run command "yum update" on our...
For Guide Visit :...