udevmonitor

NAME

udevmonitor - print the kernel and udev event sequence to the console

SYNOPSIS

udevmonitor [--environment] [--kernel] [--udev] [--help]

DESCRIPTION

udevmonitor listens to the kernel uevents and events sent out by a udev rule and prints the devpath of the event to the console. It can be used to analyze the event timing, by comparing the timestamps of the kernel uevent and the udev event.

OPTIONS

--environment
Print the complete environment for all events. Can be used to compare the kernel supplied and the udev added environment values.
--kernel
Print the kernel uevents.
--udev
Print the udev event after the rule processing.
--help
Print usage.

AUTHOR

Written by Kay Sievers <kay.sievers@vrfy.org>.

SEE ALSO

udev(7)