CPQLINOS-MIB

File: CPQLINOS-MIB.mib (36108 bytes)

Imported modules

CPQHOST-MIB RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

compaq DisplayString OBJECT-TYPE
TRAP-TYPE sysName

Defined Types

CpqLinOsProcessorEntry  
SEQUENCE    
  cpqLinOsCpuIndex INTEGER
  cpqLinOsCpuInstance DisplayString
  cpqLinOsCpuInterruptsPerSec INTEGER
  cpqLinOsCpuTimePercent INTEGER
  cpqLinOsCpuUserTimePercent INTEGER
  cpqLinOsCpuPrivilegedTimePercent INTEGER

CpqLinOsDiskEntry  
SEQUENCE    
  cpqLinOsDiskMajorIndex INTEGER
  cpqLinOsDiskMinorIndex INTEGER
  cpqLinOsDiskName DisplayString
  cpqLinOsDiskScsiIndex INTEGER
  cpqLinOsDiskWriteIos INTEGER
  cpqLinOsDiskWriteMerges INTEGER
  cpqLinOsDiskWriteSectors INTEGER
  cpqLinOsDiskWriteDurationMs INTEGER
  cpqLinOsDiskWriteIosPerSec INTEGER
  cpqLinOsDiskWriteSectorsPerSec INTEGER
  cpqLinOsDiskWriteDurationMsPerIos INTEGER
  cpqLinOsDiskReadIos INTEGER
  cpqLinOsDiskReadMerges INTEGER
  cpqLinOsDiskReadSectors INTEGER
  cpqLinOsDiskReadDurationMs INTEGER
  cpqLinOsDiskReadIosPerSec INTEGER
  cpqLinOsDiskReadSectorsPerSec INTEGER
  cpqLinOsDiskReadDurationMsPerIos INTEGER

CpqLinOsNetworkInterfaceEntry  
SEQUENCE    
  cpqLinOsNetworkInterfaceIndex INTEGER
  cpqLinOsNetworkInterfaceName DisplayString
  cpqLinOsNetworkInterfaceTxBytes INTEGER
  cpqLinOsNetworkInterfaceTxPackets INTEGER
  cpqLinOsNetworkInterfaceTxBytesPerSec INTEGER
  cpqLinOsNetworkInterfaceTxPacketsPerSec INTEGER
  cpqLinOsNetworkInterfaceRxBytes INTEGER
  cpqLinOsNetworkInterfaceRxPackets INTEGER
  cpqLinOsNetworkInterfaceRxBytesPerSec INTEGER
  cpqLinOsNetworkInterfaceRxPacketsPerSec INTEGER

Defined Values

cpqLinOsMgmt 1.3.6.1.4.1.232.23
OBJECT IDENTIFIER    

cpqLinOsMibRev 1.3.6.1.4.1.232.23.1
OBJECT IDENTIFIER    

cpqLinOsComponent 1.3.6.1.4.1.232.23.2
OBJECT IDENTIFIER    

cpqLinOsInterface 1.3.6.1.4.1.232.23.2.1
OBJECT IDENTIFIER    

cpqLinOsSystem 1.3.6.1.4.1.232.23.2.2
OBJECT IDENTIFIER    

cpqLinOsProcessor 1.3.6.1.4.1.232.23.2.3
OBJECT IDENTIFIER    

cpqLinOsMemory 1.3.6.1.4.1.232.23.2.4
OBJECT IDENTIFIER    

cpqLinOsCache 1.3.6.1.4.1.232.23.2.5
OBJECT IDENTIFIER    

cpqLinOsPagingFile 1.3.6.1.4.1.232.23.2.6
OBJECT IDENTIFIER    

cpqLinOsDisk 1.3.6.1.4.1.232.23.2.7
OBJECT IDENTIFIER    

cpqLinOsNetworkInterface 1.3.6.1.4.1.232.23.2.10
OBJECT IDENTIFIER    

cpqLinOsCommon 1.3.6.1.4.1.232.23.2.1.4
OBJECT IDENTIFIER    

cpqLinOsMibRevMajor 1.3.6.1.4.1.232.23.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

