summaryrefslogtreecommitdiffstats
path: root/org/open_power
diff options
context:
space:
mode:
authorEddie James <eajames@us.ibm.com>2017-09-13 15:33:58 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-13 15:44:14 +0000
commitda6699fa9724d22dd61ea255053f3d08f40a3d7a (patch)
tree0a4f339aaea1a66f105dac0fb7f618d5fecae357 /org/open_power
parent2ed0abbd4eea5833502d4720b26cd114e7b0e1e9 (diff)
downloadopenpower-dbus-interfaces-da6699fa9724d22dd61ea255053f3d08f40a3d7a.tar.gz
openpower-dbus-interfaces-da6699fa9724d22dd61ea255053f3d08f40a3d7a.zip
Add throttling properties to D-Bus interface for OCC Status
Change-Id: Ie415a380900ee8ec677aeaffdb42e38f104ba4d1 Signed-off-by: Eddie James <eajames@us.ibm.com>
Diffstat (limited to 'org/open_power')
-rw-r--r--org/open_power/OCC/Status.interface.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/org/open_power/OCC/Status.interface.yaml b/org/open_power/OCC/Status.interface.yaml
index 4f9fb18..ea99fa4 100644
--- a/org/open_power/OCC/Status.interface.yaml
+++ b/org/open_power/OCC/Status.interface.yaml
@@ -6,3 +6,18 @@ properties:
type: boolean
description: >
Indicates whether OCC is active or not
+ - name: ThrottleProcTemp
+ type: boolean
+ default: 0
+ description: >
+ Indicates processor throttling due to an over temperature condition
+ - name: ThrottleProcPower
+ type: boolean
+ default: 0
+ description: >
+ Indicates processor throttling due to reaching the power cap limit
+ - name: ThrottleMemTemp
+ type: boolean
+ default: 0
+ description: >
+ Indicates memory throttling due to an over temperature condition
OpenPOWER on IntegriCloud