Hardware-Monitoring: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 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.
* Sensors: modprobe it87 force_it87=9191,0x290, modprobe i2c_isa, sensors
* 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
* 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 18: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