CPQOS-MIB: View SNMP OID List / Download MIB

VENDOR: COMPAQ


 Home MIB: CPQOS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cpqWinOsMgmt 1.3.6.1.4.1.232.19
       cpqOsMibRev 1.3.6.1.4.1.232.19.1
           cpqOsMibRevMajor 1.3.6.1.4.1.232.19.1.1 integer read-only
The Major Revision level of the MIB. A change in the major revision level represents a major change in the architecture of the MIB. A change in the major revision level may indicate a significant change in the information supported and/or the meaning of the supported information, correct interpretation of data may require a MIB document with the same major revision level.
           cpqOsMibRevMinor 1.3.6.1.4.1.232.19.1.2 integer read-only
The Minor Revision level of the MIB. A change in the minor revision level may represent some minor additional support, no changes to any pre-existing information has occurred.
           cpqOsMibCondition 1.3.6.1.4.1.232.19.1.3 integer read-only
The overall condition. This object represents the overall status of the Operating System management system represented by this MIB. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
       cpqOsComponent 1.3.6.1.4.1.232.19.2
           cpqOsInterface 1.3.6.1.4.1.232.19.2.1
               cpqOsCommon 1.3.6.1.4.1.232.19.2.1.4
                   cpqOsCommonPollFreq 1.3.6.1.4.1.232.19.2.1.4.1 integer read-write
The Management Agent's polling frequency. The frequency, in seconds, at which the Agent requests information from the device driver. A frequency of zero (0) indicates that the Insight Agent retrieves the information upon request of a management station, it does not poll the device driver at a specific interval. If the poll frequency is zero (0) all attempts to write to this object will fail. If the poll frequency is non-zero, setting this value will change the polling frequency of the Insight Agent. Setting the poll frequency to zero (0) will always fail, an agent may also choose to fail any request to change the poll frequency to a value that would severely impact system performance.
           cpqOsSystem 1.3.6.1.4.1.232.19.2.2
               cpqOsSystemStatus 1.3.6.1.4.1.232.19.2.2.1 integer read-only
This value specifies the overall condition of the System Object. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsSystemUpTime 1.3.6.1.4.1.232.19.2.2.2 displaystring read-only
Total Time that the computer has been operational since it was last started.
               cpqOsSystemThreads 1.3.6.1.4.1.232.19.2.2.3 integer read-only
Threads is the number of threads in the computer at the time of data collection. Notice that this is an instantaneous count, not an average over the time interval. A thread is the basic executable entity that can execute instructions in a processor.
               cpqOsSysContextSwitchesPersec 1.3.6.1.4.1.232.19.2.2.4 integer read-only
Context Switches/sec is the combined rate at which all processors on the computer are switched from one thread to another. Context switches occur when a running thread voluntarily relinquishes the processor, is preempted by a higher priority ready thread, or switches between user-mode and privileged (kernel) mode to use an Executive or subsystem service. It is the sum of Thread: Context Switches/sec for all threads running on all processors in the computer and is measured in numbers of switches. There are context switch counters on the System and Thread objects.
               cpqOsSysCpuQueueLength 1.3.6.1.4.1.232.19.2.2.5 integer read-only
Processor Queue Length is the number of threads in the processor queue. There is a single queue for processor time even on computers with multiple processors. Unlike the disk counters, this counter counts ready threads only, not threads that are running. A sustained processor queue of greater than two threads generally indicates processor congestion.
               cpqOsSysProcesses 1.3.6.1.4.1.232.19.2.2.6 integer read-only
Processes is the number of processes in the computer at the time of data collection. Notice that this is an instantaneous count, not an average over the time interval. Each process represents the running of a program.
               cpqOsSysRegistryInUsePercent 1.3.6.1.4.1.232.19.2.2.7 integer read-only
RegistryInUsePercent is the percentage of the Total Registry Quota Allowed that is currently being used by the system. This counter displays the current percentage value only; it is not an average.
           cpqOsProcessor 1.3.6.1.4.1.232.19.2.3
               cpqOsProcessorStatus 1.3.6.1.4.1.232.19.2.3.1 integer read-only
This value specifies the overall condition of Processor Object instances. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsProcessorTable 1.3.6.1.4.1.232.19.2.3.2 no-access
A table of Processor Entries.
                   cpqOsProcessorEntry 1.3.6.1.4.1.232.19.2.3.2.1 no-access
