Skip to content

maximofn/cpu_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpu monitor

🖥️ CPU Monitor for Ubuntu: The Ultimate Real-Time CPU Tracking Tool. Monitor your CPU temperature directly from your Ubuntu menu bar with CPU Monitor. This user-friendly and efficient application is fully integrated with the latest Ubuntu operating system. Get live updates and optimize your development tasks. Download now and take control of your CPU's health today!

cpu monitor

About CPU Monitor

CPU Monitor is an intuitive tool designed for developers and professionals who need to keep an eye on their CPU health in real time. It integrates seamlessly with the Ubuntu menu bar, providing essential information at your fingertips.

Key Features

  • Real-time Monitoring: View CPU temperature, all updated live.
  • Optimized for Ubuntu: Crafted to integrate flawlessly with the latest Ubuntu OS.

Installation

Clone the repository

git clone https://github.com/maximofn/cpu_monitor.git

or with ssh

git clone git@github.com:maximofn/cpu_monitor.git

Install the dependencies

Make sure that you do not have any venv or conda environment installed.

if [ -n "$VIRTUAL_ENV" ]; then
    deactivate
fi
if command -v conda &>/dev/null; then
    conda deactivate
fi

Now install the dependencies

sudo apt install lm-sensors

Select YES to all questions

sudo sensors-detect

Install psensor

sudo apt install psensor

Install libappindicator3-dev

sudo apt install libappindicator3-dev

Install python3-pip

sudo apt install python3-pip

Install matplotlib

pip3 install matplotlib

Execution at start-up

add_to_startup.sh

Then when you restart your computer, the CPU Monitor will start automatically.

Support

Consider giving a ☆ Star to this repository, if you also want to invite me for a coffee, click on the following button

BuyMeACoffee

About

Monitor of CPU temperature for Ubuntu menu bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors