From the manpage of the dbus-monitor
command, I know that I can use some command line arguments like dbus-monitor "type=..., sender=..., interface=..."
to specify the type/sender/interface etc I am interested in.
However, for the situation that there is a few program that has heavy dbus traffic that I am not interested in, is there an option to filter out the output of that interface/program?
THX