A Processor Entry.
                       cpqOsCpuIndex 1.3.6.1.4.1.232.19.2.3.2.1.1 integer read-only
This Processor Instance number.
                       cpqOsCpuInstance 1.3.6.1.4.1.232.19.2.3.2.1.2 displaystring read-only
This Processor Instance Name.
                       cpqOsCpuInterruptsPerSec 1.3.6.1.4.1.232.19.2.3.2.1.3 integer read-only
Interrupts/sec is the average number of hardware interrupts the processor is receiving and servicing in each second. It does not include DPCs, which are counted separately. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended during interrupts. Most system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity.
                       cpqOsCpuTimePercent 1.3.6.1.4.1.232.19.2.3.2.1.4 integer read-only
%Processor Time is the percentage of time that the processor is executing a non-Idle thread. This counter was designed as a primary indicator of processor activity. It is calculated by measuring the time that the processor spends executing the thread of the Idle process in each sample interval, and subtracting that value from 100%. (Each processor has an Idle thread which consumes cycles when no other threads are ready to run.) It can be viewed as the fraction of the time spent doing useful work.
                       cpqOsWarCpuTimePercent 1.3.6.1.4.1.232.19.2.3.2.1.5 integer read-write
Warning alarm will be issued if, (cpqOsCpuTotalCpuTimePercent >= cpqOsWarCpuTotalCpuTimePercent && cpqOsCpuTotalCpuTimePercent < cpqOsCriCpuTotalCpuTimePercent) for 15 data collection intervals.
                       cpqOsCriCpuTimePercent 1.3.6.1.4.1.232.19.2.3.2.1.6 integer read-write
Critical alarm will be issued if, (cpqOsCpuTotalCpuTimePercent >= cpqOsCriCpuTotalCpuTimePercent) for 15 data collection intervals.
                       cpqOsCpuUserTimePercent 1.3.6.1.4.1.232.19.2.3.2.1.7 integer read-only
%User Time is the percentage of non-idle processor time spent in user mode. User mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems. The alternative, privileged mode, is designed for operating system components and allows direct access to hardware and all memory. The operating system switches application threads to privileged mode to obtain operating system services.
                       cpqOsCpuPrivilegedTimePercent 1.3.6.1.4.1.232.19.2.3.2.1.8 integer read-only
%Privileged Time is the percentage of non-idle processor time spent in privileged mode. (Privileged mode is a processing mode designed for operating system components and hardware-manipulating drivers. It allows direct access to hardware and all memory. The alternative, user mode, is a restricted processing mode designed for applications, environment subsystems, and integral subsystems. The operating system switches application threads to privileged mode to obtain operating system services.) %Privileged Time includes time servicing interrupts and DPCs. A high rate of privileged time might be attributable to a large number of interrupts generated by a failing device.
                       cpqOsCpuCondition 1.3.6.1.4.1.232.19.2.3.2.1.9 integer read-only
The condition of this Processor Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqOsCpuPercentDPCTime 1.3.6.1.4.1.232.19.2.3.2.1.10 integer read-only
% DPC Time is the percentage of time that the processor spent receiving and servicing deferred procedure calls (DPCs) during the sample interval. (DPCs are interrupts that run at a lower priority than standard interrupts). % DPC Time is a component of % Privileged Time because DPCs are executed in privileged mode. They are counted separately and are not a component of the interrupt counters. This counter displays the average busy time as a percentage of the sample time.
                       cpqOsCpuPercentInterruptTime 1.3.6.1.4.1.232.19.2.3.2.1.11 integer read-only
% Interrupt Time is the percentage of time the processor spent receiving and servicing hardware interrupts during the sample interval. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended during interrupts. Most system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity. This counter displays the average busy time as a percentage of the sample time.
           cpqOsMemory 1.3.6.1.4.1.232.19.2.4
               cpqOsMemoryStatus 1.3.6.1.4.1.232.19.2.4.1 integer read-only
This value specifies the overall condition of Memory Object. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsMemAvailableKBytes 1.3.6.1.4.1.232.19.2.4.2 integer read-only
Available Bytes is the amount of physical memory available to processes running on the computer, in bytes. It is calculated by summing space on the Zeroed, Free, and Standby memory lists. Free memory is ready for use; Zeroed memory is pages of memory filled with zeros to prevent later processes from seeing data used by a previous process. Standby memory is memory removed from a process's working set (its physical memory) on route to disk, but is still available to be recalled.
               cpqOsMemPagesPerSec 1.3.6.1.4.1.232.19.2.4.3 integer read-only
