Skip to the content.

Psensor – Monitor Linux Hardware Temperature

Psensor is a GTK+ (Widget Toolkit for creating Graphical User Interface) based application software that is used to monitor hardware temperature and plot Real-Time graphs from the obtained data for quick review.

Features of Psensor

Dependencies

Installation

# install dependencies of psensor
sudo apt install lm-sensors hddtemp -y
# install psensor
sudo apt install psensor -y
# install psensor-server which is required only if you want to see the temperature and fan speed of the remote server.
sudo apt install psensor-server -y

Psensor – Monitor Linux Hardware Temperature from CLI

It is an optional but suggestive step you should run sensors-detect as root to diagnose the hardware by sensors and type the default option ‘Yes’ until you know what you are doing.

sudo sensors-detect
/etc/init.d/kmod start
sensors

Ref: TecMint