]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/devlink-monitor.8
devlink: Add man page for devlink-trap
[mirror_iproute2.git] / man / man8 / devlink-monitor.8
1 .TH DEVLINK\-MONITOR 8 "14 Mar 2016" "iproute2" "Linux"
2 .SH "NAME"
3 devlink-monitor \- state monitoring
4 .SH SYNOPSIS
5 .sp
6 .ad l
7 .in +8
8 .ti -8
9 .BR "devlink monitor" " [ " all " |"
10 .IR OBJECT-LIST " ]"
11 .sp
12
13 .SH DESCRIPTION
14 The
15 .B devlink
16 utility can monitor the state of devlink devices and ports
17 continuously. This option has a slightly different format. Namely, the
18 .B monitor
19 command is the first in the command line and then the object list.
20
21 .I OBJECT-LIST
22 is the list of object types that we want to monitor.
23 It may contain
24 .BR dev ", " port ", " trap ", " trap-group .
25
26 .B devlink
27 opens Devlink Netlink socket, listens on it and dumps state changes.
28
29 .SH SEE ALSO
30 .BR devlink (8),
31 .BR devlink-dev (8),
32 .BR devlink-sb (8),
33 .BR devlink-port (8),
34 .BR devlink-trap (8),
35 .br
36
37 .SH AUTHOR
38 Jiri Pirko <jiri@mellanox.com>