Pages/sec is the number of pages read from or written to disk to resolve hard page faults. (Hard page faults occur when a process requires code or data that is not in its working set or elsewhere in physical memory, and must be retrieved from disk.) This counter was designed as a primary indicator of the kinds of faults that cause system-wide delays. It is the sum of Memory: Pages Input/sec and Memory: Pages Output/sec. It is counted in numbers of pages, so it can be compared to other counts of pages, such as Memory: Page Faults/sec, without conversion. It includes pages retrieved to satisfy faults in the file system cache (usually requested by applications) non-cached mapped memory files.
               cpqOsMemPagesInputPerSec 1.3.6.1.4.1.232.19.2.4.4 integer read-only
Pages Input/sec is the number of pages read from disk to resolve hard page faults. (Hard page faults occur when a process requires code or data that is not in its working set or elsewhere in physical memory, and must be retrieved from disk.) This counter was designed as a primary indicator of the kinds of faults that cause system-wide delays. It includes pages retrieved to satisfy faults in the file system cache (usually requested by applications) and in non-cached mapped memory files. This counter counts numbers of pages, and can be compared to other counts of pages, such as Memory: Page Faults/sec, without conversion.
               cpqOsMemPagesOutputPerSec 1.3.6.1.4.1.232.19.2.4.5 integer read-only
Pages Output/sec is the number of pages written to disk to free up space in physical memory. Pages are written back to disk only if they are changed in physical memory, so they are likely to hold data, not code. A high rate of pages output might indicate a memory shortage. Windows NT writes more pages back to disk to free up space when physical memory is in short supply. This counter counts numbers of pages, and can be compared to other counts of pages, without conversion. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
               cpqOsMemPageFaultsPerSec 1.3.6.1.4.1.232.19.2.4.6 integer read-only
Page Faults/sec is overall rate at which of faulted pages are handled by the processor. It is measured in numbers of pages faulted. A page fault occurs when a process requires code or data that is not in its working set (its space in physical memory) in main memory. This counter includes both hard faults (those that require disk access) and soft faults (where the faulted page is found elsewhere in physical memory.) Most processors can handle large numbers of soft faults without consequence. However, hard faults can cause significant delays.
               cpqOsMemCacheFaultsPerSec 1.3.6.1.4.1.232.19.2.4.7 integer read-only
Cache Faults/sec is the number of faults which occur when a page sought in the file system cache is not found there and must be retrieved from elsewhere in memory (a soft fault) or from disk (a hard fault). The file system cache is an area of physical memory that stores recently used pages of data for applications. Cache activity is a reliable indicator of most application I/O operations. This counter counts the number of faults, without regard for the number of pages faulted in each operation.
               cpqOsMemPageReadsPerSecx1000 1.3.6.1.4.1.232.19.2.4.8 integer read-only
Page Reads/sec is the number of times the disk was read to resolve hard page faults (times 1000). (Hard page faults occur when a process requires code or data that is not in its working set or elsewhere in physical memory, and must be retrieved from disk). This counter was designed as a primary indicator of the kinds of faults that cause system-wide delays. It includes reads to satisfy faults in the file system cache (usually requested by applications) and in non-cached mapped memory files. This counter counts numbers of read operations, without regard to the numbers of pages retrieved by each operation. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
               cpqOsMemPageWritesPerSecx1000 1.3.6.1.4.1.232.19.2.4.9 integer read-only
Page Writes/sec is the number of times pages were written to disk to free up space in physical memory (times 1000). Pages are written to disk only if they are changed while in physical memory, so they are likely to hold data, not code. This counter counts write operations, without regard to the number of pages written in each operation. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
               cpqOsMemPoolNonpagedBytes 1.3.6.1.4.1.232.19.2.4.10 integer read-only
Pool Nonpaged Bytes is the number of bytes in the nonpaged pool, an area of system memory (physical memory used by the operating system) for objects that cannot be written to disk, but must remain in physical memory as long as they are allocated. Memory: Pool Nonpaged Bytes is calculated differently than Process: Pool Nonpaged Bytes, so it might not equal Process: Pool Nonpaged Bytes: _Total. This counter displays the last observed value only; it is not an average.
               cpqOsMemCacheBytes 1.3.6.1.4.1.232.19.2.4.11 integer read-only
