Administrator Guide
{
[
Description("Unique ID from the summary file."),
Key
]string HardwareInfoGUID;
[
Description("Notebook 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 0 RPM.")] sint16 RPM_0_Pct;
[Description("Percentage of time the fan speed was between 0 and 1000 RPMs.")] sint16
RPM_0_1000_Pct;
[Description("Percentage of time the fan speed was between 1000 and 1700 RPMs.")] sint16
RPM_1000_1700_Pct;
[Description("Percentage of time the fan speed was between 1700 and 2200 RPMs.")]
sint16 RPM_1700_2200_Pct;
[Description("Percentage of time the fan speed was between 2200 and 2600 RPMs.")]
sint16 RPM_2200_2600_Pct;
[Description("Percentage of time the fan speed was between 2600 and 2900 RPMs.")]
sint16 RPM_2600_2900_Pct;
[Description("Percentage of time the fan speed was between 2900 and 3100 RPMs.")]
sint16 RPM_2900_3100_Pct;
[Description("Percentage of time the fan speed was between 3100 and 3300 RPMs.")]
sint16 RPM_3100_3300_Pct;
[Description("Percentage of time the fan speed was between 3300 and 3600 RPMs.")]
sint16 RPM_3300_3600_Pct;
[Description("Percentage of time the fan speed was between 3600 and 3900 RPMs.")]
sint16 RPM_3600_3900_Pct;
[Description("Percentage of time the fan speed was between 3900 and 4200 RPMs.")]
sint16 RPM_3900_4200_Pct;
[Description("Percentage of time the fan speed was between 4200 and 4600 RPMs.")]
sint16 RPM_4200_4600_Pct;
[Description("Percentage of time the fan speed was between 4600 and 5100 RPMs.")]
sint16 RPM_4600_5100_Pct;
[Description("Percentage of time the fan speed was between 5100 and 5600 RPMs.")]
sint16 RPM_5100_5600_Pct;
[Description("Percentage of time the fan speed was between 5600 and 6200 RPMs.")]
sint16 RPM_5600_6200_Pct;
[Description("Percentage of time the fan speed was between 6200 and 7000 RPMs.")]
sint16 RPM_6200_7000_Pct;
36 附錄 B - WMI 類別定義檔案