bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
683 stars 81 forks source link

Implement org.freedesktop.DBus.Debug.Stats.GetStats() #220

Closed dvdhrm closed 4 years ago

dvdhrm commented 4 years ago

This implements the fdo.DBus.Debug.Stats interface, in particular it implements GetStats() which allows to query all the accounting information of a running dbus-broker instance.

This will hopefully allow us to further debug any accounting issues people report to us.

dvdhrm commented 4 years ago

I fixed the CI and rebased on master. Lets wait for a new CI run and merge when done.