Cache Bytes is the sum of the System Cache Resident Bytes, System Driver Resident Bytes, System Code Resident Bytes, and Pool Paged Resident Bytes counters. This counter displays the last observed value only; it is not an average.
           cpqOsCache 1.3.6.1.4.1.232.19.2.5
               cpqOsCacheStatus 1.3.6.1.4.1.232.19.2.5.1 integer read-only
This value specifies the overall condition of Cache Object. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsCacheTable 1.3.6.1.4.1.232.19.2.5.2 no-access
A table of Cache Entries.
                   cpqOsCacheEntry 1.3.6.1.4.1.232.19.2.5.2.1 no-access
A Cache Entry.
                       cpqOsCacheIndex 1.3.6.1.4.1.232.19.2.5.2.1.1 integer read-only
The Cache Instance number.
                       cpqOsCacheInstance 1.3.6.1.4.1.232.19.2.5.2.1.2 displaystring read-only
The Cache Instance Name.
                       cpqOsCacheCopyReadHitsPercent 1.3.6.1.4.1.232.19.2.5.2.1.3 integer read-only
%Copy Read Hits is the percentage of cache copy read requests that hit the cache, that is, they did not require a disk read in order to provide access to the page in the cache. A copy read is a file read operation that is satisfied by a memory copy from a page in the cache to the application buffer. The LAN Redirector uses this method for retrieving information from the cache, as does the LAN Server for small transfers. This is a method used by the disk file systems as well.
                       cpqOsWarCacheCopyReadHitsPercent 1.3.6.1.4.1.232.19.2.5.2.1.4 integer read-write
Warning alarm will be issued if, (cpqOsCacheCopyReadHitsPercent <= cpqOsWarCacheCopyReadHitsPercent && cpqOsCacheCopyReadHitsPercent > cpqOsCriCacheCopyReadsPerSec) for 15 data collection intervals.
                       cpqOsCriCacheCopyReadHitsPercent 1.3.6.1.4.1.232.19.2.5.2.1.5 integer read-write
Critical alarm will be issued if, (cpqOsCacheCopyReadHitsPercent <= cpqOsCriCacheCopyReadHitsPercent) for 15 data collection intervals.
                       cpqOsCacheCopyReadsPerSec 1.3.6.1.4.1.232.19.2.5.2.1.6 integer read-only
Copy Reads/sec is the frequency of reads from pages of the file system cache that involve a memory copy of the data from the cache to the application's buffer. The LAN Redirector uses this method for retrieving information from the file system cache, as does the LAN Server for small transfers.
                       cpqOsCacheCondition 1.3.6.1.4.1.232.19.2.5.2.1.7 integer read-only
The condition of this Cache Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
           cpqOsPagingFile 1.3.6.1.4.1.232.19.2.6
               cpqOsPagingFileStatus 1.3.6.1.4.1.232.19.2.6.1 integer read-only
This value specifies the overall condition of Paging File Object instances. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsPagingFileTable 1.3.6.1.4.1.232.19.2.6.2 no-access
A table of Paging File Entries.
                   cpqOsPagingFileEntry 1.3.6.1.4.1.232.19.2.6.2.1 no-access
A Paging File Entry.
                       cpqOsPagingFileIndex 1.3.6.1.4.1.232.19.2.6.2.1.1 integer read-only
This PagingFile Instance Number.
                       cpqOsPagingFileInstance 1.3.6.1.4.1.232.19.2.6.2.1.2 displaystring read-only
This PagingFile Instance Name.
                       cpqOsPageFileUsagePercent 1.3.6.1.4.1.232.19.2.6.2.1.3 integer read-only
The Paging File usage in percent.
                       cpqOsWarPageFileUsagePercent 1.3.6.1.4.1.232.19.2.6.2.1.4 integer read-write
Warning alarm will be issued if, (cpqOsPageFileUsagePercent >= cpqOsWarPageFileUsagePercent && cpqOsPageFileUsagePercent < cpqOsCriPageFileUsagePercent) for 15 data collection intervals.
                       cpqOsCriPageFileUsagePercent 1.3.6.1.4.1.232.19.2.6.2.1.5 integer read-write
