chiark / gitweb /
volume_id: split raid and filesystem detection
[elogind.git] / udevmonitor.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <article>
6   <articleinfo>
7     <title>xmlto</title>
8     <author>
9       <firstname>Kay</firstname>
10       <surname>Sievers</surname>
11       <email>kay.sievers@vrfy.org</email>
12     </author>
13     <copyright>
14       <year>2005</year>
15       <holder>Kay Sievers</holder>
16     </copyright>
17   </articleinfo>
18
19   <section>
20     <title>udevmonitor</title>
21     <refentry>
22       <refentryinfo>
23         <title>udevmonitor</title>
24         <date>August 2005</date>
25         <productname>udev</productname>
26       </refentryinfo>
27
28       <refmeta>
29         <refentrytitle>udevmonitor</refentrytitle>
30         <manvolnum>8</manvolnum>
31       </refmeta>
32
33       <refnamediv>
34         <refname>udevmonitor</refname>
35         <refpurpose>print the kernel and udev event sequence to the console</refpurpose>
36       </refnamediv>
37
38       <refsynopsisdiv>
39         <cmdsynopsis>
40           <command>udevmonitor</command>
41           <arg><option>--env</option></arg>
42         </cmdsynopsis>
43       </refsynopsisdiv>
44
45       <refsect1><title>DESCRIPTION</title>
46         <para>udevmonitor listens to the kernel uevents and events send out by a udev rule
47         and prints the devpath of the event to the console. It can be used analyze to the
48         event timing by comparing the timestamps of the kernel uevent with the udev event.
49         </para>
50       </refsect1>
51
52       <refsect1><title>OPTIONS</title>
53         <variablelist>
54           <varlistentry>
55             <term><option>--env</option></term>
56             <listitem>
57               <para>Print the complete environment for all events. Can be used to compare the
58               kernel supplied and the udev added environment values.</para>
59             </listitem>
60           </varlistentry>
61         </variablelist>
62       </refsect1>
63
64       <refsect1><title>AUTHOR</title>
65         <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
66       </refsect1>
67
68       <refsect1>
69         <title>SEE ALSO</title>
70         <para><citerefentry>
71             <refentrytitle>udev</refentrytitle><manvolnum>8</manvolnum>
72         </citerefentry></para>
73       </refsect1>
74     </refentry>
75   </section>
76 </article>