2003-05-16 Havoc Pennington <hp@redhat.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 [\-\-session]
12
13 .SH DESCRIPTION
14
15 The \fIdbus-monitor\fP command is used to monitor messages going
16 through a D-BUS message bus.  See
17 http://www.freedesktop.org/software/dbus/ for more information about
18 the big picture.
19
20 .PP
21 There are two well-known message buses: the systemwide message bus
22 (installed on many systems as the "messagebus" service) and the
23 per-user-login-session message bus (started each time a user logs in).
24 \fIdbus-monitor\fP by default monitors the systemwide bus; to monitor the
25 session bus, specify \-\-session.
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/