commit | 0ac0dd232627d9c44e53d41e2e6509a0471f013d | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Fri Feb 16 09:14:45 2018 +0530 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Thu Mar 01 05:34:21 2018 +0000 |
tree | 2a49fa53ade1346f14795e673c2c1a261f97620f | |
parent | 0a1301c141809fc8441abee5415c791ce894f068 [diff] |
sensor: Refactor get sensor thresholds command Using GetManagedObjects to get the thresholds could take upto 15~20 sec for the core temperatures. The time taken to fetch threshold properties via GetManagedObjects is proportional to the number of objects under the path. Since the dbus object path is available in the yaml it is performant to read the threshold properties directly. Change-Id: Ic22d8f4d73d8ce4eabdffd6fc7af23f73b981f66 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.