nlmon.1 (846B)
1 .Dd April 06, 2012 2 .Dt NLMON 1 3 .Os 4 . 5 .Sh NAME 6 .Nm nlmon 7 .Nd a simple netlink monitor 8 . 9 .Sh SYNOPSIS 10 .Nm 11 .Bk -words 12 .Op Fl h 13 .Op Fl k 14 .Op Fl l 15 .Op Fl f Ar subsystem 16 .Ek 17 . 18 .Sh DESCRIPTION 19 .Bd -filled 20 .Nm 21 is a simple netlink monitor. It will display each event and the 22 corresponding values as received from the netlink socket. 23 .Ed 24 . 25 .Sh OPTIONS 26 .Nm 27 options and default settings. 28 .Pp 29 .Bl -tag -width ".Fl test Ao Ar string Ac" 30 . 31 .It Fl f Ar subsystem 32 This option will filter for the subsystem key in a netlink message 33 and compare it to the subsystem string. 34 . 35 .It Fl h 36 Show usage. 37 . 38 .It Fl k 39 Only show netlink messages from the kernel. 40 . 41 .Bd -filled 42 .It Fl l 43 Only show netlink messages from libudev. 44 . 45 .El 46 . 47 .Sh AUTHORS 48 See the LICENSE file for the authors of this software. 49 . 50 .Sh LICENSE 51 .Nm 52 is released under the MIT/X Consortium License. 53 . 54