Critical alarm will be issued if, (cpqOsPageFileUsagePercent >= cpqOsCriPageFileUsagePercent) for 15 data collection intervals.
                       cpqOsPagingFileCondition 1.3.6.1.4.1.232.19.2.6.2.1.6 integer read-only
The condition of this Paging File Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
           cpqOsPhysicalDisk 1.3.6.1.4.1.232.19.2.7
               cpqOsPhysicalDiskStatus 1.3.6.1.4.1.232.19.2.7.1 integer read-only
This value specifies the overall condition of Physical Disk Object instances. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsPhysicalDiskTable 1.3.6.1.4.1.232.19.2.7.2 no-access
A table of Physical Disk Entries.
                   cpqOsPhysicalDiskEntry 1.3.6.1.4.1.232.19.2.7.2.1 no-access
A Physical Disk Entry.
                       cpqOsPhysicalDiskIndex 1.3.6.1.4.1.232.19.2.7.2.1.1 integer read-only
The Physical Disk Instance number.
                       cpqOsPhysicalDiskInstance 1.3.6.1.4.1.232.19.2.7.2.1.2 displaystring read-only
The Physical Disk Instance Name.
                       cpqOsPhysicalDiskQueueLength 1.3.6.1.4.1.232.19.2.7.2.1.3 integer read-only
Avg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.
                       cpqOsPhysicalDiskBusyTimePercent 1.3.6.1.4.1.232.19.2.7.2.1.4 integer read-only
%Disk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.
                       cpqOsPhysicalDiskCondition 1.3.6.1.4.1.232.19.2.7.2.1.5 integer read-only
The condition of this Physical Disk Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqOsPhysicalDiskBytesPersec 1.3.6.1.4.1.232.19.2.7.2.1.6 integer read-only
Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
                       cpqOsPhysicalDiskTransfersPersecx1000 1.3.6.1.4.1.232.19.2.7.2.1.7 integer read-only
Disk Transfers/sec is the rate of read and write operations on the disk (times 1000).
                       cpqOsPhysicalDiskReadsPersecx1000 1.3.6.1.4.1.232.19.2.7.2.1.8 integer read-only
Disk Reads/sec is the rate of read operations on the disk (times 1000).
                       cpqOsPhysicalDiskWritesPersecx1000 1.3.6.1.4.1.232.19.2.7.2.1.9 integer read-only
Disk Writes/sec is the rate of write operations on the disk (times 1000).
                       cpqOsPhysicalDiskReadBytesPersec 1.3.6.1.4.1.232.19.2.7.2.1.10 integer read-only
Disk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.
                       cpqOsPhysicalDiskWriteBytesPersec 1.3.6.1.4.1.232.19.2.7.2.1.11 integer read-only
Disk Write Bytes is rate bytes are transferred to the disk during write operations.
                       cpqOsPhysicalDiskAvgDisksecPerReadx10000 1.3.6.1.4.1.232.19.2.7.2.1.12 integer read-only
Avg. Disk sec/Read is the average time in seconds of a read of data from the disk (times 10000).
                       cpqOsPhysicalDiskAvgDisksecPerWritex10000 1.3.6.1.4.1.232.19.2.7.2.1.13 integer read-only
Avg. Disk sec/Write is the average time in seconds of a write of data to the disk (times 10000).
                       cpqOsPhysicalDiskCurrentDiskQueueLength 1.3.6.1.4.1.232.19.2.7.2.1.14 integer read-only
Current Disk Queue Length is the number of requests outstanding on the disk at the time the performance data is collected. It includes requests in service at the time of the snapshot. This is an instantaneous length, not an average over the time interval. Multi-spindle disk devices can have multiple requests active at one time, but other concurrent requests are awaiting service. This counter might reflect a transitory high or low queue length, but if there is a sustained load on the disk drive, it is likely that this will be consistently high. Requests are experiencing delays proportional to the length of this queue minus the number of spindles on the disks. This difference should average less than 2 for good performance.
           cpqOsLogicalDisk 1.3.6.1.4.1.232.19.2.8
               cpqOsLogicalDiskStatus 1.3.6.1.4.1.232.19.2.8.1 integer read-only
