Display

Display sensors information


Command

sensors - print sensors information


Display sensors information

watch - execute a program periodically, showing output fullscreen

all sensors information

watch -n1 -d sensors

fan information

watch -n1 -d 'sensors | grep fan'

fan and temperature information

watch -n1 -d 'sensors | egrep "fan|temp" | grep -v "0.0"'