cpqOsProcessWorkingSet
CPQOS-MIB ·
.1.3.6.1.4.1.232.19.2.12.2.1.6
Object
column
mandatory
Integer32
Working Set is the current number of bytes in the Working Set of this process. The Working Set is the set of memory pages touched recently by the threads in the process. If free memory in the computer is above a threshold, pages are left in the Working Set of a process even if they are not in use. When free memory falls below a threshold, pages are trimmed from Working Sets. If they are needed they will then be soft-faulted back into the Working Set before they leave main memory.
Context
- MIB
- CPQOS-MIB
- OID
.1.3.6.1.4.1.232.19.2.12.2.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqOsProcessEntry
- Table
- cpqOsProcessTable
- Siblings
- 9
Syntax
Integer32
- Source
- COPS-PR-SPPIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cpqOsProcessIndex mandatory The Process Instance number. | column | Integer32 | .1.3.6.1.4.1.232.19.2.12.2.1.1 |
| cpqOsProcessCondition mandatory The condition of this Process Object Instance. | column | Enumeration | .1.3.6.1.4.1.232.19.2.12.2.1.10 |
| cpqOsProcessInstance mandatory The Process Instance Name. | column | OctetString | .1.3.6.1.4.1.232.19.2.12.2.1.2 |
| cpqOsProcessThreadCount mandatory The number of threads currently active in this process. An instruction
is the basic unit of execution in a processor, and a thread is the object
that executes instructions. Ever… | column | Integer32 | .1.3.6.1.4.1.232.19.2.12.2.1.3 |
| cpqOsProcessPrivateBytes mandatory Private Bytes is the current number of bytes this process has allocated
that cannot be shared with other processes. | column | Integer32 | .1.3.6.1.4.1.232.19.2.12.2.1.4 |
| cpqOsProcessPageFileBytes mandatory Page File Bytes is the current number of bytes this process has used in
the paging file(s). Paging files are used to store pages of memory used
by the process that are not contai… | column | Integer32 | .1.3.6.1.4.1.232.19.2.12.2.1.5 |
| cpqOsProcessCpuTimePercent mandatory % Processor Time is the percentage of elapsed time that all of the
threads of this process used the processor to execute instructions.
An instruction is the basic unit of executio… | column | Integer32 | .1.3.6.1.4.1.232.19.2.12.2.1.7 |
| cpqOsProcessPrivilegedTimePercent mandatory % Privileged Time is the percentage of elapsed time that the threads of
the process have spent executing code in privileged mode. When a Windows
NT system service is called, the … | column | Integer32 | .1.3.6.1.4.1.232.19.2.12.2.1.8 |
| cpqOsProcessPageFaultsPerSec mandatory Page Faults/sec is the rate Page Faults occur in the threads executing
in this process. A page fault occurs when a thread refers to a virtual
memory page that is not in its worki… | column | Integer32 | .1.3.6.1.4.1.232.19.2.12.2.1.9 |