Administrator Guide
[Description("Percentage of time the system had between 256 MB to 512 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_256_512MB_Pct;
[Description("Percentage of time the system had between 512 MB to 768 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_512_768MB_Pct;
[Description("Percentage of time the system had between 768 MB to 1024 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_768_1024MB_Pct;
[Description("Percentage of time the system had between 1024 MB to 1280 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_1024_1280MB_Pct;
[Description("Percentage of time the system had between 1280 MB to 1536 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_1280_1536MB_Pct;
[Description("PPercentage of time the system had between 1536 MB to 1792 MB of physical
memory available to processes running on the computer.")]
real32 AvailMem_1536_1792MB_Pct;
[Description("Percentage of time the system had between 1792 MB to 2048 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_1792_2048MB_Pct;
[Description("Percentage of time the system had between 2048 MB to 2304 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_2048_2304MB_Pct;
[Description("Percentage of time the system had between 2304 MB to 2560 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_2304_2560MB_Pct;
[Description("Percentage of time the system had between 2560 MB to 2816 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_2560_2816MB_Pct;
[Description("Percentage of time the system had between 2816 MB to 3072 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_2816_3072MB_Pct;
[Description("Percentage of time the system had more than 3072 MB of physical memory
available to processes running on the computer.")]
real32 AvailMem_GT3072MB_Pct;
[Description("Average Processor Queue Length.")] real32 Average_PQL; [Description("Minimum
Processor Queue Length.")]
sint16 Min_PQL;
[Description("Maximum Processor Queue Length.")]
sint16 Max_PQL;
[Description("Percentage of time the system has PQL = 0.")]
real32 PQL_0_Pct;
[Description("Percentage of time the system has PQL = 1.")]
real32 PQL_1_Pct;
[Description("Percentage of time the system has PQL = 2.")]
real32 PQL_2_Pct;
[Description("Percentage of time the system has PQL = 3.")]
real32 PQL_3_Pct;
[Description("Percentage of time the system has PQL = 4.")]
real32 PQL_4_Pct;
[Description("Percentage of time the system has PQL = 5.")]
real32 PQL_5_Pct;
[Description("Percentage of time the system has PQL between 5 and 10.")]
real32 PQL_5_10_Pct;
[Description("Percentage of time the system has PQL between 10 and 20.")]
real32 PQL_10_20_Pct;
[Description("Percentage of time the system has PQL > 20.")]
real32 PQL_GT20_Pct;
[Description("Average value of total system thread count.")]
real32 Average_ThreadCount;
[Description("Minimum value of total system thread count.")]
sint64 Min_ThreadCount;
[Description("Maximum value of total system thread count.")]
sint64 Max_ThreadCount;
[Description("Standard Deviation value of total system thread count.")]
real32 Std_Dev_ThreadCount; [Implemented]
void DeleteInstance ();
};
/**************************************************************
* DPO_Monitor
* This has the monitor information from a summary log. There
* may be multiple instances of this class for each summary file.
32
ANHANG B – WMI Klassendefinitionsdateien