BACK TO INDEX

Win32_PerfRawData_PerfOS_PagingFile
The Paging File performance object consists of counters that monitor the paging file(s) on the computer. The paging file is a reserved space on disk that backs up committed physical memory on the computer.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
NameStringThe Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property.
PercentUsageUInt32The amount of the Page File instance in use in percent. See also Process\\Page File Bytes.
PercentUsage_BaseUInt32The amount of the Page File instance in use in percent. See also Process\\Page File Bytes.
PercentUsagePeakUInt32The peak usage of the Page File instance in percent. See also Process\\Page File Bytes Peak.
PercentUsagePeak_BaseUInt32The peak usage of the Page File instance in percent. See also Process\\Page File Bytes Peak.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
SAMPLE DATA INSTANCE
   [Description("The Paging File performance object consists of counters that monitor the paging file(s) on the computer. The paging file is a reserved space on disk that backs up committed physical memory on the computer."): ToInstance Amended, DisplayName("Paging File"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfRawData_PerfOS_PagingFile
   {
    Frequency_Object = "0";
    Frequency_PerfTime = "3579545";
    Frequency_Sys100NS = "10000000";
    Name = "\\??\\C:\\pagefile.sys";
    [Description("The amount of the Page File instance in use in percent. See also Process\\\\Page File Bytes."): ToInstance Amended, DisplayName("% Usage"): ToInstance Amended] PercentUsage = 83139;
    [Description("The amount of the Page File instance in use in percent. See also Process\\\\Page File Bytes."): ToInstance Amended, DisplayName("% Usage"): ToInstance Amended] PercentUsage_Base = 393216;
    [Description("The peak usage of the Page File instance in percent. See also Process\\\\Page File Bytes Peak."): ToInstance Amended, DisplayName("% Usage Peak"): ToInstance Amended] PercentUsagePeak = 114033;
    [Description("The peak usage of the Page File instance in percent. See also Process\\\\Page File Bytes Peak."): ToInstance Amended, DisplayName("% Usage Peak"): ToInstance Amended] PercentUsagePeak_Base = 393216;
    Timestamp_Object = "0";
    Timestamp_PerfTime = "615130334878";
    Timestamp_Sys100NS = "1718459566000";
   };