Page Faults/sec is the rate of Page Faults by the threads executing in this process. A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory. This will not cause the page to be fetched from disk if it is on the standby list and hence already in main memory, or if it is in use by another process with whom the page is shared.
Parsed from file winnt-perf.mib.txt
Company: microsoft
Module: WINDOWS-NT-PERFORMANCE
Vendor: Microsoft
Module: WINDOWS-NT-PERFORMANCE (Microsoft-perfmon.mib)
Type: TABULAR
Access: read-only
Syntax: Counter
Automatically extracted from www.mibdepot.com
procPageFaultsPerSec OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Page Faults/sec is the rate of Page Faults by the threads executing in this process. A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory. This will not cause the page to be fetched from disk if it is on the standby list and hence already in main memory, or if it is in use by another process with whom the page is shared." ::= { procprocessEntry 7 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.311.1.1.3.1.1.16.1.0 | rastotalBytesTransmitted | 0 | 0 | None |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.1 | procprocessInstance | 0 | 0 | Instance name. |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.2 | procPercentProcessorTime | 0 | 0 | Processor Time is the percentage of elapsed time that all of the threads of this process used the processor to execute instruct… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.3 | procPercentUserTime | 0 | 0 | User Time is the percentage of elapsed time that this process's threads have spent executing code in User Mode. Applications e… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.4 | procPercentPrivilegedTime | 0 | 0 | Privileged Time is the percentage of elapsed time that this process's threads have spent executing code in Privileged Mode. Wh… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.5 | procVirtualBytesPeak | 0 | 0 | Virtual Bytes Peak is the maximum number of bytes of virtual address space the process has used at any one time. Use of virtua… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.6 | procVirtualBytes | 0 | 0 | Virtual Bytes is the current size in bytes of the virtual address space the process is using. Use of virtual address space doe… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.8 | procWorkingSetPeak | 0 | 0 | Working Set Peak is the maximum number of bytes in the Working Set of this process at any point in time. The Working Set is th… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.9 | procWorkingSet | 0 | 0 | Working Set is the current number of bytes in the Working Set of this process. The Working Set is the set of memory pages touc… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.10 | procPageFileBytesPeak | 0 | 0 | Page File Bytes Peak is the maximum number of bytes this process has used in the paging file(s). Paging files are used to stor… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.11 | procPageFileBytes | 0 | 0 | Page File Bytes is the current number of bytes this process has used in the paging file(s). Paging files are used to store pag… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.12 | procPrivateBytes | 0 | 0 | Private Bytes is the current number of bytes this process has allocated that cannot be shared with other processes. |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.13 | procThreadCount | 0 | 0 | The number of threads currently active in this process. An instruction is the basic unit of execution in a processor, and a th… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.14 | procPriorityBase | 0 | 0 | The current base priority of this process. Threads within a process can raise and lower their own base priority relative to th… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.15 | procElapsedTime | 0 | 0 | The total elapsed time (in seconds) this process has been running. |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.16 | procIDProcess | 0 | 0 | ID Process is the unique identifier of this process. ID Process numbers are reused, so they only identify a process for the li… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.17 | procPoolPagedBytes | 0 | 0 | Pool Paged Bytes is the number of bytes in the Paged Pool, a system memory area where space is acquired by operating system com… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.18 | procPoolNonpagedBytes | 0 | 0 | Pool Nonpaged Bytes is the number of bytes in the Nonpaged Pool, a system memory area where space is acquired by operating syst… |
1.3.6.1.4.1.311.1.1.3.1.1.16.1.19 | procHandleCount | 0 | 0 | The total number of handles currently open by this process. This number is the sum of the handles currently open by each threa… |