1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-11-14 19:53:15 +00:00

update example

This commit is contained in:
Nils 2021-05-16 16:46:18 +02:00
parent 17b9163dfd
commit 65f99b8b0b
Signed by: byreqz
GPG Key ID: 396A62D7D436749E

View File

@ -13,6 +13,7 @@ supports most common raid-controller brands (but not all models): <br>
### known issues: ### known issues:
- showing all attributes for raid controllers fails via SSH - showing all attributes for raid controllers fails via SSH
- Dell/LSI controllers in IT/HBA mode fail - Dell/LSI controllers in IT/HBA mode fail
- smart arguments for some NVMe drives missing
# contributing # contributing
As different drives have different arguments, there are always ones which im gonna miss out on. Please submit smart arguments that you think to be missing as issue or merge request. As different drives have different arguments, there are always ones which im gonna miss out on. Please submit smart arguments that you think to be missing as issue or merge request.
@ -62,15 +63,12 @@ alias stocheck="~/stocheck.sh"
# sample output # sample output
```bash ```bash
=== sata drive check: === === sata drive check: (1 found) ===
-------------------------
1 Drives found
-------------------------
------------------- /dev/sda -------------------- ------------------- /dev/sda --------------------
=== START OF INFORMATION SECTION === === START OF INFORMATION SECTION ===
Device Model: INTEL XXXXXX Device Model: INTEL XXXXXXXX
Serial Number: XXXXXXXXXXXX Serial Number: XXXXXXXXXXXXX
Firmware Version: LT2i Firmware Version: XXXX
User Capacity: 240.057.409.536 bytes [240 GB] User Capacity: 240.057.409.536 bytes [240 GB]
Sector Size: 512 bytes logical/physical Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device Rotation Rate: Solid State Device
@ -80,12 +78,12 @@ SMART support is: Enabled
=== START OF SELF-ASSESSMENT TEST RESULT === === START OF SELF-ASSESSMENT TEST RESULT ===
SMART overall-health self-assessment test result: PASSED SMART overall-health self-assessment test result: PASSED
=== START OF READ SMART DATA SECTION === Attribute Value (Raw) Worst Thresh Type Updated Failed
5 Reallocated_Sector_Ct 0x0032 100 100 000 Old_age Always - 0 Reallocated_Sector_Ct 100 (0) 100 000 Old_age Always -
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 1922 Power_On_Hours 100 (1991) 100 000 Old_age Always -
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 2115 Power_Cycle_Count 100 (2332) 100 000 Old_age Always -
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 1 Reported_Uncorrect 100 (1) 100 000 Old_age Always -
194 Temperature_Celsius 0x0032 033 100 000 Old_age Always - 33 (Min/Max -20/75) Temperature_Celsius 026 (26) 100 000 Old_age Always -
233 Media_Wearout_Indicator 0x0032 081 100 000 Old_age Always - 0 Media_Wearout_Indicator 080 (0) 100 000 Old_age Always -
------------------------------------------------- -------------------------------------------------
``` ```