summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_smart_log.2
blob: ed19172d8717cf98f4b059bb23ecb4c846355270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
.TH "libnvme" 9 "struct nvme_smart_log" "December 2023" "API Manual" LINUX
.SH NAME
struct nvme_smart_log \- SMART / Health Information Log (Log Identifier 02h)
.SH SYNOPSIS
struct nvme_smart_log {
.br
.BI "    __u8 critical_warning;"
.br
.BI "    __u8 temperature[2];"
.br
.BI "    __u8 avail_spare;"
.br
.BI "    __u8 spare_thresh;"
.br
.BI "    __u8 percent_used;"
.br
.BI "    __u8 endu_grp_crit_warn_sumry;"
.br
.BI "    __u8 rsvd7[25];"
.br
.BI "    __u8 data_units_read[16];"
.br
.BI "    __u8 data_units_written[16];"
.br
.BI "    __u8 host_reads[16];"
.br
.BI "    __u8 host_writes[16];"
.br
.BI "    __u8 ctrl_busy_time[16];"
.br
.BI "    __u8 power_cycles[16];"
.br
.BI "    __u8 power_on_hours[16];"
.br
.BI "    __u8 unsafe_shutdowns[16];"
.br
.BI "    __u8 media_errors[16];"
.br
.BI "    __u8 num_err_log_entries[16];"
.br
.BI "    __le32 warning_temp_time;"
.br
.BI "    __le32 critical_comp_time;"
.br
.BI "    __le16 temp_sensor[8];"
.br
.BI "    __le32 thm_temp1_trans_count;"
.br
.BI "    __le32 thm_temp2_trans_count;"
.br
.BI "    __le32 thm_temp1_total_time;"
.br
.BI "    __le32 thm_temp2_total_time;"
.br
.BI "    __u8 rsvd232[280];"
.br
.BI "
};
.br