This value specifies the overall condition of Logical Disk Object instances. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsLogicalDiskTable 1.3.6.1.4.1.232.19.2.8.2 no-access
A table of Logical Disk Entries.
                   cpqOsLogicalDiskEntry 1.3.6.1.4.1.232.19.2.8.2.1 no-access
A Logical Disk Entry.
                       cpqOsLogicalDiskIndex 1.3.6.1.4.1.232.19.2.8.2.1.1 integer read-only
The Logical Disk Instance number.
                       cpqOsLogicalDiskInstance 1.3.6.1.4.1.232.19.2.8.2.1.2 displaystring read-only
The Logical Disk Instance Name.
                       cpqOsLogicalDiskFreeSpaceMBytes 1.3.6.1.4.1.232.19.2.8.2.1.3 integer read-only
Free Megabytes displays the unallocated space on the disk drive in megabytes. One megabyte = 1,048,576 bytes.
                       cpqOsLogicalDiskFreeSpacePercent 1.3.6.1.4.1.232.19.2.8.2.1.4 integer read-only
%Free Space is the ratio of the free space available on the logical disk unit to the total usable space provided by the selected logical disk drive
                       cpqOsLogicalDiskQueueLength 1.3.6.1.4.1.232.19.2.8.2.1.5 integer read-only
Avg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.
                       cpqOsLogicalDiskBusyTimePercent 1.3.6.1.4.1.232.19.2.8.2.1.6 integer read-only
%Disk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.
                       cpqOsWarLogicalDiskBusyTimePercent 1.3.6.1.4.1.232.19.2.8.2.1.7 integer read-write
Warning alarm will be issued if, (cpqOsLogicalDiskBusyTimePercent >= cpqOsWarLogicalDiskBusyTimePercent && cpqOsLogicalDiskBusyTimePercent < cpqOsCriLogicalDiskBusyTimePercent) for 15 data collection intervals.
                       cpqOsCriLogicalDiskBusyTimePercent 1.3.6.1.4.1.232.19.2.8.2.1.8 integer read-write
Critical alarm will be issued if, (cpqOsLogicalDiskBusyTimePercent >= cpqOsCriLogicalDiskBusyTimePercent) for 15 data collection intervals.
                       cpqOsLogicalDiskCondition 1.3.6.1.4.1.232.19.2.8.2.1.9 integer read-only
The condition of this Logical Disk Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
           cpqOsServer 1.3.6.1.4.1.232.19.2.9
               cpqOsServerStatus 1.3.6.1.4.1.232.19.2.9.1 integer read-only
This value specifies the overall condition of Server Object. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
               cpqOsServerTotalNetworkUtilizationBytesPerSec 1.3.6.1.4.1.232.19.2.9.2 integer read-only
The number of bytes the server has sent to and received from the network. This value provides an overall indication of how busy the server is.
               cpqOsServerSessions 1.3.6.1.4.1.232.19.2.9.3 integer read-only
The number of sessions currently active in the server. Indicates current server activity.
               cpqOsServerAccessPermissionErrors 1.3.6.1.4.1.232.19.2.9.4 integer read-only
The number of times opens on behalf of clients have failed with STATUS_ACCESS_DENIED. Can indicate whether somebody is randomly attempting to access files in hopes of getting at something that was not properly protected.
               cpqOsServerAccessGrantedErrors 1.3.6.1.4.1.232.19.2.9.5 integer read-only
The number of times accesses to files opened successfully were denied. Can indicate attempts to access files without proper access authorization.
               cpqOsServerLogonErrors 1.3.6.1.4.1.232.19.2.9.6 integer read-only
The number of failed logon attempts to the server. Can indicate whether password guessing programs are being used to crack the security on the server.
               cpqOsServerSessionsErroredOut 1.3.6.1.4.1.232.19.2.9.7 integer read-only
The number of sessions that have been closed due to unexpected error conditions or sessions that have reached the autodisconnect timeout and have been disconnected normally.
               cpqOsServerContextBlocksQueuePerSec 1.3.6.1.4.1.232.19.2.9.8 integer read-only
Context Blocks Queued per second is the rate at which work context blocks had to be placed on the server's FSP queue to await server action.
           cpqOsNetworkInterface 1.3.6.1.4.1.232.19.2.10
                 cpqOsNetworkInterfaceStatus 1.3.6.1.4.1.232.19.2.10.1 integer read-only
