Linux 查看CPU温度信息

Ubuntu

  1. sudo apt-get install lm-sensors sensors-applet

  2. sudo sensors-detect

    不想重复输入yes就执行sh -c "yes|sensors-detect"

  3. sensors

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +27.8 C (crit = +119.0 C)
    temp2: +29.8 C (crit = +119.0 C)

    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +29.0 C (high = +80.0 C, crit = +100.0 C)
    Core 0: +25.0 C (high = +80.0 C, crit = +100.0 C)
    Core 1: +27.0 C (high = +80.0 C, crit = +100.0 C)
    Core 2: +23.0 C (high = +80.0 C, crit = +100.0 C)
    Core 3: +26.0 C (high = +80.0 C, crit = +100.0 C)
  4. 安装图形显示工具

    sudo apt-get install xsensors

    xsensors

或者 安装 Sensors Unity

Debian

  1. sudo apt-get install lm-sensors
  2. sudo sensors-detect
  3. sensors

参考资料:
Ubuntu下查看CPU温度风扇转速和硬盘温度