2003-05-03 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / tools / dbus-monitor.1
1 .\" 
2 .\" dbus-monitor manual page.
3 .\" Copyright (C) 2003 Red Hat, Inc.
4 .\"
5 .TH dbus-monitor 1
6 .SH NAME
7 dbus-monitor \- debug probe to print message bus messages
8 .SH SYNOPSIS
9 .PP
10 .B dbus-monitor
11
12 .SH DESCRIPTION
13
14 The \fIdbus-monitor\fP command is used to monitor messages going
15 through a D-BUS message bus.  See
16 http://www.freedesktop.org/software/dbus/ for more information about
17 the big picture.
18
19 .PP
20 There are two well-known message buses: the systemwide message bus
21 (installed on many systems as the "messagebus" service) and the
22 per-user-login-session message bus (started each time a user logs in).
23 Right now, \fIdbus-monitor\fP is hardcoded to only work with the
24 systemwide message bus. It should really be extended to have a
25 \-\-session command line option as with \fIdbus-send\fP.
26
27 .PP 
28 The message bus configuration may keep \fIdbus-monitor\fP from seeing
29 all messages, especially if you run the monitor as a non-root user.
30
31 .SH OPTIONS
32 No options are currently supported.
33
34 .SH AUTHOR
35 dbus-monitor was written by Philip Blundell.
36
37 .SH BUGS
38 Please send bug reports to the D-BUS mailing list or bug tracker,
39 see http://www.freedesktop.org/software/dbus/