This value specifies the overall condition of Network Interface Object instances. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                 cpqOsNetworkInterfaceTable 1.3.6.1.4.1.232.19.2.10.2 no-access
A table of Network Interface Entries.
                     cpqOsNetworkInterfaceEntry 1.3.6.1.4.1.232.19.2.10.2.1 no-access
A Network Interface Entry.
                         cpqOsNetworkInterfaceIndex 1.3.6.1.4.1.232.19.2.10.2.1.1 integer read-only
The Network Interface Instance number.
                         cpqOsNetworkInterfaceInstance 1.3.6.1.4.1.232.19.2.10.2.1.2 displaystring read-only
The Network Interface Instance Name.
                         cpqOsNetworkTotalBytesPerSec 1.3.6.1.4.1.232.19.2.10.2.1.3 integer read-only
Bytes Total/sec is the rate at which bytes are sent and received on the interface, including framing characters.
                         cpqOsNetworkPacketsPerSec 1.3.6.1.4.1.232.19.2.10.2.1.4 integer read-only
Packets/sec is the rate at which packets are sent and received on the network interface.
                         cpqOsNetworkOutputQueueLength 1.3.6.1.4.1.232.19.2.10.2.1.5 integer read-only
Output Queue Length is the length of the output packet queue (in packets.) If this is longer than 2, delays are being experienced and the bottleneck should be found and eliminated if possible. Since the requests are queued by NDIS in this implementations, this will always be 0.
                         cpqOsNetworkPktOutboundErrors 1.3.6.1.4.1.232.19.2.10.2.1.6 integer read-only
Packets Outbound Errors is the number of outbound packets that could not be transmitted because of errors.
                         cpqOsNetworkPktReceiveErrors 1.3.6.1.4.1.232.19.2.10.2.1.7 integer read-only
Packets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
                         cpqOsNetworkCurrentBandWidth 1.3.6.1.4.1.232.19.2.10.2.1.8 integer read-only
Current Bandwidth is an estimate of the interface's current bandwidth in bits per second (BPS). For interfaces that do not vary in bandwidth or for those where no accurate estimation can be made, this value is the nominal bandwidth.
                         cpqOsNetworkInterfaceCondition 1.3.6.1.4.1.232.19.2.10.2.1.9 integer read-only
The condition of this Network Interface Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                         cpqOsNetworkBytesSentPersec 1.3.6.1.4.1.232.19.2.10.2.1.10 integer read-only
Bytes Sent/sec is the rate at which bytes are sent on the interface, including framing characters.
                         cpqOsNetworkBytesReceivedPersec 1.3.6.1.4.1.232.19.2.10.2.1.11 integer read-only
Bytes Received/sec is the rate at which bytes are received on the interface, including framing characters.
                         cpqOsNetworkPacketsSentPersecx1000 1.3.6.1.4.1.232.19.2.10.2.1.12 integer read-only
Packets Sent/sec is the rate (times 1000) at which packets are sent on the network interface.
                         cpqOsNetworkPacketsReceivedPersecx1000 1.3.6.1.4.1.232.19.2.10.2.1.13 integer read-only
Packets Received/sec is the rate (times 1000) at which packets are received on the network interface.
           cpqOsTcp 1.3.6.1.4.1.232.19.2.11
                 cpqOsTcpStatus 1.3.6.1.4.1.232.19.2.11.1 integer read-only
This value specifies the overall condition of TCP Object instances. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                 cpqOsTcpTable 1.3.6.1.4.1.232.19.2.11.2 no-access
A table of Tcp Entries.
                     cpqOsTcpEntry 1.3.6.1.4.1.232.19.2.11.2.1 no-access
A TCP Entry.
                         cpqOsTcpIndex 1.3.6.1.4.1.232.19.2.11.2.1.1 integer read-only
The TCP Instance number.
                         cpqOsTcpInstance 1.3.6.1.4.1.232.19.2.11.2.1.2 displaystring read-only
The TCP Instance Name.
                         cpqOsTcpActiveConnections 1.3.6.1.4.1.232.19.2.11.2.1.3 integer read-only
Connections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
                         cpqOsTcpEstablishedConections 1.3.6.1.4.1.232.19.2.11.2.1.4 integer read-only
Connections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
                         cpqOsTcpSegmentsPerSec 1.3.6.1.4.1.232.19.2.11.2.1.5 integer read-only