cpqLinOsMibRevMinor 1.3.6.1.4.1.232.23.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cpqLinOsMibCondition 1.3.6.1.4.1.232.23.1.3
The overall condition. This object represents the overall status of the Operating System management system represented by this MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqLinOsCommonPollFreq 1.3.6.1.4.1.232.23.2.1.4.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

cpqLinOsCommonLastObservedPollCycle 1.3.6.1.4.1.232.23.2.1.4.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsCommonLastObservedTimeSec 1.3.6.1.4.1.232.23.2.1.4.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsCommonLastObservedTimeMSec 1.3.6.1.4.1.232.23.2.1.4.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsSystemUpTime 1.3.6.1.4.1.232.23.2.2.2
Total Time that the computer has been operational since it was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqLinOsSysContextSwitchesPersec 1.3.6.1.4.1.232.23.2.2.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsSysProcesses 1.3.6.1.4.1.232.23.2.2.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsProcessorTable 1.3.6.1.4.1.232.23.2.3.2
A table of Processor Entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqLinOsProcessorEntry

cpqLinOsProcessorEntry 1.3.6.1.4.1.232.23.2.3.2.1
A Processor Entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqLinOsProcessorEntry  

cpqLinOsCpuIndex 1.3.6.1.4.1.232.23.2.3.2.1.1
This Processor Instance number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsCpuInstance 1.3.6.1.4.1.232.23.2.3.2.1.2
This Processor Instance Name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqLinOsCpuInterruptsPerSec 1.3.6.1.4.1.232.23.2.3.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsCpuTimePercent 1.3.6.1.4.1.232.23.2.3.2.1.4
%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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsCpuUserTimePercent 1.3.6.1.4.1.232.23.2.3.2.1.7
%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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsCpuPrivilegedTimePercent 1.3.6.1.4.1.232.23.2.3.2.1.8
%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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemTotal 1.3.6.1.4.1.232.23.2.4.2
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'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemFree 1.3.6.1.4.1.232.23.2.4.3
Total amount of RAM that the operating system is currently not claiming.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemHighTotal 1.3.6.1.4.1.232.23.2.4.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemHighFree 1.3.6.1.4.1.232.23.2.4.5
The amount of free memory of the high memory region.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemLowTotal 1.3.6.1.4.1.232.23.2.4.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemLowFree 1.3.6.1.4.1.232.23.2.4.7
The amount of free memory of the low memory region.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemSwapTotal 1.3.6.1.4.1.232.23.2.4.8
The total amount of swap space. This is the sum of the capacities of all swap partitions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemSwapFree 1.3.6.1.4.1.232.23.2.4.9
The amount of free swap space.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemCached 1.3.6.1.4.1.232.23.2.4.10
Memory in the page cache (diskcache) minus SwapCache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemSwapCached 1.3.6.1.4.1.232.23.2.4.11
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemActive 1.3.6.1.4.1.232.23.2.4.12
Memory that has been used more recently and usually not reclaimed unless absolutely necessary.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemInactiveDirty 1.3.6.1.4.1.232.23.2.4.13
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMemInactiveClean 1.3.6.1.4.1.232.23.2.4.14
Assumed to be easily freeable. The kernel will try to keep some clean stuff around always to have a bit of breathing room.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsSwapInPerSec 1.3.6.1.4.1.232.23.2.6.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsSwapOutPerSec 1.3.6.1.4.1.232.23.2.6.3
The amount of memory being swapped out into swap files. This might be pages or any other data. The unit is kB/s.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsPageSwapInPerSec 1.3.6.1.4.1.232.23.2.6.4
The amount of pages being swapped in from swap files. This is in response to a major page fault.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsPageSwapOutPerSec 1.3.6.1.4.1.232.23.2.6.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMinFltPerSec 1.3.6.1.4.1.232.23.2.6.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsMajFltPerSec 1.3.6.1.4.1.232.23.2.6.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskTable 1.3.6.1.4.1.232.23.2.7.2
A table of Physical Disk Entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqLinOsDiskEntry

cpqLinOsDiskEntry 1.3.6.1.4.1.232.23.2.7.2.1
A Physical Disk Entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqLinOsDiskEntry  