.SH Members
.IP "critical_warning" 12
This field indicates critical warnings for the state
of the controller. Critical warnings may result in an
asynchronous event notification to the host. Bits in
this field represent the current associated state and
are not persistent (see \fIenum nvme_smart_crit\fP).
.IP "temperature" 12
Composite Temperature: Contains a value corresponding
to a temperature in Kelvins that represents the current
composite temperature of the controller and namespace(s)
associated with that controller. The manner in which
this value is computed is implementation specific and
may not represent the actual temperature of any physical
point in the NVM subsystem. Warning and critical
overheating composite temperature threshold values are
reported by the WCTEMP and CCTEMP fields in the Identify
Controller data structure.
.IP "avail_spare" 12
Available Spare: Contains a normalized percentage (0%
to 100%) of the remaining spare capacity available.
.IP "spare_thresh" 12
Available Spare Threshold: When the Available Spare
falls below the threshold indicated in this field, an
asynchronous event completion may occur. The value is
indicated as a normalized percentage (0% to 100%).
The values 101 to 255 are reserved.
.IP "percent_used" 12
Percentage Used: Contains a vendor specific estimate
of the percentage of NVM subsystem life used based on
the actual usage and the manufacturer's prediction of
NVM life. A value of 100 indicates that the estimated
endurance of the NVM in the NVM subsystem has been
consumed, but may not indicate an NVM subsystem failure.
The value is allowed to exceed 100. Percentages greater
than 254 shall be represented as 255. This value shall
be updated once per power-on hour (when the controller
is not in a sleep state).
.IP "endu_grp_crit_warn_sumry" 12
Endurance Group Critical Warning Summary: This field
indicates critical warnings for the state of Endurance
Groups. Bits in this field represent the current associated
state and are not persistent (see \fIenum nvme_smart_egcw\fP).
.IP "rsvd7" 12
Reserved
.IP "data_units_read" 12
Data Units Read: Contains the number of 512 byte data
units the host has read from the controller; this value
does not include metadata. This value is reported in
thousands (i.e., a value of 1 corresponds to 1000
units of 512 bytes read) and is rounded up (e.g., one
indicates the that number of 512 byte data units read
is from 1 to 1000, three indicates that the number of
512 byte data units read is from 2001 to 3000). When
the LBA size is a value other than 512 bytes, the
controller shall convert the amount of data read to
512 byte units. For the NVM command set, logical blocks
read as part of Compare, Read, and Verify operations
shall be included in this value. A value of 0h in
this field indicates that the number of Data Units Read
is not reported.
.IP "data_units_written" 12
Data Units Written: Contains the number of 512 byte
data units the host has written to the controller;
this value does not include metadata. This value is
reported in thousands (i.e., a value of 1 corresponds
to 1000 units of 512 bytes written) and is rounded up
(e.g., one indicates that the number of 512 byte data
units written is from 1 to 1,000, three indicates that
the number of 512 byte data units written is from 2001
to 3000). When the LBA size is a value other than 512
bytes, the controller shall convert the amount of data
written to 512 byte units. For the NVM command set,
logical blocks written as part of Write operations shall
be included in this value. Write Uncorrectable commands
and Write Zeroes commands shall not impact this value.
A value of 0h in this field indicates that the number
of Data Units Written is not reported.
.IP "host_reads" 12
Host Read Commands: Contains the number of read commands
completed by the controller. For the NVM command set,
this value is the sum of the number of Compare commands
and the number of Read commands.
.IP "host_writes" 12
Host Write Commands: Contains the number of write
commands completed by the controller. For the NVM
command set, this is the number of Write commands.
.IP "ctrl_busy_time" 12
Controller Busy Time: Contains the amount of time the
controller is busy with I/O commands. The controller
is busy when there is a command outstanding to an I/O
Queue (specifically, a command was issued via an I/O
Submission Queue Tail doorbell write and the corresponding
completion queue entry has not been posted yet to the
associated I/O Completion Queue). This value is
reported in minutes.
.IP "power_cycles" 12
Power Cycles: Contains the number of power cycles.
.IP "power_on_hours" 12
Power On Hours: Contains the number of power-on hours.
This may not include time that the controller was
powered and in a non-operational power state.
.IP "unsafe_shutdowns" 12
Unsafe Shutdowns: Contains the number of unsafe
shutdowns. This count is incremented when a Shutdown
Notification (CC.SHN) is not received prior to loss of power.
.IP "media_errors" 12
Media and Data Integrity Errors: Contains the number
of occurrences where the controller detected an
unrecovered data integrity error. Errors such as
uncorrectable ECC, CRC checksum failure, or LBA tag
mismatch are included in this field. Errors introduced
as a result of a Write Uncorrectable command may or
may not be included in this field.
.IP "num_err_log_entries" 12
Number of Error Information Log Entries: Contains the
number of Error Information log entries over the life
of the controller.
.IP "warning_temp_time" 12
Warning Composite Temperature Time: Contains the amount
of time in minutes that the controller is operational
and the Composite Temperature is greater than or equal
to the Warning Composite Temperature Threshold (WCTEMP)
field and less than the Critical Composite Temperature
Threshold (CCTEMP) field in the Identify Controller
data structure. If the value of the WCTEMP or CCTEMP
field is 0h, then this field is always cleared to 0h
regardless of the Composite Temperature value.
.IP "critical_comp_time" 12
Critical Composite Temperature Time: Contains the amount
of time in minutes that the controller is operational
and the Composite Temperature is greater than or equal
to the Critical Composite Temperature Threshold (CCTEMP)
field in the Identify Controller data structure. If
the value of the CCTEMP field is 0h, then this field
is always cleared to 0h regardless of the Composite
Temperature value.
.IP "temp_sensor" 12
Temperature Sensor 1-8: Contains the current temperature
in degrees Kelvin reported by temperature sensors 1-8.
The physical point in the NVM subsystem whose temperature
is reported by the temperature sensor and the temperature
accuracy is implementation specific. An implementation
that does not implement the temperature sensor reports
a value of 0h.
.IP "thm_temp1_trans_count" 12
Thermal Management Temperature 1 Transition Count:
Contains the number of times the controller transitioned
to lower power active power states or performed vendor
specific thermal management actions while minimizing
the impact on performance in order to attempt to reduce
the Composite Temperature because of the host controlled
thermal management feature (i.e., the Composite
Temperature rose above the Thermal Management
Temperature 1). This counter shall not wrap once the
value FFFFFFFFh is reached. A value of 0h, indicates
that this transition has never occurred or this field
is not implemented.
.IP "thm_temp2_trans_count" 12
Thermal Management Temperature 2 Transition Count
.IP "thm_temp1_total_time" 12
Total Time For Thermal Management Temperature 1:
Contains the number of seconds that the controller
had transitioned to lower power active power states or
performed vendor specific thermal management actions
while minimizing the impact on performance in order to
attempt to reduce the Composite Temperature because of
the host controlled thermal management feature. This
counter shall not wrap once the value FFFFFFFFh is
reached. A value of 0h, indicates that this transition
has never occurred or this field is not implemented.
.IP "thm_temp2_total_time" 12
Total Time For Thermal Management Temperature 2
.IP "rsvd232" 12
Reserved