log: User-Defined Log#

Retrieve a log as defined by you:

xnvme log --help
Usage: xnvme log <uri> [<args>]

Retrieve and print log

Where <args> include:

  uri                           ; Device URI e.g. '/dev/nvme0n1', '0000:01:00.1', '10.9.8.1.8888', '\\.\PhysicalDrive1'
  --lid 0xNUM                   ; Log-page IDentifier
  [ --lsp 0xNUM ]               ; Log-SPecific parameters
  [ --lpo-nbytes NUM ]          ; Log-Page Offset (in bytes)
  [ --nsid 0xNUM ]              ; Namespace Identifier for Command Construction
  [ --rae 0xNUM ]               ; Reset Async. Events
  [ --data-nbytes NUM ]         ; Data size in bytes
  [ --data-output FILE ]        ; Path to data output-file
  [ --dev-nsid 0xNUM ]          ; Namespace Identifier for Device Handle
  [ --be STRING ]               ; xNVMe backend, e.g. 'linux', 'spdk', 'fbsd', 'posix', 'windows'
  [ --admin STRING ]            ; xNVMe admin. command-interface, e.g. 'nvme', 'block'
  [ --help ]                    ; Show usage / help

See 'xnvme --help' for other commands

xNVMe - Cross-platform NVMe utility -- ver: {major: 0, minor: 4, patch: 0}