CPQLINOS-MIB: View SNMP OID List / Download MIB

VENDOR: COMPAQ


 Home MIB: CPQLINOS-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
 cpqLinOsMgmt 1.3.6.1.4.1.232.23
       cpqLinOsMibRev 1.3.6.1.4.1.232.23.1
           cpqLinOsMibRevMajor 1.3.6.1.4.1.232.23.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.
           cpqLinOsMibRevMinor 1.3.6.1.4.1.232.23.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.
           cpqLinOsMibCondition 1.3.6.1.4.1.232.23.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.
       cpqLinOsComponent 1.3.6.1.4.1.232.23.2
           cpqLinOsInterface 1.3.6.1.4.1.232.23.2.1
               cpqLinOsCommon 1.3.6.1.4.1.232.23.2.1.4
                   cpqLinOsCommonPollFreq 1.3.6.1.4.1.232.23.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.
                   cpqLinOsCommonLastObservedPollCycle 1.3.6.1.4.1.232.23.2.1.4.2 integer read-only
The Management Agent's last polling cycle, measured in milliseconds. This quantity should be approximately the desired polling frequency, but because of scheduling variances, slight distortions are to be expected.
                   cpqLinOsCommonLastObservedTimeSec 1.3.6.1.4.1.232.23.2.1.4.3 integer read-only
The point in time where the last polling occured. This quantity counts the seconds from January 1, 1970 (UTC) on. This time stamp is implemented with the Linux gettimeofday call.
                   cpqLinOsCommonLastObservedTimeMSec 1.3.6.1.4.1.232.23.2.1.4.4 integer read-only
The point in time where the last polling occured. This quantity counts milliseconds of the last fraction of a second transpired. This time stamp is implemented with the Linux gettimeofday call and is only useful in conjunction with the previously described quantity.
           cpqLinOsSystem 1.3.6.1.4.1.232.23.2.2
               cpqLinOsSystemUpTime 1.3.6.1.4.1.232.23.2.2.2 displaystring read-only
Total Time that the computer has been operational since it was last started.
               cpqLinOsSysContextSwitchesPersec 1.3.6.1.4.1.232.23.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.
               cpqLinOsSysProcesses 1.3.6.1.4.1.232.23.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.
           cpqLinOsProcessor 1.3.6.1.4.1.232.23.2.3
               cpqLinOsProcessorTable 1.3.6.1.4.1.232.23.2.3.2 no-access
A table of Processor Entries.
                   cpqLinOsProcessorEntry 1.3.6.1.4.1.232.23.2.3.2.1 no-access
A Processor Entry.
                       cpqLinOsCpuIndex 1.3.6.1.4.1.232.23.2.3.2.1.1 integer read-only
This Processor Instance number.
                       cpqLinOsCpuInstance 1.3.6.1.4.1.232.23.2.3.2.1.2 displaystring read-only
This Processor Instance Name.
                       cpqLinOsCpuInterruptsPerSec 1.3.6.1.4.1.232.23.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.
                       cpqLinOsCpuTimePercent 1.3.6.1.4.1.232.23.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.
                       cpqLinOsCpuUserTimePercent 1.3.6.1.4.1.232.23.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.
                       cpqLinOsCpuPrivilegedTimePercent 1.3.6.1.4.1.232.23.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.
           cpqLinOsMemory 1.3.6.1.4.1.232.23.2.4
               cpqLinOsMemTotal 1.3.6.1.4.1.232.23.2.4.2 integer read-only
Total amount of RAM available to the operating system. This is in most cases slightly less than the total amount of system memory and might be further restricted by the boot parameter 'mem'.
               cpqLinOsMemFree 1.3.6.1.4.1.232.23.2.4.3 integer read-only
Total amount of RAM that the operating system is currently not claiming.
               cpqLinOsMemHighTotal 1.3.6.1.4.1.232.23.2.4.4 integer read-only
Total amount of memory in the high region. Highmem is all memory above (approx) 860MB of physical RAM. The kernel uses indirect tricks to access the high memory region. Data cache can go in this memory region.
               cpqLinOsMemHighFree 1.3.6.1.4.1.232.23.2.4.5 integer read-only
The amount of free memory of the high memory region.
               cpqLinOsMemLowTotal 1.3.6.1.4.1.232.23.2.4.6 integer read-only
The total amount of memory in the low memory region. This is the memory the kernel can address directly. All kernel datastructures need to go into low memory.
               cpqLinOsMemLowFree 1.3.6.1.4.1.232.23.2.4.7 integer read-only
