Administrator Guide

sint16 Throttle_50_75_Pct;
[Description("Number of times the CPU throttle was between 75 to 100%.")]
sint16 Throttle_75_100_Pct;
[Description("Percentage of time the processor (all processors combined) was in C1 state.")]
sint16 C1_State_Pct;
[Description("Percentage of time the processor (all processors combined) was in C2 state.")]
sint16 C2_State_Pct;
[Description("Percentage of time the processor (all processors combined) was in C3 state.")]
sint16 C3_State_Pct;
[Description("Percentage of time the processor (all processors combined) was in C0 state.")]
sint16 C0_State_Pct;
[Description("Number of LID transitions. One open-close is considered as one transition.")]
sint16 Lid_Transitions;
[Description("Number of hours the system was ON with LID open.")]
real32 Lid_Hours_Open;
[Description("Number of hours the system was ON with LID closed.")]
real32 Lid_Hours_Closed;
[Description("Number of dock events.")]
sint16 Number_Dock_Events;
[Description("Total system RAM memory.")]
string System_RAM_Bytes;
[Description("Total system RAM memory in GB.")]
real32 System_RAM_GB;
[Description("Percentage of time the system had to access hard disk to resolve page
faults.")]
sint16 pgs_per_sec_pct;
[Description("Minimum number of pages read from or written to the disk to resolve hard page
faults.")]
sint32 min_pgs_per_sec;
[Description("Maximum number of pages read from or written to the disk to resolve hard page
faults.")]
sint32 max_pgs_per_sec;
[Description("Average number of pages read from or written to the disk to resolve hard page
faults.")]
real32 avg_pgs_per_sec;
[Description("Percentage of time the system had between 0 to 256 MB of free physical
memory.")]
real32 FreeMem_0_256MB_Pct;
[Description("Percentage of time the system had between 256 MB to 512 MB of free physical
memory.")]
real32 FreeMem_256_512MB_Pct;
[Description("Percentage of time the system had between 512 MB to 768 MB of free physical
memory.")]
real32 FreeMem_512_768MB_Pct;
[Description("Percentage of time the system had between 768 MB to 1024 MB of free physical
memory.")]
real32 FreeMem_768_1024MB_Pct;
[Description("Percentage of time the system had between 1024 MB to 1280 MB of free physical
memory.")]
real32 FreeMem_1024_1280MB_Pct;
[Description("Percentage of time the system had between 1280 MB to 1536 MB of free physical
memory.")]
real32 FreeMem_1280_1536MB_Pct;
[Description("PPercentage of time the system had between 1536 MB to 1792 MB of free physical
memory.")]
real32 FreeMem_1536_1792MB_Pct;
[Description("Percentage of time the system had between 1792 MB to 2048 MB of free physical
memory.")]
real32 FreeMem_1792_2048MB_Pct;
[Description("Percentage of time the system had between 2048 MB to 2304 MB of free physical
memory.")]
real32 FreeMem_2048_2304MB_Pct;
[Description("Percentage of time the system had between 2304 MB to 2560 MB of free physical
memory.")]
real32 FreeMem_2304_2560MB_Pct;
[Description("Percentage of time the system had between 2560 MB to 2816 MB of free physical
memory.")]
real32 FreeMem_2560_2816MB_Pct;
[Description("Percentage of time the system had between 2816 MB to 3072 MB of free physical
memory.")]
real32 FreeMem_2816_3072MB_Pct;
[Description("Percentage of time the system had more than 3072 MB of free physical memory.")]
real32 FreeMem_GT3072MB_Pct;
APÊNDICE B - Arquivos de definição de classe WMI
33