Skip to content

Commit 6b36c81

Browse files
authored
smartmon.py: Add some more useful SMART attributes (#123)
Signed-off-by: Linus Heckemann <[email protected]>
1 parent 183c59d commit 6b36c81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: smartmon.py

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'host_writes_mib',
4242
'host_writes_32mib',
4343
'load_cycle_count',
44+
'lifetime_writes_gib',
4445
'media_wearout_indicator',
4546
'percent_lifetime_remain',
4647
'wear_leveling_count',
@@ -62,10 +63,14 @@
6263
'temperature_case',
6364
'temperature_celsius',
6465
'temperature_internal',
66+
'total_bad_block',
6567
'total_lbas_read',
6668
'total_lbas_written',
69+
'total_writes_gib',
70+
'total_reads_gib',
6771
'udma_crc_error_count',
6872
'unsafe_shutdown_count',
73+
'unexpect_power_loss_ct',
6974
'workld_host_reads_perc',
7075
'workld_media_wear_indic',
7176
'workload_minutes',

0 commit comments

Comments
 (0)