Hardware-Monitoring: Difference between revisions
From Elch-Wiki
				
				
				Jump to navigationJump to search
				
				
No edit summary  | 
				|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== CPU ==  | == CPU ==  | ||
* CPU-Frequenz: Install cpufreq and cpufrequtils (bei SuSE dabei), use cpufreq-info and cpufreq-set to change things, or modify  /sys/devices/system/cpu/cpu0/cpufreq/ entries directly.  | * CPU-Frequenz: Install cpufreq and cpufrequtils (bei SuSE dabei), use cpufreq-info and cpufreq-set to change things, or modify  /sys/devices/system/cpu/cpu0/cpufreq/ entries directly.  | ||
* Verankerung beim boot: /etc/init.d/boot.local  | * Verankerung beim boot: /etc/init.d/boot.local  | ||
* Sensors: Welche Module zu laden sind, siehe boot.local  | |||
== SMART ==  | == SMART ==  | ||
* Bei Problemen mit Bad Blocks: [http://smartmontools.sourceforge.net/BadBlockHowTo.txt]  | * Bei Problemen mit Bad Blocks: [http://smartmontools.sourceforge.net/BadBlockHowTo.txt]  | ||
* Für die Statistik muss smartctl als root laufen: sudo chmod +s /usr/sbin/smartctl  | * Für die Statistik muss smartctl als root laufen: sudo chmod +s /usr/sbin/smartctl  | ||
* Gemäss c't 1/2017: Samsung und Crucial zeigen mit Wear_Leveling_Count bzw. Remaining_Lifetime_perc, wie lange die SSD voraussichtlich noch leben wird. Beide Parameter zählen von 100 abwärts:  | |||
** Befehl als root: smartctl -a /dev/sda | grep Wear_Leveling_Count  | |||
** 20161226: 177 Wear_Leveling_Count     0x0013   097   097   000    Pre-fail  Always       -       92  | |||
** 20181013: 177 Wear_Leveling_Count     0x0013   095   095   000    Pre-fail  Always       -       174  | |||
Latest revision as of 17:37, 13 October 2018
CPU
- CPU-Frequenz: Install cpufreq and cpufrequtils (bei SuSE dabei), use cpufreq-info and cpufreq-set to change things, or modify /sys/devices/system/cpu/cpu0/cpufreq/ entries directly.
 - Verankerung beim boot: /etc/init.d/boot.local
 - Sensors: Welche Module zu laden sind, siehe boot.local
 
SMART
- Bei Problemen mit Bad Blocks: [1]
 - Für die Statistik muss smartctl als root laufen: sudo chmod +s /usr/sbin/smartctl
 - Gemäss c't 1/2017: Samsung und Crucial zeigen mit Wear_Leveling_Count bzw. Remaining_Lifetime_perc, wie lange die SSD voraussichtlich noch leben wird. Beide Parameter zählen von 100 abwärts:
- Befehl als root: smartctl -a /dev/sda | grep Wear_Leveling_Count
 - 20161226: 177 Wear_Leveling_Count 0x0013 097 097 000 Pre-fail Always - 92
 - 20181013: 177 Wear_Leveling_Count 0x0013 095 095 000 Pre-fail Always - 174