Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从dbus-monitor命令的手册页中,我知道我可以使用一些命令行参数,比如dbus-monitor "type=..., sender=..., interface=..."指定我感兴趣的类型/发送者/接口等。
dbus-monitor
dbus-monitor "type=..., sender=..., interface=..."
但是,对于有一些我不感兴趣的 dbus 流量很大的程序的情况,是否可以选择过滤掉该接口/程序的输出?
谢谢
dbus-daemon 使用消息匹配规则路由消息。你不能有类似“消息不匹配”规则的东西,规范不支持这样的东西。请参阅此处了解更多信息。
为了获得所需的过滤行为,我建议grep在dbus-monitor. 查看此讨论以获取更多信息。
grep