1NVME-SEAGATE-GET-(1) NVMe Manual NVME-SEAGATE-GET-(1)
2
3
4
6 nvme-seagate-get-host-tele - Retrieve Seagate Host-Initiated Telemetry
7 in either hex-dump (default) or binary format
8
10 nvme seagate get-host-tele <device> [OPTIONS]
11
13 This will only work on Seagate devices supporting this feature. Not all
14 commands work across all product families.
15
16 The <device> parameter is mandatory and may be either an NVMe character
17 device (ex: /dev/nvme0) or an nvme block device (ex: /dev/nvme0n1).
18
20 -n <NUM>, --namespace-id=<NUM>
21 desired namespace
22
23 -i <NUM>, --log_specific=<NUM>
24 1 - controller shall capture Data representing the internal state
25 of the controller at the time the command is processed. 0 -
26 controller shall not update the Telemetry Host Initiated Data.
27
28 -b, --raw-binary
29 output in raw format
30
32 Get the host initiated telemetry log in hexdump or binary format for
33 the specified device.
34
35 # nvme seagate get-host-tele /dev/nvme0
36
38 Part of the nvme-user suite
39
40
41
42NVMe 09/29/2023 NVME-SEAGATE-GET-(1)