HP-UX Utilization Provider A.01.08.08.00 Data Sheet

getCurrentUtilization() HP_Utilization
setGUID() HP_Utilization
Table 5 HP_RPUtilization
This class contains utilization information at the resource partition level. Notes for
getCurrentUtilization() method (inherited from HP_Utilization).The DailyTimeStamp key will
be ignored when calling this method via invokeMethod(). A value of zero can be passed for
this key (00000000000000.000000:000), and only the rpID key will be used.
Property Name
Property Inheritance
Property Value (and data source)
datetime DailyTimeStamp;(key)
HP_Utilization
See description in HP_Utilizat
ion.
sint64 GUID; (key)
HP_Utilization
See description in HP_Utilization.
string RpID; (key)
Local
This field represents the identifier for the
resource Partition. This is in string form, and will
identify the type of resource partition as well.
Fair share scheduler (FSS) resource partitions
will have an RpID of FSS_#, and processor sets
(PSET) resource
partitions will have an RpID of
PSET_#.
Table 6 Non-Standard intrinsic methods supported by HP_RPUtilization
This table describes the non-standard intrinsic methods supported by HP_RPUtilization.
Method Name
Inherited from
getCurrentUtilization() HP_Utilization
Table 7 HP_WorkloadUtilization
This class contains utilization information at the workload level. In order to begin tracking
utilization for a given workload the watchWorkload() method can be called. Once a workload
is being tracked, an additional instance of this class will be returned with a special
WorkloadName of 'OTHER'. This instance will represent the remainder of utilization data that
are not explicitly tracked. Notes for getCurrentUtilization() method (inherited from
HP_Utilization):
1. The DailyTimeStamp key will be ignored when calling this method via
invokeMethod(). A value of zero can be passed for this key
(00000000000000.000000:000), and only the WorkloadName key will be used.
2. The watchWorkLoad() method must have been called and data collected for some
period of time (as specified by the NumSecondsOfHistory parameter) in order for
getCurrentUtilization() to return utilization data.
Property Name
Property Inheritance
Property Value (and data source)
datetime DailyTimeStamp;(key)
HP_Utilization
See description in HP_Utilization.
sint64 GUID; (key)
HP_Utilization
See description in HP_Utilization.
string WorkloadName; (key)
Local
This field represents the name of the group of
processes (workload) whose system utilization
will be tracked.
string
Local
This field represents the user specified
description of the workload.