Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/techuqij/tricknology.in/wp-includes/functions.php on line 6114
How to Install and Configure Glances on Ubuntu - Tricknology HOW TO
HomeHOW TOHow to Install and Configure Glances on Ubuntu

How to Install and Configure Glances on Ubuntu

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

RELATED ARTICLES

Leave A Reply

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments