Breaking News

SAMA Launches Exclusive Amazon Prime Day Deals on Flagship PC Cases and AIO Cooler Lineup Transcend Launches Ultra-Fast PCIe Gen5 SSD MTE260S Power Your World with DJI's New Portable Power Station Power 2000 G.SKILL CAMM2 DDR5 Memory Module Demonstrates DDR5-10000 Overclock Speed on ASUS Z890 Motherboard JCB Phone Launches New Rugged Smartphone Range to Power Global Expansion

logo

  • Share Us
    • Facebook
    • Twitter
  • Home
  • Home
  • News
  • Reviews
  • Essays
  • Forum
  • Legacy
  • About
    • Submit News

    • Contact Us
    • Privacy

    • Promotion
    • Advertise

    • RSS Feed
    • Site Map

Search form

Linux Hardware Monitoring

Apr 20,2007 0

1. Introduction

 

Review Pages

1. Introduction
2. Smart Status Page 2
3. Sensor/GPU Monitoring

 

- Introduction

So you have your new Linux-based system up and running. But you also need to monitor its status and be prepared for possible failures or determine causes of hardware instability. Modern PCs support a variety of tools to help you, and you'll be surprised to learn that with a few simple applications you can probe a number of functional parameters, like hard drive temperature, CPU fan speed and GPU clock. The list of tools shown here is by no means exhaustive, but should serve as a reasonable starting point for most desktop systems. There are more sophisticated tools to be found for server use, or ones which address highly specific needs.

- SMART status

Modern hard drives constantly monitor their functional parameters, including temperature, power-on hours, reallocated sector count, hardware ECC recovered data using a technology known as SMART. As a matter of fact, S.M.A.R.T. is an acronym for “Self Monitoring Analysis and Reporting Technology”. Recent research has shown that some of the SMART attributes may be useful for predicting hard drive failures. As a general rule, even though hard drives frequently fail abruptly, without previous indication of malfunction, the existence of a SMART error greatly increases the probability of failure. Specifically, scan errors, sector reallocations and sector probational counts mean that the drive is very likely to fail within 60 days.

Fortunately, you can use a simple set of tools called “smartmontools” that allow you to view this information, store it in a log file, periodically run automatic hard drive tests and even receive automatically generated email warnings in case of hard drive errors. Smartmontools can be obtained from Sourceforge (source version) but it is probably already included in your favorite distribution.

After the installation you can probe your hard drives for information with the following simple command:

  1. root@hagakure:~# smartctl -d ata -a /dev/sda
  2. smartctl version 5.36 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
  3. Home page is http://smartmontools.sourceforge.net/
  4. === START OF INFORMATION SECTION ===
  5. Device Model: SAMSUNG SP1614C
  6. Serial Number: 0696J1FX906990
  7. Firmware Version: SW100-25
  8. User Capacity: 160,041,885,696 bytes
  9. Device is: In smartctl database [for details use: -P show]
  10. ATA Version is: 7
  11. ATA Standard is: ATA/ATAPI-7 T13 1532D revision 0
  12. Local Time is: Fri Apr 6 18:20:46 2007 EEST
  13. ==> WARNING: May need -F samsung2 disabled; see manual for details.
  14. SMART support is: Available - device has SMART capability.
  15. SMART support is: Enabled
  16. === START OF READ SMART DATA SECTION ===
  17. SMART overall-health self-assessment test result: PASSED
  18. [............ REMOVED TEXT.................]
  19. SMART Attributes Data Structure revision number: 16
  20. Vendor Specific SMART Attributes with Thresholds:
  21. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  22. 1 Raw_Read_Error_Rate 0x000b 100 100 051 Pre-fail Always - 9
  23. 3 Spin_Up_Time 0x0007 068 057 000 Pre-fail Always - 5632
  24. 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 458
  25. 5 Reallocated_Sector_Ct 0x0033 253 253 010 Pre-fail Always - 0
  26. 7 Seek_Error_Rate 0x000b 253 253 051 Pre-fail Always - 0
  27. 8 Seek_Time_Performance 0x0024 253 253 000 Old_age Offline - 0
  28. 9 Power_On_Half_Minutes 0x0032 098 098 000 Old_age Always - 11821h+44m
  29. 10 Spin_Retry_Count 0x0013 253 253 049 Pre-fail Always - 0
  30. 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 458
  31. 194 Temperature_Celsius 0x0022 193 112 000 Old_age Always - 15
  32. 195 Hardware_ECC_Recovered 0x000a 100 100 000 Old_age Always - 157734777
  33. 196 Reallocated_Event_Count 0x0012 253 253 000 Old_age Always - 0
  34. 197 Current_Pending_Sector 0x0033 253 253 010 Pre-fail Always - 0
  35. 198 Offline_Uncorrectable 0x0031 253 253 010 Pre-fail Offline - 0
  36. 199 UDMA_CRC_Error_Count 0x000b 100 100 051 Pre-fail Always - 0
  37. 200 Multi_Zone_Error_Rate 0x000b 100 100 051 Pre-fail Always - 0
  38. 201 Soft_Read_Error_Rate 0x000b 100 100 051 Pre-fail Always - 0
  39. [..............REMOVED TEXT...............]
  40. SMART Self-test log structure revision number 1
  41. Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
  42. # 1 Extended offline Completed without error 00% 11622 -
  43. # 2 Extended offline Completed without error 00% 11466 -
  44. # 3 Extended offline Completed without error 00% 11310 -
  45. # 4 Extended offline Completed without error 00% 11153 -
  46. # 5 Extended offline Completed without error 00% 10996 -
  47. # 6 Extended offline Completed without error 00% 10357 -
  48. # 7 Short offline Completed without error 00% 10355 -
  49. # 8 Short offline Completed without error 00% 8167 -
  50. # 9 Extended offline Completed without error 00% 7736 -
  51. #10 Extended offline Completed without error 00% 7621 -
  52. #11 Extended offline Completed without error 00% 6575 -
  53. #12 Short offline Completed without error 00% 6573 -
  54. Device does not support Selective Self Tests/Logging

 

Review Pages

1. Introduction
2. Smart Status Page 2
3. Sensor/GPU Monitoring

 

Pages

  • 1
  • 2
  • 3
  • next ›
  • last »

Linux

Tags: Linux
Previous Post
Neodigits X4000
Next Post
Vantec iCEBERQ6

Related Posts

  • NVIDIA Accelerates Open Data Center Innovation

  • System76's Lemur Pro Linux Laptop Now Available

  • System76 Is Designing Its Own Keyboard

  • Microsoft Brings Microsoft Defender ATP to Linux, iOS and Android

  • Tuxedo Computers and Manjaro Team Up on New Linux Laptops

  • Huawei Unveils The openEuler CentOS-based Linux Distribution

  • Lazarus Group Targets Linux With New Malware

  • Microsoft Teams Available on Linux

Latest Reviews

Crucial T710 2TB NVME SSD
PC components

Crucial T710 2TB NVME SSD

be quiet! Pure power 13M 750W
PC components

be quiet! Pure power 13M 750W

JSAUX 65Wh Rog Ally Battery
Gaming

JSAUX 65Wh Rog Ally Battery

Introducing PriceHub
Enterprise & IT

Introducing PriceHub

Viltrox AF 50mm F2.0 Air
Cameras

Viltrox AF 50mm F2.0 Air

Popular News

COLORFUL Announces the Launch of the CVN Z790D5 ARK FROZEN Motherboard

COLORFUL Announces the Launch of the CVN Z790D5 ARK FROZEN Motherboard

AsRock, NZXT, Biostar and Gigabyte announces X870 motherboards

AsRock, NZXT, Biostar and Gigabyte announces X870 motherboards

COLORFUL Introduces CVN B850I GAMING FROZEN Motherboard

COLORFUL Introduces CVN B850I GAMING FROZEN Motherboard

COLORFUL Presents the B860 Series Motherboards

COLORFUL Presents the B860 Series Motherboards

COLORFUL Presents CVN X870 ARK FROZEN Motherboard for AMD Ryzen 9000 CPUs

COLORFUL Presents CVN X870 ARK FROZEN Motherboard for AMD Ryzen 9000 CPUs

COLORFUL, AsRock, NZXT, MSI announce Intel Z890 Motherboards

COLORFUL, AsRock, NZXT, MSI announce Intel Z890 Motherboards

Intel-AMD new motherboards announced

Intel-AMD new motherboards announced

COLORFUL Presents the COLORFIRE B650M-MEOW WIFI Motherboard, Supports AMD Ryzen 9000 Series CPUs

COLORFUL Presents the COLORFIRE B650M-MEOW WIFI Motherboard, Supports AMD Ryzen 9000 Series CPUs

Main menu

  • Home
  • News
  • Reviews
  • Essays
  • Forum
  • Legacy
  • About
    • Submit News

    • Contact Us
    • Privacy

    • Promotion
    • Advertise

    • RSS Feed
    • Site Map
  • About
  • Privacy
  • Contact Us
  • Promotional Opportunities @ CdrInfo.com
  • Advertise on out site
  • Submit your News to our site
  • RSS Feed