#
4a44a383 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib85aa0eb518f1d0e5989d3e8f622f89a796a0082
show more ...
|
#
b3ef7f2b |
| 30-Mar-2022 |
Ed Tanous <edtanous@google.com> |
Implement a performance testing tool for sensors
There are a lot of hypothesis being made about how to improve the performance of the sensor subsystem within OpenBMC. There are a number of statemen
Implement a performance testing tool for sensors
There are a lot of hypothesis being made about how to improve the performance of the sensor subsystem within OpenBMC. There are a number of statements being made about dbus performance that actually seem likely to be related to the efficiency of specific implementations of certain sensors within OpenBMC. Blocking calls, non blocking calls, asio, bulk collection, eventing, threads and other design decisions all can have an effect on the performance of a sensor application.
This commit attempts to write a small, portable daemon that publishes sensor interfaces read from memory in a relatively simple and controllable manner. This allows running it on a bmc (with services unloaded) to determine some theoretical "max" performance characteristics, assuming 0 cost for grabbing actual values.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I27f1560ba13492ccff6a01013c3a1d5ee210cef0
show more ...
|