The amount of free memory of the low memory region.
               cpqLinOsMemSwapTotal 1.3.6.1.4.1.232.23.2.4.8 integer read-only
The total amount of swap space. This is the sum of the capacities of all swap partitions.
               cpqLinOsMemSwapFree 1.3.6.1.4.1.232.23.2.4.9 integer read-only
The amount of free swap space.
               cpqLinOsMemCached 1.3.6.1.4.1.232.23.2.4.10 integer read-only
Memory in the page cache (diskcache) minus SwapCache.
               cpqLinOsMemSwapCached 1.3.6.1.4.1.232.23.2.4.11 integer read-only
Memory that once was swapped out, is swapped back in but still also is in the swapfile. If memory is needed it doesn't need to be swapped out again, because it is already in the swapfile. This saves I/O.
               cpqLinOsMemActive 1.3.6.1.4.1.232.23.2.4.12 integer read-only
Memory that has been used more recently and usually not reclaimed unless absolutely necessary.
               cpqLinOsMemInactiveDirty 1.3.6.1.4.1.232.23.2.4.13 integer read-only
Dirty means 'might need writing to disk or swap'. This takes more work to free. Examples might be files that have not been written to yet. They aren't written to memory too soon in order to keep the I/O down. For instance, if you're writing logs, it might be better to wait until you have a complete log ready before sending it to disk.
               cpqLinOsMemInactiveClean 1.3.6.1.4.1.232.23.2.4.14 integer read-only
Assumed to be easily freeable. The kernel will try to keep some clean stuff around always to have a bit of breathing room.
           cpqLinOsCache 1.3.6.1.4.1.232.23.2.5
           cpqLinOsPagingFile 1.3.6.1.4.1.232.23.2.6
               cpqLinOsSwapInPerSec 1.3.6.1.4.1.232.23.2.6.2 integer read-only
The amount of memory being swapped in from swap files. This might be pages being retrieved because of a page fault or any other data. The unit is kB/s.
               cpqLinOsSwapOutPerSec 1.3.6.1.4.1.232.23.2.6.3 integer read-only
The amount of memory being swapped out into swap files. This might be pages or any other data. The unit is kB/s.
               cpqLinOsPageSwapInPerSec 1.3.6.1.4.1.232.23.2.6.4 integer read-only
The amount of pages being swapped in from swap files. This is in response to a major page fault.
               cpqLinOsPageSwapOutPerSec 1.3.6.1.4.1.232.23.2.6.5 integer read-only
The amount of pages being swapped out to disk. This is usually in response to tight memory situations where sleeping processes get put out to disk.
               cpqLinOsMinFltPerSec 1.3.6.1.4.1.232.23.2.6.6 integer read-only
The amount of minor faults per second system wide. Minor page faults are faults that trigger a page transfer from somewhere in memory as opposed to page transfer from a hard disk.
               cpqLinOsMajFltPerSec 1.3.6.1.4.1.232.23.2.6.7 integer read-only
The amount of major faults per second system wide. Major page faults are faults that trigger a page transfer from a hard disk s opposed to page transfer from memory.
           cpqLinOsDisk 1.3.6.1.4.1.232.23.2.7
               cpqLinOsDiskTable 1.3.6.1.4.1.232.23.2.7.2 no-access
A table of Physical Disk Entries.
                   cpqLinOsDiskEntry 1.3.6.1.4.1.232.23.2.7.2.1 no-access
A Physical Disk Entry.
                       cpqLinOsDiskMajorIndex 1.3.6.1.4.1.232.23.2.7.2.1.1 integer read-only
The major number of the device (in the traditional Unix sense).
                       cpqLinOsDiskMinorIndex 1.3.6.1.4.1.232.23.2.7.2.1.2 integer read-only
The minor number of the device (in the traditional Unix sense).
                       cpqLinOsDiskName 1.3.6.1.4.1.232.23.2.7.2.1.3 displaystring read-only
The Physical Disk Instance Name.
                       cpqLinOsDiskScsiIndex 1.3.6.1.4.1.232.23.2.7.2.1.4 integer read-only
These are the four numbers that the SCSI subsystem uses to index devices, often written as . The index can be expressed as (id | (lun << 8) | (channel << 16) | (host_no << 24)).
                       cpqLinOsDiskWriteIos 1.3.6.1.4.1.232.23.2.7.2.1.5 integer read-only
Number of write operations that transpired within the last polling interval.
                       cpqLinOsDiskWriteMerges 1.3.6.1.4.1.232.23.2.7.2.1.6 integer read-only
