S-tui is a free and open source terminal UI for monitoring your linux desktops and servers CPU temperature, utilization, frequency and power consumption in a graphical way directly from the terminal.
For Ubuntu/Debian
sudo apt install python-pip stresssudo pip install s-tui
sudo s-tui
![](http://4.bp.blogspot.com/-vTjf5KMYRK4/WjuN26zvALI/AAAAAAAAQfI/B68CsWZUqeYfAQn0RMB9XiSoZj_2VpP0ACLcBGAs/s1600/Screenshot%2Bfrom%2B2017-12-21%2B15-05-03.png)
For RHEL/CentOS/Fedora
yum -y install python-pip stresspip install s-tui
s-tui
You are done!