dbus-monitor(1) | General Commands Manual | dbus-monitor(1) |
NAME
dbus-monitor - debug probe to print message bus messagesSYNOPSIS
dbus-monitor [--system | --session | --address ADDRESS] [--profile | --monitor] [watch expressions]DESCRIPTION
The dbus-monitor command is used to monitor messages going through a D-Bus message bus. See http://www.freedesktop.org/software/dbus/ for more information about the big picture.OPTIONS
- --system
- Monitor the system message bus.
- --session
- Monitor the session message bus. (This is the default.)
- --address ADDRESS
- Monitor an arbitrary message bus given at ADDRESS.
- --profile
- Use the profiling output format.
- --monitor
-
Use the monitoring output format. (This is the default.)
EXAMPLE
Here is an example of using dbus-monitor to watch for the gnome typing monitor to say thingsdbus-monitor "type='signal',sender='org.gnome.TypingMonitor',interface='org.gnome.TypingMonitor'"