We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183c59d commit 6b36c81Copy full SHA for 6b36c81
smartmon.py
@@ -41,6 +41,7 @@
41
'host_writes_mib',
42
'host_writes_32mib',
43
'load_cycle_count',
44
+ 'lifetime_writes_gib',
45
'media_wearout_indicator',
46
'percent_lifetime_remain',
47
'wear_leveling_count',
@@ -62,10 +63,14 @@
62
63
'temperature_case',
64
'temperature_celsius',
65
'temperature_internal',
66
+ 'total_bad_block',
67
'total_lbas_read',
68
'total_lbas_written',
69
+ 'total_writes_gib',
70
+ 'total_reads_gib',
71
'udma_crc_error_count',
72
'unsafe_shutdown_count',
73
+ 'unexpect_power_loss_ct',
74
'workld_host_reads_perc',
75
'workld_media_wear_indic',
76
'workload_minutes',
0 commit comments