Segments/sec is the rate at which TCP segments are sent or received using the TCP protocol.
                         cpqOsTcpRetransmittedSegmentsPerSec 1.3.6.1.4.1.232.19.2.11.2.1.6 integer read-only
Segments Retransmitted/sec is the rate at which segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes.
                         cpqOsTcpConnectionFailures 1.3.6.1.4.1.232.19.2.11.2.1.7 integer read-only
Connection Failures is the number of times TCP connections have made a direct transition to the CLOSED state from the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state.
                         cpqOsTcpCondition 1.3.6.1.4.1.232.19.2.11.2.1.8 integer read-only
The condition of this Tcp Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
           cpqOsProcess 1.3.6.1.4.1.232.19.2.12
                 cpqOsProcessStatus 1.3.6.1.4.1.232.19.2.12.1 integer read-only
This value specifies the overall condition of Process Object instances. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                 cpqOsProcessTable 1.3.6.1.4.1.232.19.2.12.2 no-access
A table of Process Entries.
                     cpqOsProcessEntry 1.3.6.1.4.1.232.19.2.12.2.1 no-access
A Process Entry.
                         cpqOsProcessIndex 1.3.6.1.4.1.232.19.2.12.2.1.1 integer read-only
The Process Instance number.
                         cpqOsProcessInstance 1.3.6.1.4.1.232.19.2.12.2.1.2 displaystring read-only
The Process Instance Name.
                         cpqOsProcessThreadCount 1.3.6.1.4.1.232.19.2.12.2.1.3 integer read-only
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. Every running process has at least one thread.
                         cpqOsProcessPrivateBytes 1.3.6.1.4.1.232.19.2.12.2.1.4 integer read-only
Private Bytes is the current number of bytes this process has allocated that cannot be shared with other processes.
                         cpqOsProcessPageFileBytes 1.3.6.1.4.1.232.19.2.12.2.1.5 integer read-only
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 contained in other files. Paging files are shared by all processes, and lack of space in paging files can prevent other processes from allocating memory.
                         cpqOsProcessWorkingSet 1.3.6.1.4.1.232.19.2.12.2.1.6 integer read-only
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.
                         cpqOsProcessCpuTimePercent 1.3.6.1.4.1.232.19.2.12.2.1.7 integer read-only
% 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 execution in a computer, a thread is the object that executes instructions, and a process is the object created when a program is run. Code executed to handle some hardware interrupts and trap conditions are included in this count. On Multi-processor machines the maximum value of the counter is 100 % times the number of processors.
                         cpqOsProcessPrivilegedTimePercent 1.3.6.1.4.1.232.19.2.12.2.1.8 integer read-only
% 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 service will often run in Privileged Mode to gain access to system-private data. Such data is protected from access by threads executing in user Mode. Calls to the system can be explicit or implicit, such as page faults or interrupts. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of your application might appear in other subsystem processes in addition to the privileged time in your process.
                         cpqOsProcessPageFaultsPerSec 1.3.6.1.4.1.232.19.2.12.2.1.9 integer read-only
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 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.
                         cpqOsProcessCondition 1.3.6.1.4.1.232.19.2.12.2.1.10 integer read-only
The condition of this Process Object Instance. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
   cpqOsCpuTimeDegraded 1.3.6.1.4.1.2320.19001
The Processor Time performance property is set to degraded.
   cpqOsCpuTimeFailed 1.3.6.1.4.1.2320.19002
The Processor Time performance property is set to critical.
   cpqOsCacheCopyReadHitsDegraded 1.3.6.1.4.1.2320.19003
The Cache CopyReadHits performance property is set to degraded.
   cpqOsCacheCopyReadHitsFailed 1.3.6.1.4.1.2320.19004
The Cache CopyReadHits performance property is set to critical.
   cpqOsPageFileUsageDegraded 1.3.6.1.4.1.2320.19005
The PagingFile Usage performance property is set to degraded.
   cpqOsPageFileUsageFailed 1.3.6.1.4.1.2320.19006
The PagingFile Usage performance property is set to critical.
   cpqOsLogicalDiskBusyTimeDegraded 1.3.6.1.4.1.2320.19007
The LogicalDisk BusyTime performance property is set to degraded.
   cpqOsLogicalDiskBusyTimeFailed 1.3.6.1.4.1.2320.19008
The LogicalDisk BusyTime performance property is set to critical.