cpqLinOsDiskMajorIndex 1.3.6.1.4.1.232.23.2.7.2.1.1
The major number of the device (in the traditional Unix sense).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskMinorIndex 1.3.6.1.4.1.232.23.2.7.2.1.2
The minor number of the device (in the traditional Unix sense).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskName 1.3.6.1.4.1.232.23.2.7.2.1.3
The Physical Disk Instance Name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqLinOsDiskScsiIndex 1.3.6.1.4.1.232.23.2.7.2.1.4
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)).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskWriteIos 1.3.6.1.4.1.232.23.2.7.2.1.5
Number of write operations that transpired within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskWriteMerges 1.3.6.1.4.1.232.23.2.7.2.1.6
Number of write operations that were coalesced with other operations during the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskWriteSectors 1.3.6.1.4.1.232.23.2.7.2.1.7
Number of sectors written out to disk during the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskWriteDurationMs 1.3.6.1.4.1.232.23.2.7.2.1.8
Cumulative and concurrent count of milliseconds all write operations took to complete in the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskWriteIosPerSec 1.3.6.1.4.1.232.23.2.7.2.1.9
Write operations per second within that last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskWriteSectorsPerSec 1.3.6.1.4.1.232.23.2.7.2.1.10
Write sectors per second within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskWriteDurationMsPerIos 1.3.6.1.4.1.232.23.2.7.2.1.11
Average milliseconds it took to complete a write operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskReadIos 1.3.6.1.4.1.232.23.2.7.2.1.12
Number of read operations that transpired within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskReadMerges 1.3.6.1.4.1.232.23.2.7.2.1.13
Number of read operations that were coalesced with other operations during the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskReadSectors 1.3.6.1.4.1.232.23.2.7.2.1.14
Number of sectors written out to disk during the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskReadDurationMs 1.3.6.1.4.1.232.23.2.7.2.1.15
Cumulative and concurrent count of milliseconds all read operations took to complete in the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskReadIosPerSec 1.3.6.1.4.1.232.23.2.7.2.1.16
Read operations per second within that last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskReadSectorsPerSec 1.3.6.1.4.1.232.23.2.7.2.1.17
Read sectors per second within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsDiskReadDurationMsPerIos 1.3.6.1.4.1.232.23.2.7.2.1.18
Average milliseconds it took to complete a write operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceTable 1.3.6.1.4.1.232.23.2.10.2
A table of Network Interface Entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqLinOsNetworkInterfaceEntry

cpqLinOsNetworkInterfaceEntry 1.3.6.1.4.1.232.23.2.10.2.1
A Network Interface Entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqLinOsNetworkInterfaceEntry  

cpqLinOsNetworkInterfaceIndex 1.3.6.1.4.1.232.23.2.10.2.1.1
The Network Interface Instance number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceName 1.3.6.1.4.1.232.23.2.10.2.1.2
The Network Interface Instance Name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqLinOsNetworkInterfaceTxBytes 1.3.6.1.4.1.232.23.2.10.2.1.3
Number of bytes that were transmitted from the network interface within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceTxPackets 1.3.6.1.4.1.232.23.2.10.2.1.4
Number of packets that were transmitted from the network interface within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceTxBytesPerSec 1.3.6.1.4.1.232.23.2.10.2.1.5
Number of bytes per second that were transmitted from the network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceTxPacketsPerSec 1.3.6.1.4.1.232.23.2.10.2.1.6
Number of packets per second that were transmitted from the network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceRxBytes 1.3.6.1.4.1.232.23.2.10.2.1.7
Number of bytes that were received from the network interface within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceRxPackets 1.3.6.1.4.1.232.23.2.10.2.1.8
Number of packets that were received from the network interface within the last polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceRxBytesPerSec 1.3.6.1.4.1.232.23.2.10.2.1.9
Number of bytes per second that were received from the network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqLinOsNetworkInterfaceRxPacketsPerSec 1.3.6.1.4.1.232.23.2.10.2.1.10
Number of packets per second that were received from the network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER