| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| Name | String | The 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. | |
| PercentUsage | UInt32 | The amount of the Page File instance in use in percent. See also Process\\Page File Bytes. | |
| PercentUsage_Base | UInt32 | The amount of the Page File instance in use in percent. See also Process\\Page File Bytes. | |
| PercentUsagePeak | UInt32 | The peak usage of the Page File instance in percent. See also Process\\Page File Bytes Peak. | |
| PercentUsagePeak_Base | UInt32 | The peak usage of the Page File instance in percent. See also Process\\Page File Bytes Peak. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| 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";    }; | |||