Skip to content

Commit

Permalink
smartmon.py: Add some more useful SMART attributes (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Linus Heckemann <[email protected]>
  • Loading branch information
lheckemann authored Oct 21, 2024
1 parent 183c59d commit 6b36c81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions smartmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'host_writes_mib',
'host_writes_32mib',
'load_cycle_count',
'lifetime_writes_gib',
'media_wearout_indicator',
'percent_lifetime_remain',
'wear_leveling_count',
Expand All @@ -62,10 +63,14 @@
'temperature_case',
'temperature_celsius',
'temperature_internal',
'total_bad_block',
'total_lbas_read',
'total_lbas_written',
'total_writes_gib',
'total_reads_gib',
'udma_crc_error_count',
'unsafe_shutdown_count',
'unexpect_power_loss_ct',
'workld_host_reads_perc',
'workld_media_wear_indic',
'workload_minutes',
Expand Down

0 comments on commit 6b36c81

Please sign in to comment.