BENU-KAFKA-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: BENU NETWORKS


 Home MIB: BENU-KAFKA-CLIENT-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
 benuKafkaClientMIB 1.3.6.1.4.1.39406.2.1.12
This MIB module defines management information related to the KAFKA client. Copyright (C) 2013 by Benu Networks, Inc. All rights reserved.
       bKafkaClientObjects 1.3.6.1.4.1.39406.2.1.12.1
KAFKA client information is defined in this branch.
           bKafkaClientLatencyTable 1.3.6.1.4.1.39406.2.1.12.1.1 no-access
Latency information list for KAFKA client.
               bKafkaClientLatencyEntry 1.3.6.1.4.1.39406.2.1.12.1.1.1 no-access
A logical row in the bKafkaClientLatencyTable.
                   bKafkaClientLatencyStatsInterval 1.3.6.1.4.1.39406.2.1.12.1.1.1.1 integer32 no-access
The interval during which the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics data, greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n), the most and least recent intervals respectively, the following applies at the end of an interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i < n - the value of IntervalCount(1) becomes that of CurrentCount.
                   bKafkaClientLatencyStatsIntervalDuration 1.3.6.1.4.1.39406.2.1.12.1.1.1.2 integer32 read-only
Kafka client latency stats interval duration.
                   bKafkaClientLatencyTotalPktCount 1.3.6.1.4.1.39406.2.1.12.1.1.1.3 unsigned32 read-only
The count of total number of packets handled by Kafka client.
                   bKafkaClientLatencyMaxProcessingTime 1.3.6.1.4.1.39406.2.1.12.1.1.1.4 unsigned32 read-only
Maximum packet processing time handled by Kafka client in micro seconds.
                   bKafkaClientLatencyMinProcessingTime 1.3.6.1.4.1.39406.2.1.12.1.1.1.5 unsigned32 read-only
Minimum packet processing time handled by Kafka client in micro seconds.
                   bKafkaClientLatencyAvgProcessingTime 1.3.6.1.4.1.39406.2.1.12.1.1.1.6 unsigned32 read-only
Average packet processing time handled by Kafka client in micro seconds.
                   bKafkaClientLatencyProcessTimeMorethan1MSPktCount 1.3.6.1.4.1.39406.2.1.12.1.1.1.7 unsigned32 read-only
Number of packets took more than 1 milli second processing time handled by Kafka client.