BENU-HOST-MIB

File: BENU-HOST-MIB.mib (19257 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC BENU-PLATFORM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter64 Integer32 Unsigned32
OBJECT-IDENTITY TimeTicks DisplayString
TEXTUAL-CONVENTION benuPlatform

Defined Types

BSWTaskInfoEntry  
SEQUENCE    
  bSWTaskIndex Integer32
  bSWTaskName DisplayString
  bSWTaskProcessID Unsigned32
  bSWTaskLoadIntervalDuration Unsigned32
  bSWTaskRunStateTime TimeTicks
  bSWTaskCPUUsage Unsigned32
  bSWTaskAvgCPUUsage Unsigned32
  bSWTaskMaxCPUUsage Unsigned32
  bSWTaskCodeSegmentSize Unsigned32
  bSWTaskDataSegmentSize Unsigned32
  bSWTaskResidentPhyMem Unsigned32
  bSWTaskVirtMemUsage Unsigned32
  bSWTaskSharedMem Unsigned32
  bSWTaskVirtMemPeakUsage Unsigned32
  bSWTaskAvgCPUUsageHighThreshold Unsigned32
  bSWTaskAvgCPUUsageLowThreshold Unsigned32
  bSWTaskCPUUsageLimit Unsigned32
  bSWTaskRestartLimit Unsigned32
  bSWTaskRestartability INTEGER
  bSWTaskRestartCount Unsigned32

Defined Values

bHostMIB 1.3.6.1.4.1.39406.1.5
This mib module defines statistics for software running entities. Copyright (C) 2001, 2008 by Benu Networks, Inc. All rights reserved.
MODULE-IDENTITY    

bHostMIBObjects 1.3.6.1.4.1.39406.1.5.1
MIB objects for Host related statistics are defined in this branch.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bHostNotifObjects 1.3.6.1.4.1.39406.1.5.0
Notifications of Host related statistics are defined in this branch.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bHostNotifVariables 1.3.6.1.4.1.39406.1.5.2
MIB objects for Host notifications are defined in this branch.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bSWTaskInfoTable 1.3.6.1.4.1.39406.1.5.1.1
The (conceptual) table of running software performance metrics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BSWTaskInfoEntry

bSWTaskInfoEntry 1.3.6.1.4.1.39406.1.5.1.1.1
A (conceptual) entry containing software performance metrics.
Status: current Access: not-accessible
OBJECT-TYPE    
  BSWTaskInfoEntry  

bSWTaskIndex 1.3.6.1.4.1.39406.1.5.1.1.1.1
Index of the software task entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bSWTaskName 1.3.6.1.4.1.39406.1.5.1.1.1.2
The name of the running software task.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bSWTaskProcessID 1.3.6.1.4.1.39406.1.5.1.1.1.3
Indicates Process ID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskLoadIntervalDuration 1.3.6.1.4.1.39406.1.5.1.1.1.4
Load interval duration in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskRunStateTime 1.3.6.1.4.1.39406.1.5.1.1.1.5
The amount of CPU time used by the process since it is started. Value will be in hundredths of a second
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

bSWTaskCPUUsage 1.3.6.1.4.1.39406.1.5.1.1.1.6
CPU usage of the task in the last 1 sec interval duration. The task share of the elapsed time as a percentage of total CPU time is recorded for one second. Unit is percentage. Range is from 0 to maxcore*100
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskAvgCPUUsage 1.3.6.1.4.1.39406.1.5.1.1.1.7
Average CPU usage of the task in the last load interval duration. The task share of the elapsed time as a percentage of total CPU time is recorded for every one second.These one second samples are averaged over a period of load interval.After every one second, older one sec sample will be discarded and new sample will be added to the set . After addition of a new sample value , average over one second samples in a interval will be done. Unit is percentage. Range is from 0 to maxcore*100
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskMaxCPUUsage 1.3.6.1.4.1.39406.1.5.1.1.1.8
Maximum CPU usage of the task in the last load interval duration. The task share of the elapsed time as a percentage of total CPU time is recorded for every one second. The maximum of these one second samples is calculated over a period of load interval duration. This counter enable to detect the spikes in cpu usage . After every one second, older one sec sample will be discarded and new sample will be added to the set . After addition of new sample value , maximum value over one second intervals in a interval duration will be calculated . Unit is percentage. Range is from 0 to maxcore*100
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskCodeSegmentSize 1.3.6.1.4.1.39406.1.5.1.1.1.9
Code segment size of the process. Units kilo-bytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskDataSegmentSize 1.3.6.1.4.1.39406.1.5.1.1.1.10
Data segment size of the process. Units kilo-bytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskResidentPhyMem 1.3.6.1.4.1.39406.1.5.1.1.1.11
The non-swapped physical memory a task has used. Units kilo-bytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskVirtMemUsage 1.3.6.1.4.1.39406.1.5.1.1.1.12
The total amount of virtual memory used by the task. Units kilo-bytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskSharedMem 1.3.6.1.4.1.39406.1.5.1.1.1.13
The amount of shared memory used by a task. Units kilo-bytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskVirtMemPeakUsage 1.3.6.1.4.1.39406.1.5.1.1.1.14
The peak usage of total amount of virtual memory used by the task. Units kilo-bytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskAvgCPUUsageHighThreshold 1.3.6.1.4.1.39406.1.5.1.1.1.15
The high threshold for average cpu utilization of a task in a load interval. If a bSWTaskAvgCPUUsageLow event has been generated ( or no bSWTaskAvgCPUUsageHigh was generated previously ) for this task, and the value for average cpu utilization has exceeded the value of bSWTaskAvgCPUUsageHighThreshold, then a bSWTaskAvgCPUUsageHigh event will be generated. No more bSWTaskAvgCPUUsageHigh events will be generated for this task until the value for average cpu utilization becomes equal to or less than the value of bSWTaskAvgCPUUsageLowThreshold. Unit is percentage. Range is from 0 to bSWTaskCPUUsageLimit
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskAvgCPUUsageLowThreshold 1.3.6.1.4.1.39406.1.5.1.1.1.16
The low threshold for avaerage cpu utilization of a task in a load interval. If a bSWTaskAvgCPUUsageHigh event has been generated ( or no bSWTaskAvgCPUUsageLow was generated previously ) for this task, and the value for average cpu utilization has fallen below the value of bSWTaskAvgCPUUsageLowThreshold, then a bSWTaskAvgCPUUsageLow event will be generated. No more bSWTaskAvgCPUUsageLow events will be generated for this task until the value for average cpu utilization exceeds the value of bSWTaskAvgCPUUsageHighThreshold. Unit is percentage. Range is from 0 to bSWTaskAvgCPUUsageHighThreshold
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskCPUUsageLimit 1.3.6.1.4.1.39406.1.5.1.1.1.17
The limit on cpu usage of the process.When cpu usage of a process reaches this limit , process would be killed and bSWTaskDied notification will be sent. The reason in this notification would be cpuUsageLimitReached . Unit is percentage. Range is from 0 to maxcore*100
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskRestartLimit 1.3.6.1.4.1.39406.1.5.1.1.1.18
The limit on restart of the process.When bSWTaskRestartCount of a process reaches this limit , process would not be restarted and bSWTaskRestartLimitReached notification will be sent
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskRestartability 1.3.6.1.4.1.39406.1.5.1.1.1.19
This indicates whether a process is enabled or not for restart. If enabled the process in context respawns after it has crashed/stopped.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

bSWTaskRestartCount 1.3.6.1.4.1.39406.1.5.1.1.1.20
This indicates the number of times the process has respawned/restarted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSysTotalMem 1.3.6.1.4.1.39406.1.5.1.2
Total Usable RAM, kilobytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSysMemUsed 1.3.6.1.4.1.39406.1.5.1.3
The amount of physical RAM, in kilobytes, used by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSysMemFree 1.3.6.1.4.1.39406.1.5.1.4
The amount of physical RAM, in kilobytes, left unused by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSysTotalCPUUtilAvailable 1.3.6.1.4.1.39406.1.5.1.5
The total CPU utilization available across all CPU cores. The value is maxcores * 100 percentage.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSysAvgCPUUtil15Sec 1.3.6.1.4.1.39406.1.5.1.6
The average CPU utilization across all CPU cores in the last 15 seconds. This value is updated for every bCPUMonInterval seconds. Units is percentage . Range is from 0 to 100 .
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSysAvgCPUUtil1Min 1.3.6.1.4.1.39406.1.5.1.7
The average CPU utilization across all CPU cores in the last one minute. This value is updated for every bCPUMonInterval seconds. Units is percentage . Range is from 0 to 100 .
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSysAvgCPUUtil5Min 1.3.6.1.4.1.39406.1.5.1.8
The average CPU utilization across all CPU cores in the last five minutes. This value is updated for every bCPUMonInterval seconds. Units is percentage . Range is from 0 to 100 .
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bCPUMonInterval 1.3.6.1.4.1.39406.1.5.1.9
CPU usage sampling interval. The value of this object in seconds indicates the how often the CPU utilization is calculated and monitored across all cores. This value for this will be configured by the CLI.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSWTaskDiedReason 1.3.6.1.4.1.39406.1.5.2.1
This indicates the reason for process kill
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER cpuUsageLimitReached(1), unKnown(2)  

bSWProcessName 1.3.6.1.4.1.39406.1.5.2.2
The name of the running software task.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

bSWProcessID 1.3.6.1.4.1.39406.1.5.2.3
Indicates Process ID.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

bSWProcessAvgCPUUsageLowThreshold 1.3.6.1.4.1.39406.1.5.2.4
The low threshold for avaerage cpu utilization of a task in a load interval. If a bSWTaskAvgCPUUsageHigh event has been generated ( or no bSWTaskAvgCPUUsageLow was generated previously ) for this task, and the value for average cpu utilization has fallen below the value of bSWTaskAvgCPUUsageLowThreshold, then a bSWTaskAvgCPUUsageLow event will be generated. No more bSWTaskAvgCPUUsageLow events will be generated for this task until the value for average cpu utilization exceeds the value of bSWTaskAvgCPUUsageHighThreshold. Unit is percentage. Range is from 0 to bSWTaskAvgCPUUsageHighThreshold
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

bSWProcessAvgCPUUsageHighThreshold 1.3.6.1.4.1.39406.1.5.2.5
The high threshold for average cpu utilization of a task in a load interval. If a bSWTaskAvgCPUUsageLow event has been generated ( or no bSWTaskAvgCPUUsageHigh was generated previously ) for this task, and the value for average cpu utilization has exceeded the value of bSWTaskAvgCPUUsageHighThreshold, then a bSWTaskAvgCPUUsageHigh event will be generated. No more bSWTaskAvgCPUUsageHigh events will be generated for this task until the value for average cpu utilization becomes equal to or less than the value of bSWTaskAvgCPUUsageLowThreshold. Unit is percentage. Range is from 0 to bSWTaskCPUUsageLimit
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

bSWTaskAvgCPUUsageLow 1.3.6.1.4.1.39406.1.5.0.1
This notification signifies that the average cpu utilization in a load interval is cleared , meaning that it has fallen below the value of bSWTaskAvgCPUUsageLowThreshold for that task bSWTaskName.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bSWTaskAvgCPUUsageHigh 1.3.6.1.4.1.39406.1.5.0.2
This notification signifies that the average cpu utilization in a load interval has risen above the value of bSWTaskAvgCPUUsageHighThreshold for that task bSWTaskName.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bSWTaskDied 1.3.6.1.4.1.39406.1.5.0.3
This notification signifies that the process has died. This notification will also be sent if the process manager kills a process because of reaching cpu usage limit or process crashed/terminated
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bSWTaskRestartLimitReached 1.3.6.1.4.1.39406.1.5.0.4
This notification signifies that the process has reached maximum restarts and all the attempts to restart the process has failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE