Administrator Guide
[Description("Percentage of time the fan speed was more than 7000 RPMs.")]
sint16 RPM_GT7000_Pct;
};
/**************************************************************
* DPO_HardwareInfoToNBFan
* This class associates DPO_NBFan instance(s) with an
* instance of DPO_NBFan.
**************************************************************/ [
Association : ToInstance,
Description("This class associates DPO_NBFan instance(s) " "with an instance of DPO_NBFan"),
dynamic:ToInstance, PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToNBFan
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_NBFan REF Dependent;
};
/**************************************************************
* DPO_DTFan
* This has the deskop fan information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/
[Description("Desktop fan speed statistics."),
Dynamic,Provider("DPOProv") ] class DPO_DTFan
{
[
Description("Unique ID from the summary file."), Key
] string HardwareInfoGUID;
[
Description("Desktop fan index number starting from 0."), Key
] sint16 Index;
[Description("Location where the fan is present in the system.")] string Location;
[Description("Percentage of time fan rpm was non-zero.")] sint16 Fan_Duty_Cycle_Pct;
[Description("Fan speed when the summary log was generated.")] sint32 RPM;
[Description("Peak fan speed.")]
sint32 Peak_Fan_RPM;
[Description("Average fan speed.")]
real32 Average_Fan_RPM;
[Description("Percentage of time the fan speed was between 0 and 500 RPMs.")]
sint16 RPM_0_500_Pct;
[Description("Percentage of time the fan speed was between 500 and 900 RPMs.")]
sint16 RPM_500_900_Pct;
[Description("Percentage of time the fan speed was between 900 and 1100 RPMs.")]
sint16 RPM_900_1100_Pct;
[Description("Percentage of time the fan speed was between 1100 and 1300 RPMs.")]
sint16 RPM_1100_1300_Pct;
[Description("Percentage of time the fan speed was between 1300 and 1600 RPMs.")]
sint16 RPM_1300_1600_Pct;
[Description("Percentage of time the fan speed was between 1600 and 1900 RPMs.")]
sint16 RPM_1600_1900_Pct;
[Description("Percentage of time the fan speed was between 1900 and 2300 RPMs.")]
sint16 RPM_1900_2300_Pct;
[Description("Percentage of time the fan speed was between 2300 and 2700 RPMs.")]
sint16 RPM_2300_2700_Pct;
[Description("Percentage of time the fan speed was between 2700 and 3100 RPMs.")]
sint16 RPM_2700_3100_Pct;
附录 B - WMI 类定义文件 37