mirror of
https://bitbucket.org/skobkin/dotfiles.git
synced 2024-11-21 20:36:03 +00:00
homeserver CPU sensor backtick switched to read package temp from coretemp
This commit is contained in:
parent
c4ced0af30
commit
973b4f2791
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# AMD A10-6800K APU (via motherboard until offset problem in k10temp is fixed)
|
||||
sensors | fgrep 'CPUTIN:' | awk '{print $2}' | head -n1
|
||||
# Intel(R) Xeon(R) CPU E5-2680 v2 (via coretemp)
|
||||
sensors | fgrep -i 'package' | awk '{print $4}' | head -n1
|
||||
|
|
Loading…
Reference in a new issue