Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_telemetry_log - Retrieve internal data specific to the manufacturer.

SYNOPSIS

struct nvme_telemetry_log {
__u8 lpi;
__u8 rsvd1[4];
__u8 ieee[3];
__le16 dalb1;
__le16 dalb2;
__le16 dalb3;
__u8 rsvd14[2];
__le32 dalb4;
__u8 rsvd20[361];
__u8 hostdgn;
__u8 ctrlavail;
__u8 ctrldgn;
__u8 rsnident[128];
__u8 data_area[];
};

Members

Log Identifier, either NVME_LOG_LID_TELEMETRY_HOST or NVME_LOG_LID_TELEMETRY_CTRL
Reserved
IEEE OUI Identifier is the Organization Unique Identifier (OUI) for the controller vendor that is able to interpret the data.
Telemetry Controller-Initiated Data Area 1 Last Block is the value of the last block in this area.
Telemetry Controller-Initiated Data Area 1 Last Block is the value of the last block in this area.
Telemetry Controller-Initiated Data Area 1 Last Block is the value of the last block in this area.
Reserved
Telemetry Controller-Initiated Data Area 4 Last Block is the value of the last block in this area.
Reserved
Telemetry Host-Initiated Data Generation Number is a value that is incremented each time the host initiates a capture of its internal controller state in the controller .
Telemetry Controller-Initiated Data Available, if cleared, then the controller telemetry log does not contain saved internal controller state. If this field is set to 1h, the controller log contains saved internal controller state. If this field is set to 1h, the data will be latched until the host releases it by reading the log with RAE cleared.
Telemetry Controller-Initiated Data Generation Number is a value that is incremented each time the controller initiates a capture of its internal controller state in the controller .
Reason Identifiers a vendor specific identifier that describes the operating conditions of the controller at the time of capture.
Telemetry data blocks, vendor specific information data.

Description

This log consists of a header describing the log and zero or more Telemetry Data Blocks. All Telemetry Data Blocks are NVME_LOG_TELEM_BLOCK_SIZE, 512 bytes, in size. This log captures the controller’s internal state.

struct nvme_telemetry_log February 2024