Administrator Guide

[Description("Maximum disk temperature read using SMART.")]
sint16 Temp_Max;
[Description("Percentage of time disk temperature read using SMART was between 0 to 30C.")]
sint16 Temp_0_30_Pct;
[Description("Percentage of time disk temperature read using SMART was between 30 to 40C.")]
sint16 Temp_30_40_Pct;
[Description("Percentage of time disk temperature read using SMART was between 40 to 50C.")]
sint16 Temp_40_50_Pct;
[Description("Percentage of time disk temperature read using SMART was between 50 to 60C.")]
sint16 Temp_50_60_Pct;
[Description("Percentage of time disk temperature read using SMART was between 60 to 70C.")]
sint16 Temp_60_70_Pct;
[Description("Percentage of time disk temperature read using SMART was between 70 to 80C.")]
sint16 Temp_70_80_Pct;
[Description("Percentage of time disk temperature read using SMART was more than 80C.")]
sint16 Temp_GT_80_Pct;
[Description("Shock events.")]
sint32 Shock_Events;
[Description("Shock events (normalized value).")]
uint8 Shock_Events_Normalized;
[Description("Shock events (worst value).")]
uint8 Shock_Events_Worst;
[Description("Shock events (threshold value).")]
uint8 Shock_Events_Threshold;
[Description("Total blocks read from the disk.")]
sint64 Blks_Read;
[Description("Total blocks read from the disk (normalized value).")]
uint8 Blks_Read_Normalized;
[Description("Total blocks read from the disk (worst value).")]
uint8 Blks_Read_Worst;
[Description("Total blocks read from the disk (threshold value).")]
uint8 Blks_Read_Threshold;
[Description("Total blocks written to the disk.")] sint64 Blks_Written;
[Description("Total blocks written to the disk (normalized value).")]
uint8 Blks_Written_Normalized;
[Description("Total blocks written to the disk (worst value).")]
uint8 Blks_Written_Worst;
[Description("Total blocks written to the disk (threshold value).")]
uint8 Blks_Written_Threshold;
[Description("Start stop count.")]
sint64 Start_Stop_Count;
[Description("Start stop count (normalized value).")]
uint8 Start_Stop_Count_Normalized;
[Description("Start stop count (worst value).")]
uint8 Start_Stop_Count_Worst;
[Description("Start stop count (threshold value).")]
uint8 Start_Stop_Count_Threshold;
[Description("Load unload cycle count.")]
sint64 Load_Unload_Cycle_Count;
44 附录 B - WMI 类定义文件