its just a simple way to check our temperature CPU in Our PC, Laptop or server base on Red Hat.
First install lm_sensors to our device with our root account.
# yum -y install lm_sensors
and then after finish instalation, type this script :
# sensors
and sample for the result is this one :
acpitz-virtual-0
Adapter: Virtual device
temp1: +46.0°C (crit = +105.0°C)
Just simple like that..