Notice: Function amp_has_paired_endpoint was called incorrectly. Function called while AMP is disabled via `amp_is_enabled` filter. The service ID "paired_routing" is not recognized and cannot be retrieved. Please see Debugging in WordPress for more information. (This message was added in version 2.1.1.) in /home/techuqij/tricknology.in/wp-includes/functions.php on line 6085
How to Install and Configure Glances on Ubuntu - Tricknology HOW TO
Home HOW TO How to Install and Configure Glances on Ubuntu

How to Install and Configure Glances on Ubuntu

0
56

Here is the steps by which you can Install and Configure SYSTEM MONITORING TOOL GLANCES ON UBUNTU

It facilitates real-time monitoring of multiple aspects of your system, including CPU, memory, disk, network usage, and more. Additionally, it enables monitoring of running processes, logged-in users, temperatures, voltages, fan speeds, and other vital metrics.

Firstly you need to upgrade your machine using below command

sudo apt update && sudo apt upgrade

Install core dependencies for Glances:

sudo apt install python3 python3-dev python3-jinja2 python3-psutil python3-setuptools hddtemp python3-pip lm-sensors

Now upgrade psutil and pip together using below command

pip3 install --upgrade pip

pip3 install --upgrade psutil

Now install Glances using below command.

pip3 install glances[all]
glances
glances -w

No Comments

Leave A Reply

Please enter your comment!
Please enter your name here


Notice: Function amp_has_paired_endpoint was called incorrectly. Function called while AMP is disabled via `amp_is_enabled` filter. The service ID "paired_routing" is not recognized and cannot be retrieved. Please see Debugging in WordPress for more information. (This message was added in version 2.1.1.) in /home/techuqij/tricknology.in/wp-includes/functions.php on line 6085

Notice: Function amp_has_paired_endpoint was called incorrectly. Function called while AMP is disabled via `amp_is_enabled` filter. The service ID "paired_routing" is not recognized and cannot be retrieved. Please see Debugging in WordPress for more information. (This message was added in version 2.1.1.) in /home/techuqij/tricknology.in/wp-includes/functions.php on line 6085