commit | be5c6b2a964fdfdb7912d1a1efd6ead19e9f27cd | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Thu Sep 16 15:46:20 2021 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jan 12 00:40:22 2022 +0000 |
tree | f5c668436c7e00745200d93522156123ad795ace | |
parent | 14a4781965a4111a3b102189fc389f1188163c08 [diff] |
sensor-cache: Initial commit This is the initial commit of a series of changes for caching the sensors in ipmid, so that the ipmi sensor/sdr related handlers could use the cached values instead of getting the sensors from DBus. The goal is to improve the ipmi sensor list's performance. With all the patches in the series, the ipmitool sensor list time on g220a (140+ sensors) is reduced from 20s+ to about 11s. Tested: Manually verify the matches are working correctly in QEMU. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I4c4be8613dd89b5a83d8ff59354a8a3991e98cbf
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.