devlink-health — devlink health reporting and recovery

Synopsis

devlink [ OPTIONS ] health { COMMAND | help }

OPTIONS := { -V[ersion] }

devlink health show [ DEV reporter REPORTER ]

devlink health recover DEV reporter REPORTER

devlink health diagnose DEV reporter REPORTER

devlink health dump show DEV reporter REPORTER

devlink health dump clear DEV reporter REPORTER

devlink health set DEV reporter REPORTER { grace_period | auto_recover } { msec | boolean }
devlink health help

Description

Examples

devlink health show

List status and configuration of available reporters on devices.

devlink health recover pci/0000:00:09.0 reporter tx

Initiate recovery on tx reporter registered on pci/0000:00:09.0.

devlink health diagnose pci/0000:00:09.0 reporter tx

List diagnostics data on the specified device and reporter.

devlink health dump show pci/0000:00:09.0 reporter tx

Display the last saved dump on the specified device and reporter.

devlink health dump clear pci/0000:00:09.0 reporter tx

Delete saved dump on the specified device and reporter.

devlink health set pci/0000:00:09.0 reporter tx grace_period 3500

Set time interval between auto recoveries to minimum of 3500 msec on the specified device and reporter.

devlink health set pci/0000:00:09.0 reporter tx auto_recover false

Turn off auto recovery on the specified device and reporter.

See Also

devlink(8), devlink-dev(8), devlink-port(8), devlink-param(8), devlink-region(8),

Author

Aya Levin <ayal@mellanox.com>

Referenced By

devlink(8).

20 Feb 2019 iproute2 Linux