Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 60ddf7e3acab852c60dcfa4c41e7afd5685054bc05b3d3c60b9f53bd11febfd0 |
---|---|
Page Name: | Monitoring |
Date: | 2018-06-22 10:24:55 |
Original User: | schelte |
Content
When the dbus monitor command is used, the registered script is called for all received D-Bus messages. However, by default only messages explicitly directed to the D-Bus name(s) of the application are sent to the application. To receive other messages, a filter must be set up.
To receive as many messages as possible, the following filters can be used:
dbus filter add -eavesdrop true -type signal dbus filter add -eavesdrop true -type method_call dbus filter add -eavesdrop true -type method_return dbus filter add -eavesdrop true -type error