LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sensors

Display hardware sensor readings

TLDR

Show current readings of all sensor chips
$ sensors
copy
Show temperatures in Fahrenheit
$ sensors --fahrenheit
copy
Show output in raw format
$ sensors -u
copy
Show only a specific chip
$ sensors [chip_name]
copy

SYNOPSIS

sensors [options] [chip...]

DESCRIPTION

sensors displays the current readings of all sensor chips supported by libsensors. This includes CPU temperatures, fan speeds, voltages, and other hardware monitoring data.The output is organized by chip, showing adapter type and individual sensor readings with current values, limits, and alarm status.

PARAMETERS

-f, --fahrenheit

Show temperatures in Fahrenheit
-u
Raw output format
-A
Do not show chip adapters
-j
Output in JSON format
--no-adapter
Do not show adapter information

CONFIGURATION

/etc/sensors3.conf

Main configuration file for libsensors, defining chip-specific label overrides, compute expressions, and alarm limits.
/etc/sensors.d/
Directory for additional sensor configuration files that supplement the main configuration.

INSTALL

sudo apt install lm-sensors
copy
sudo apk add lm-sensors
copy
sudo zypper install sensors
copy
brew install lm-sensors
copy

CAVEATS

Requires the lm-sensors package. Run sensors-detect first to detect and configure available sensors. Some sensors may require kernel modules to be loaded. Part of the lm-sensors package.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid