Administrator Guide
[Description("Percentage of time the temperature read was between 0 to 30C.")]
sint16 Temp_0_30C_Pct;
[Description("Percentage of time the temperature read was between 30 to 40C.")]
sint16 Temp_30_40C_Pct;
[Description("Percentage of time the temperature read was between 40 to 50C.")]
sint16 Temp_40_50C_Pct;
[Description("Percentage of time the temperature read was between 50 to 60C.")]
sint16 Temp_50_60C_Pct;
[Description("Percentage of time the temperature read was between 60 to 70C.")]
sint16 Temp_60_70C_Pct;
[Description("Percentage of time the temperature read was between 70 to 80C.")]
sint16 Temp_70_80C_Pct;
[Description("Percentage of time the temperature read was between 80 to 90C.")]
sint16 Temp_80_90C_Pct;
[Description("Percentage of time the temperature read was between 90 to 100C.")]
sint16 Temp_90_100C_Pct;
[Description("Percentage of time the temperature read was more than 100C.")]
sint16 Temp_GT100C_Pct;
};
/**************************************************************
* DPO_HardwareInfoToThermistor
* This class associates DPO_Thermistor instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[Association : ToInstance,
Description("This class associates DPO_Thermistor instance(s) " " with an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToThermistor
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_Thermistor REF Dependent;
};
/**************************************************************
* DPO_Logical_Processor
* This has the logical processor information from a summary log.
* There may be multiple instances of this class for each summary
* file.
**************************************************************/
[Description("Logical processors statistics."),
Dynamic,Provider("DPOProv") ] class DPO_Logical_Processor
{
[
Description("Unique ID from the summary file."),
Key
]
string HardwareInfoGUID;
[
Description("Index of logical processor starting from 0."),
Key
]
sint16 Index;
[Description("Percentage of time the logical processor was used, ie. when the CPU consumption
was non-zero.")]
sint16 Used_Pct;
[Description("Average processor utilization.")]
sint16 Avg_Utilization_Pct;
};
ANHANG B – WMI Klassendefinitionsdateien
41