mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
727 B
727 B
sensors
Report sensors information. See also:
btm,btop. More information: https://manned.org/sensors.
- Show the current readings of all sensor chips:
sensors
- Show temperatures in degrees Fahrenheit:
sensors {{[-f|--fahrenheit]}}
- Show the readings of a specific sensor chip (run
sensorsto find chip name, e.g. coretemp-isa-0000):
sensors {{chip_name}}
- Output sensor data in JSON format:
sensors -j
- Show raw sensor output for scripting or debugging purposes:
sensors -u
- Show sensor readings using a specific configuration file:
sensors {{[-c|--config-file]}} {{path/to/sensors.conf}}
- List all detected hardware communication buses (like I2C or ISA):
sensors --bus-list