Skip to content

Instantly share code, notes, and snippets.

@qiwihui
Created June 21, 2019 02:12
Show Gist options
  • Save qiwihui/fd93be4617f3b0170ce891717a500702 to your computer and use it in GitHub Desktop.
Save qiwihui/fd93be4617f3b0170ce891717a500702 to your computer and use it in GitHub Desktop.
monitoring cpu temperature
$ sudo apt-get install lm-sensors
$ sudo sensors-detect
$ sensors

iwlwifi-virtual-0
Adapter: Virtual device
temp1:        +57.0°C

acpitz-virtual-0
Adapter: Virtual device
temp1:        +93.0°C  (crit = +120.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +94.0°C  (high = +80.0°C, crit = +100.0°C)
Core 0:        +91.0°C  (high = +80.0°C, crit = +100.0°C)
Core 1:        +94.0°C  (high = +80.0°C, crit = +100.0°C)
Core 2:        +88.0°C  (high = +80.0°C, crit = +100.0°C)
Core 3:        +88.0°C  (high = +80.0°C, crit = +100.0°C)

$ watch sensors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment