chiark / gitweb /
volume_id: really fix endianess bug in linux_raid 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   <section>
7     <title>udevmonitor</title>
8     <refentry>
9       <refentryinfo>
10         <title>udevmonitor</title>
11         <date>August 2005</date>
12         <productname>udev</productname>
13       </refentryinfo>
14
15       <refmeta>
16         <refentrytitle>udevmonitor</refentrytitle>
17         <manvolnum>8</manvolnum>
18         <refmiscinfo class="version"></refmiscinfo>
19       </refmeta>
20
21       <refnamediv>
22         <refname>udevmonitor</refname>
23         <refpurpose>print the kernel and udev event sequence to the console</refpurpose>
24       </refnamediv>
25
26       <refsynopsisdiv>
27         <cmdsynopsis>
28           <command>udevmonitor</command>
29           <arg><option>--env</option></arg>
30         </cmdsynopsis>
31       </refsynopsisdiv>
32
33       <refsect1><title>DESCRIPTION</title>
34         <para>udevmonitor listens to the kernel uevents and events sent out by a udev rule
35         and prints the devpath of the event to the console. It can be used to analyze the
36         event timing, by comparing the timestamps of the kernel uevent and the udev event.
37         </para>
38       </refsect1>
39
40       <refsect1><title>OPTIONS</title>
41         <variablelist>
42           <varlistentry>
43             <term><option>--env</option></term>
44             <listitem>
45               <para>Print the complete environment for all events. Can be used to compare the
46               kernel supplied and the udev added environment values.</para>
47             </listitem>
48           </varlistentry>
49         </variablelist>
50       </refsect1>
51
52       <refsect1><title>AUTHOR</title>
53         <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
54       </refsect1>
55
56       <refsect1>
57         <title>SEE ALSO</title>
58         <para><citerefentry>
59             <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
60         </citerefentry></para>
61       </refsect1>
62     </refentry>
63   </section>
64 </article>