Number of write operations that were coalesced with other operations during the last polling interval.
                       cpqLinOsDiskWriteSectors 1.3.6.1.4.1.232.23.2.7.2.1.7 integer read-only
Number of sectors written out to disk during the last polling interval.
                       cpqLinOsDiskWriteDurationMs 1.3.6.1.4.1.232.23.2.7.2.1.8 integer read-only
Cumulative and concurrent count of milliseconds all write operations took to complete in the last polling interval.
                       cpqLinOsDiskWriteIosPerSec 1.3.6.1.4.1.232.23.2.7.2.1.9 integer read-only
Write operations per second within that last polling interval.
                       cpqLinOsDiskWriteSectorsPerSec 1.3.6.1.4.1.232.23.2.7.2.1.10 integer read-only
Write sectors per second within the last polling interval.
                       cpqLinOsDiskWriteDurationMsPerIos 1.3.6.1.4.1.232.23.2.7.2.1.11 integer read-only
Average milliseconds it took to complete a write operation.
                       cpqLinOsDiskReadIos 1.3.6.1.4.1.232.23.2.7.2.1.12 integer read-only
Number of read operations that transpired within the last polling interval.
                       cpqLinOsDiskReadMerges 1.3.6.1.4.1.232.23.2.7.2.1.13 integer read-only
Number of read operations that were coalesced with other operations during the last polling interval.
                       cpqLinOsDiskReadSectors 1.3.6.1.4.1.232.23.2.7.2.1.14 integer read-only
Number of sectors written out to disk during the last polling interval.
                       cpqLinOsDiskReadDurationMs 1.3.6.1.4.1.232.23.2.7.2.1.15 integer read-only
Cumulative and concurrent count of milliseconds all read operations took to complete in the last polling interval.
                       cpqLinOsDiskReadIosPerSec 1.3.6.1.4.1.232.23.2.7.2.1.16 integer read-only
Read operations per second within that last polling interval.
                       cpqLinOsDiskReadSectorsPerSec 1.3.6.1.4.1.232.23.2.7.2.1.17 integer read-only
Read sectors per second within the last polling interval.
                       cpqLinOsDiskReadDurationMsPerIos 1.3.6.1.4.1.232.23.2.7.2.1.18 integer read-only
Average milliseconds it took to complete a write operation.
           cpqLinOsNetworkInterface 1.3.6.1.4.1.232.23.2.10
                 cpqLinOsNetworkInterfaceTable 1.3.6.1.4.1.232.23.2.10.2 no-access
A table of Network Interface Entries.
                     cpqLinOsNetworkInterfaceEntry 1.3.6.1.4.1.232.23.2.10.2.1 no-access
A Network Interface Entry.
                         cpqLinOsNetworkInterfaceIndex 1.3.6.1.4.1.232.23.2.10.2.1.1 integer read-only
The Network Interface Instance number.
                         cpqLinOsNetworkInterfaceName 1.3.6.1.4.1.232.23.2.10.2.1.2 displaystring read-only
The Network Interface Instance Name.
                         cpqLinOsNetworkInterfaceTxBytes 1.3.6.1.4.1.232.23.2.10.2.1.3 integer read-only
Number of bytes that were transmitted from the network interface within the last polling interval.
                         cpqLinOsNetworkInterfaceTxPackets 1.3.6.1.4.1.232.23.2.10.2.1.4 integer read-only
Number of packets that were transmitted from the network interface within the last polling interval.
                         cpqLinOsNetworkInterfaceTxBytesPerSec 1.3.6.1.4.1.232.23.2.10.2.1.5 integer read-only
Number of bytes per second that were transmitted from the network interface.
                         cpqLinOsNetworkInterfaceTxPacketsPerSec 1.3.6.1.4.1.232.23.2.10.2.1.6 integer read-only
Number of packets per second that were transmitted from the network interface.
                         cpqLinOsNetworkInterfaceRxBytes 1.3.6.1.4.1.232.23.2.10.2.1.7 integer read-only
Number of bytes that were received from the network interface within the last polling interval.
                         cpqLinOsNetworkInterfaceRxPackets 1.3.6.1.4.1.232.23.2.10.2.1.8 integer read-only
Number of packets that were received from the network interface within the last polling interval.
                         cpqLinOsNetworkInterfaceRxBytesPerSec 1.3.6.1.4.1.232.23.2.10.2.1.9 integer read-only
Number of bytes per second that were received from the network interface.
                         cpqLinOsNetworkInterfaceRxPacketsPerSec 1.3.6.1.4.1.232.23.2.10.2.1.10 integer read-only
Number of packets per second that were received from the network interface.