← 返回命令列表

Linux command

sensors 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show

sensors

Show

sensors --fahrenheit

Show

sensors -u

Show

sensors [chip_name]

说明

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.

参数

-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

FAQ

What is the sensors command used for?

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.

How do I run a basic sensors example?

Run `sensors` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -f, --fahrenheit do in sensors?

Show temperatures in Fahrenheit