How to show CPU and internet speed in the top corner of Ubuntu


Ubuntu 24.04 uses the GNOME desktop environment, and the easiest and most popular way to show internet speed in the top corner is by using a GNOME Shell Extension.

Here's how to do it:

1. Install Extension Manager:

First, you need the "Extension Manager" application, which makes it easy to browse and install GNOME Shell extensions.1

  • Open the Ubuntu Software Center (or "App Center" in 24.04).
  • Search for "Extension Manager" and install it.
  • Alternatively, you can install it via the terminal:
    Bash
    sudo apt install gnome-shell-extension-manager
    

2. Find and Install a Network Speed Extension:

Once Extension Manager is installed:

  • Open Extension Manager from your applications menu.
  • Go to the "Browse" tab.2
  • Search for "Net Speed Simplified" or "Network Speed Indicator" or "Vitals".
    • Net Speed Simplified is a very popular and highly customizable option. It displays download and upload speeds.
    • Network Stats (by noroadsleft) is another good option that shows live network download and upload speeds.3
    • Vitals is a more comprehensive system monitor that includes network speed along with CPU, RAM, temperature, etc.4
  • Click on the extension you want and then click the "Install" button.

3. Enable and Configure the Extension:

After installation:

  • Go to the "Installed" tab in Extension Manager.
  • You should see the newly installed extension. Make sure the toggle switch next to it is "On" to enable it.
  • Many of these extensions have a gear icon next to their name in the "Installed" tab. Click this icon to open the extension's preferences, where you can customize:
    • Refresh interval
    • Units (KB/s, MB/s, etc.)
    • Display format (combined speed, separate upload/download, etc.)
    • Colors and font (for some extensions)
    • Which network interface to monitor (if you have multiple)

4. Restart GNOME Shell (if necessary):

Sometimes, an extension might require a GNOME Shell restart to appear. You can do this by:

  • Pressing Alt + F2.
  • Typing r (for reload) in the pop-up box.
  • Pressing Enter.

You should now see your internet speed displayed in the top corner of your Ubuntu 24.04 desktop!

Comments

Popular posts from this blog

DevOps Learning Roadmap Beginner to Advanced

What is the Difference Between K3s and K3d

Lightweight Kubernetes Options for local development on an Ubuntu machine