chiark / gitweb /
rules: SUSE update
[elogind.git] / udevmonitor.8
1 .\"     Title: udevmonitor
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
4 .\"      Date: August 2005
5 .\"    Manual: udevmonitor
6 .\"    Source: udev
7 .\"
8 .TH "UDEVMONITOR" "8" "August 2005" "udev" "udevmonitor"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 udevmonitor \- print the kernel and udev event sequence to the console
15 .SH "SYNOPSIS"
16 .HP 12
17 \fBudevmonitor\fR [\fB\-\-environment\fR] [\fB\-\-kernel\fR] [\fB\-\-udev\fR] [\fB\-\-help\fR]
18 .SH "DESCRIPTION"
19 .PP
20 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.
21 .SH "OPTIONS"
22 .PP
23 \fB\-\-environment\fR
24 .RS 4
25 Print the complete environment for all events. Can be used to compare the kernel supplied and the udev added environment values.
26 .RE
27 .PP
28 \fB\-\-kernel\fR
29 .RS 4
30 Print the kernel uevents.
31 .RE
32 .PP
33 \fB\-\-udev\fR
34 .RS 4
35 Print the udev event after the rule processing.
36 .RE
37 .PP
38 \fB\-\-help\fR
39 .RS 4
40 Print usage.
41 .RE
42 .SH "AUTHOR"
43 .PP
44 Written by Kay Sievers
45 <kay.sievers@vrfy.org>.
46 .SH "SEE ALSO"
47 .PP
48 \fBudev\fR(7)