BENU-HOST-MIB: View SNMP OID List / Download MIB

VENDOR: BENU NETWORKS


 Home MIB: BENU-HOST-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
 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.
     bHostNotifObjects 1.3.6.1.4.1.39406.1.5.0
Notifications of Host related statistics are defined in this branch.
         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.
         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.
         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
         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.
     bHostMIBObjects 1.3.6.1.4.1.39406.1.5.1
MIB objects for Host related statistics are defined in this branch.
         bSWTaskInfoTable 1.3.6.1.4.1.39406.1.5.1.1 no-access
The (conceptual) table of running software performance metrics.
             bSWTaskInfoEntry 1.3.6.1.4.1.39406.1.5.1.1.1 no-access
A (conceptual) entry containing software performance metrics.
                 bSWTaskIndex 1.3.6.1.4.1.39406.1.5.1.1.1.1 integer32 no-access
Index of the software task entry in the table.
                 bSWTaskName 1.3.6.1.4.1.39406.1.5.1.1.1.2 displaystring read-only
The name of the running software task.
                 bSWTaskProcessID 1.3.6.1.4.1.39406.1.5.1.1.1.3 unsigned32 read-only
Indicates Process ID.
                 bSWTaskLoadIntervalDuration 1.3.6.1.4.1.39406.1.5.1.1.1.4 unsigned32 read-only
Load interval duration in seconds.
                 bSWTaskRunStateTime 1.3.6.1.4.1.39406.1.5.1.1.1.5 timeticks read-only
The amount of CPU time used by the process since it is started. Value will be in hundredths of a second
                 bSWTaskCPUUsage 1.3.6.1.4.1.39406.1.5.1.1.1.6 unsigned32 read-only
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
                 bSWTaskAvgCPUUsage 1.3.6.1.4.1.39406.1.5.1.1.1.7 unsigned32 read-only
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
                 bSWTaskMaxCPUUsage 1.3.6.1.4.1.39406.1.5.1.1.1.8 unsigned32 read-only
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
                 bSWTaskCodeSegmentSize 1.3.6.1.4.1.39406.1.5.1.1.1.9 unsigned32 read-only
Code segment size of the process. Units kilo-bytes
                 bSWTaskDataSegmentSize 1.3.6.1.4.1.39406.1.5.1.1.1.10 unsigned32 read-only
Data segment size of the process. Units kilo-bytes
                 bSWTaskResidentPhyMem 1.3.6.1.4.1.39406.1.5.1.1.1.11 unsigned32 read-only
The non-swapped physical memory a task has used. Units kilo-bytes
                 bSWTaskVirtMemUsage 1.3.6.1.4.1.39406.1.5.1.1.1.12 unsigned32 read-only
The total amount of virtual memory used by the task. Units kilo-bytes
                 bSWTaskSharedMem 1.3.6.1.4.1.39406.1.5.1.1.1.13 unsigned32 read-only
The amount of shared memory used by a task. Units kilo-bytes
                 bSWTaskVirtMemPeakUsage 1.3.6.1.4.1.39406.1.5.1.1.1.14 unsigned32 read-only
The peak usage of total amount of virtual memory used by the task. Units kilo-bytes
                 bSWTaskAvgCPUUsageHighThreshold 1.3.6.1.4.1.39406.1.5.1.1.1.15 unsigned32 read-only
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
                 bSWTaskAvgCPUUsageLowThreshold 1.3.6.1.4.1.39406.1.5.1.1.1.16 unsigned32 read-only
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
                 bSWTaskCPUUsageLimit 1.3.6.1.4.1.39406.1.5.1.1.1.17 unsigned32 read-only
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
                 bSWTaskRestartLimit 1.3.6.1.4.1.39406.1.5.1.1.1.18 unsigned32 read-only
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
                 bSWTaskRestartability 1.3.6.1.4.1.39406.1.5.1.1.1.19 integer read-only
This indicates whether a process is enabled or not for restart. If enabled the process in context respawns after it has crashed/stopped. Enumeration: 'yes': 1, 'no': 2.
                 bSWTaskRestartCount 1.3.6.1.4.1.39406.1.5.1.1.1.20 unsigned32 read-only
This indicates the number of times the process has respawned/restarted.
         bSysTotalMem 1.3.6.1.4.1.39406.1.5.1.2 unsigned32 read-only
Total Usable RAM, kilobytes
         bSysMemUsed 1.3.6.1.4.1.39406.1.5.1.3 unsigned32 read-only
The amount of physical RAM, in kilobytes, used by the system.
         bSysMemFree 1.3.6.1.4.1.39406.1.5.1.4 unsigned32 read-only
The amount of physical RAM, in kilobytes, left unused by the system.
         bSysTotalCPUUtilAvailable 1.3.6.1.4.1.39406.1.5.1.5 unsigned32 read-only
The total CPU utilization available across all CPU cores. The value is maxcores * 100 percentage.
         bSysAvgCPUUtil15Sec 1.3.6.1.4.1.39406.1.5.1.6 unsigned32 read-only
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 .
         bSysAvgCPUUtil1Min 1.3.6.1.4.1.39406.1.5.1.7 unsigned32 read-only
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 .
         bSysAvgCPUUtil5Min 1.3.6.1.4.1.39406.1.5.1.8 unsigned32 read-only
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 .
         bCPUMonInterval 1.3.6.1.4.1.39406.1.5.1.9 unsigned32 read-only
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.
     bHostNotifVariables 1.3.6.1.4.1.39406.1.5.2
MIB objects for Host notifications are defined in this branch.
         bSWTaskDiedReason 1.3.6.1.4.1.39406.1.5.2.1 integer no-access
This indicates the reason for process kill Enumeration: 'unKnown': 2, 'cpuUsageLimitReached': 1.
         bSWProcessName 1.3.6.1.4.1.39406.1.5.2.2 displaystring no-access
The name of the running software task.
         bSWProcessID 1.3.6.1.4.1.39406.1.5.2.3 unsigned32 no-access
Indicates Process ID.
         bSWProcessAvgCPUUsageLowThreshold 1.3.6.1.4.1.39406.1.5.2.4 unsigned32 no-access
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
         bSWProcessAvgCPUUsageHighThreshold 1.3.6.1.4.1.39406.1.5.2.5 unsigned32 no-access
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