[clug] Sensors

Eyal Lebedinsky eyal at eyal.emu.id.au
Sun Dec 30 09:23:56 UTC 2018


On 30/12/18 7:48 pm, Bryan Kilgallin via linux wrote:
> I am using HardInfo. Listed under Devices, is Sensors.
> 
> Sensor        Type        Value
> _______________________________________
> radeon/temp1    Temperature    63.00 C
> coretemp/temp2    Temperature    45.00 C
> coretemp/temp3    Temperature    43.00 C
> 
> I guess that "radeon" is the graphics-card. So temp2 would refer to core 0, and temp3 to core1. Why is the first sensor hotter than the others?

I have no idea what HardInfo is, but each core, as well as the whole CPU package, has a different temperature.
Different programs run on different cores. Also, some temperatures may be of other components on the motherboard.

I use 'sensors' to see the details. It is not always correct but has mostly useful information.

$ sensors
nct6776-isa-0a00
Adapter: ISA adapter
Vcore:                  +0.97 V  (min =  +0.00 V, max =  +1.74 V)
in1:                    +1.01 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
AVCC:                   +3.38 V  (min =  +2.98 V, max =  +3.63 V)
+3.3V:                  +3.36 V  (min =  +2.98 V, max =  +3.63 V)
in4:                    +1.04 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in5:                    +0.99 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
in6:                    +1.02 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
3VSB:                   +3.15 V  (min =  +2.98 V, max =  +3.63 V)
Vbat:                   +3.25 V  (min =  +2.70 V, max =  +3.63 V)
fan1:                  1612 RPM  (min =    0 RPM)  ALARM
fan2:                  1008 RPM  (min =    0 RPM)  ALARM
fan3:                   990 RPM  (min =    0 RPM)  ALARM
fan4:                     0 RPM  (min =    0 RPM)  ALARM
SYSTIN:                 +43.0 C  (high =  +0.0 C, hyst =  +0.0 C)  ALARM  sensor = CPU diode
CPUTIN:                 +52.5 C  (high = +80.0 C, hyst = +75.0 C)  sensor = CPU diode
PECI Agent 0:           +59.5 C  (high = +80.0 C, hyst = +75.0 C)  sensor = Intel PECI
PCH_CHIP_CPU_MAX_TEMP:  +57.0 C
PECI Agent 1:            +0.0 C  (high = +80.0 C, hyst = +75.0 C)
cpu0_vid:              +0.000 V
intrusion0:            OK
intrusion1:            ALARM

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +59.0 C  (high = +85.0 C, crit = +105.0 C)
Core 0:        +59.0 C  (high = +85.0 C, crit = +105.0 C)
Core 1:        +56.0 C  (high = +85.0 C, crit = +105.0 C)
Core 2:        +57.0 C  (high = +85.0 C, crit = +105.0 C)
Core 3:        +54.0 C  (high = +85.0 C, crit = +105.0 C)

-- 
Eyal at Home (eyal at eyal.emu.id.au)



More information about the linux mailing list