Administrator Guide

[Association : ToInstance,
Description("This class associates DPO_BTModule instance(s) " " with an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToBTModule
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_BTModule REF Dependent;
};
/**************************************************************
* DPO_IntelPerf
* This has the Intel performance information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/
[Description("Intel performance information and statistics."),
Dynamic,Provider("DPOProv") ]
class DPO_IntelPerf
{
[
Description("Unique ID from the summary file."),
Key
]
string HardwareInfoGUID;
[
Description("Processor number starting from 0."),
Key
]
sint16 Index;
[Description("Minimum active relative frequency of the processor.")]
real32 Min_ActiveRelativeFreq;
[Description("Maximum active relative frequency of the processor.")]
real32 Max_ActiveRelativeFreq;
[Description("Averaye active relative frequency of the processor.")]
real32 Avg_ActiveRelativeFreq;
[Description("Percentage of time the processor was in turbo mode when the system was on
AC.")]
real32 TurboResidencyACPct;
[Description("Percentage of time the processor was in turbo mode when the system was on
battery.")]
real32 TurboResidencyDCPct;
};
/**************************************************************
* DPO_HardwareInfoToIntelPerf
* This class associates DPO_IntelPerf instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[Association : ToInstance,
Description("This class associates DPO_IntelPerf instance(s) " " with an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToIntelPerf
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_IntelPerf REF Dependent;
};
/**************************************************************
* DPO_Graphics
* This has the graphics information from a summary log. There
* may be multiple instances of this class for each summary file.
54 부록 B - WMI 클래스 정의 파일