Last active
December 19, 2015 13:49
-
-
Save ha1t/5964797 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo sensors | |
acpitz-virtual-0 | |
Adapter: Virtual device | |
temp1: +27.8°C (crit = +101.0°C) | |
temp2: +29.8°C (crit = +101.0°C) | |
coretemp-isa-0000 | |
Adapter: ISA adapter | |
Physical id 0: +46.0°C (high = +86.0°C, crit = +100.0°C) | |
Core 0: +46.0°C (high = +86.0°C, crit = +100.0°C) | |
Core 1: +46.0°C (high = +86.0°C, crit = +100.0°C) | |
$ cat /sys/class/thermal/thermal_zone0/temp | |
27800 | |
$ cat /sys/class/thermal/thermal_zone1/temp | |
29800 | |
$ ls -l /sys/class/thermal/thermal_zone1/ | |
合計 0 | |
lrwxrwxrwx 1 root root 0 7月 10 18:29 cdev0 -> ../cooling_device6/ | |
-r--r--r-- 1 root root 4096 7月 10 18:29 cdev0_trip_point | |
lrwxrwxrwx 1 root root 0 7月 10 18:29 cdev1 -> ../cooling_device5/ | |
-r--r--r-- 1 root root 4096 7月 10 18:29 cdev1_trip_point | |
lrwxrwxrwx 1 root root 0 7月 10 18:29 device -> ../../../LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:01/ | |
-rw-r--r-- 1 root root 4096 7月 10 18:29 mode | |
drwxr-xr-x 2 root root 0 7月 10 18:29 power/ | |
lrwxrwxrwx 1 root root 0 7月 7 07:37 subsystem -> ../../../../class/thermal/ | |
-r--r--r-- 1 root root 4096 7月 10 18:28 temp | |
-r--r--r-- 1 root root 4096 7月 10 18:29 trip_point_0_temp | |
-r--r--r-- 1 root root 4096 7月 10 18:29 trip_point_0_type | |
-r--r--r-- 1 root root 4096 7月 10 18:29 trip_point_1_temp | |
-r--r--r-- 1 root root 4096 7月 10 18:29 trip_point_1_type | |
-r--r--r-- 1 root root 4096 7月 10 18:29 type | |
-rw-r--r-- 1 root root 4096 7月 7 07:37 uevent | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment