BENU-HOST-MIB
This mib module defines statistics for software running entities. Copyright (C) 2001, 2008 by Benu Networks, Inc. All rights reserved.
Main OID:
bHostMIB.1.3.6.1.4.1.39406.1.5
43
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
43 total| Object Name |
|---|
bHostMIBThis mib module defines statistics for software running entities. Copyright (C) 2001, 2008 by Benu Networks, Inc. All rights reserved. MODULE-IDENTITY .1.3.6.1.4.1.39406.1.5 |
bHostNotifObjectsNotifications of Host related statistics are defined in this branch. OBJECT IDENTIFIER .1.3.6.1.4.1.39406.1.5.0 |
bSWTaskAvgCPUUsageLowThis 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. NOTIFICATION-TYPE .1.3.6.1.4.1.39406.1.5.0.1 |
bSWTaskAvgCPUUsageHighThis notification signifies that the average cpu utilization in a load interval has risen above the value of bSWTaskAvgCPUUsageHighThreshold for that task bSWTaskName. NOTIFICATION-TYPE .1.3.6.1.4.1.39406.1.5.0.2 |
bSWTaskDiedThis 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 NOTIFICATION-TYPE .1.3.6.1.4.1.39406.1.5.0.3 |
bSWTaskRestartLimitReachedThis notification signifies that the process has reached maximum restarts and all the attempts to restart the process has failed. NOTIFICATION-TYPE .1.3.6.1.4.1.39406.1.5.0.4 |
bHostMIBObjectsMIB objects for Host related statistics are defined in this branch. OBJECT IDENTIFIER .1.3.6.1.4.1.39406.1.5.1 |
bSWTaskInfoTableThe (conceptual) table of running software performance metrics. SEQUENCE OF BSWTaskInfoEntry .1.3.6.1.4.1.39406.1.5.1.1 |
bSWTaskInfoEntryA (conceptual) entry containing software performance metrics. BSWTaskInfoEntry .1.3.6.1.4.1.39406.1.5.1.1.1 |
bSWTaskIndexIndex of the software task entry in the table. Integer32 .1.3.6.1.4.1.39406.1.5.1.1.1.1 |
bSWTaskNameThe name of the running software task.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.39406.1.5.1.1.1.2 |
bSWTaskProcessIDIndicates Process ID.ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.3 |
bSWTaskLoadIntervalDurationLoad interval duration in seconds.ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.4 |
bSWTaskRunStateTimeThe amount of CPU time used by the process since it is started. Value will be in hundredths of a secondro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.39406.1.5.1.1.1.5 |
bSWTaskCPUUsageCPU 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*100ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.6 |
bSWTaskAvgCPUUsageAverage 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*100ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.7 |
bSWTaskMaxCPUUsageMaximum 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*100ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.8 |
bSWTaskCodeSegmentSizeCode segment size of the process. Units kilo-bytesro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.9 |
bSWTaskDataSegmentSizeData segment size of the process. Units kilo-bytesro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.10 |
bSWTaskResidentPhyMemThe non-swapped physical memory a task has used. Units kilo-bytesro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.11 |
bSWTaskVirtMemUsageThe total amount of virtual memory used by the task. Units kilo-bytesro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.12 |
bSWTaskSharedMemThe amount of shared memory used by a task. Units kilo-bytesro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.13 |
bSWTaskVirtMemPeakUsageThe peak usage of total amount of virtual memory used by the task. Units kilo-bytesro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.14 |
bSWTaskAvgCPUUsageHighThresholdThe 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 bSWTaskCPUUsageLimitro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.15 |
bSWTaskAvgCPUUsageLowThresholdThe 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 bSWTaskAvgCPUUsageHighThresholdro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.16 |
bSWTaskCPUUsageLimitThe 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*100ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.17 |
bSWTaskRestartLimitThe limit on restart of the process.When bSWTaskRestartCount of a process reaches this limit , process would not be restarted and bSWTaskRestartLimitReached notification will be sentro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.18 |
bSWTaskRestartabilityThis indicates whether a process is enabled or not for restart. If enabled the process in context respawns after it has crashed/stopped.ro Enumeration .1.3.6.1.4.1.39406.1.5.1.1.1.19 |
bSWTaskRestartCountThis indicates the number of times the process has respawned/restarted.ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.1.1.20 |
bSysTotalMemTotal Usable RAM, kilobytesro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.2 |
bSysMemUsedThe amount of physical RAM, in kilobytes, used by the system.ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.3 |
bSysMemFreeThe amount of physical RAM, in kilobytes, left unused by the system.ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.4 |
bSysTotalCPUUtilAvailableThe total CPU utilization available across all CPU cores. The value is maxcores * 100 percentage.ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.5 |
bSysAvgCPUUtil15SecThe 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 .ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.6 |
bSysAvgCPUUtil1MinThe 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 .ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.7 |
bSysAvgCPUUtil5MinThe 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 .ro Unsigned32 .1.3.6.1.4.1.39406.1.5.1.8 |
bCPUMonIntervalCPU 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.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.39406.1.5.1.9 |
bHostNotifVariablesMIB objects for Host notifications are defined in this branch. OBJECT IDENTIFIER .1.3.6.1.4.1.39406.1.5.2 |
bSWTaskDiedReasonThis indicates the reason for process killro Enumeration .1.3.6.1.4.1.39406.1.5.2.1 |
bSWProcessNameThe name of the running software task.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.39406.1.5.2.2 |
bSWProcessIDIndicates Process ID.ro Unsigned32 .1.3.6.1.4.1.39406.1.5.2.3 |
bSWProcessAvgCPUUsageLowThresholdThe 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 bSWTaskAvgCPUUsageHighThresholdro Unsigned32 .1.3.6.1.4.1.39406.1.5.2.4 |
bSWProcessAvgCPUUsageHighThresholdThe 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 bSWTaskCPUUsageLimitro Unsigned32 .1.3.6.1.4.1.39406.1.5.2.5 |