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