2003-05-17 Colin Walters <walters@gnu.org>
[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 [\-\-system]
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 session bus; to monitor the
25 system bus, specify \-\-system.
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 .TP
33 .I "--system"
34 Use the system message bus instead of the session bus.
35
36 .SH AUTHOR
37 dbus-monitor was written by Philip Blundell.
38
39 .SH BUGS
40 Please send bug reports to the D-BUS mailing list or bug tracker,
41 see http://www.freedesktop.org/software/dbus/