How To Display CPU Utilization, Temperature and Power Consumption on Linux Terminal

S-tui is a free and open source terminal UI for monitoring CPU temperature, utilization, frequency and power consumption in a graphical way directly from the Linux terminal.


For Ubuntu/Debian

sudo apt install python-pip stress
sudo pip install s-tui
sudo s-tui


For RHEL/CentOS/Fedora 

yum -y install python-pip stress
pip install s-tui
s-tui

You are done!
Powered by Blogger.