⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 apm-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        would have exceeded apmReportControlGrantedSize.        This number is valuable in determining if enough entries have        been allocated for reports in light of fluctuating network        usage. Note that since an entry that is denied will often be        attempted again, this number will not predict the exact number        of additional entries needed, but can be used to understand        the relative magnitude of the problem.        Also note that there is no ordering specified for the entries        in the report, thus there are no rules for which entries will        be omitted when not enough entries are available. As a        consequence, the agent is not required to delete 'least        valuable' entries first."    ::= { apmReportControlEntry 11 }apmReportControlDroppedFrames OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION       "The total number of frames which were received by the agent        and therefore not accounted for in the *StatsDropEvents, but        for which the agent chose not to count for this entry for        whatever reason.  Most often, this event occurs when the agent        is out of some resources and decides to shed load from this        collection.        This count does not include packets that were not counted        because they had MAC-layer errors.        This counter is only relevant if this apm report is based on        a data source whose collection methodology is based on        analyzing network traffic.        Note that if the apmReportTables are inactive because no        applications are enabled in the application directory, this        value should be 0.        Note that, unlike the dropEvents counter, this number is the        exact number of frames dropped."    ::= { apmReportControlEntry 12 }apmReportControlOwner OBJECT-TYPE    SYNTAX      OwnerString    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The entity that configured this entry and is        therefore using the resources assigned to it."    ::= { apmReportControlEntry 13 }apmReportControlStorageType OBJECT-TYPE    SYNTAX      StorageType    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The storage type of this apmReportControlEntry. If the value        of this object is 'permanent', no objects in this row need to        be writable."    ::= { apmReportControlEntry 14 }apmReportControlStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The status of this apmReportControlEntry.        An entry may not exist in the active state unless all        objects in the entry have an appropriate value. The only        objects in the entry that may be modified while the entry is        in the active state are apmReportControlRequestedSize and        apmReportControlRequestedReports.        If this object is not equal to active(1), all        associated entries in the apmReportTable shall be deleted        by the agent."    ::= { apmReportControlEntry 15 }-- The APM Report TableapmReportTable OBJECT-TYPE    SYNTAX      SEQUENCE OF ApmReportEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The data resulting from aggregated APM reports. Consult the        definition of apmReportControlAggregationType for the        definition of the various types of aggregations."    ::= { apmMibObjects 10 }apmReportEntry OBJECT-TYPE    SYNTAX      ApmReportEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A conceptual row in the apmReportTable.        The apmReportControlIndex value in the index identifies the        apmReportControlEntry on whose behalf this entry was created.        The apmReportIndex value in the index identifies which report        (in the series of reports) this entry is a part of.        The apmAppDirAppLocalIndex value in the index identifies        the common application of the transactions aggregated in this        entry.        The apmAppDirResponsivenessType value in the index        identifies the type of responsiveness metric reported by        this entry and uniquely identifies this entry when more        than one responsiveness metric is measured for a flow.        Entries will only exist in this table for those        combinations of AppLocalIndex and ResponsivenessType        that are configured 'on(1)'.        The protocolDirLocalIndex value in the index identifies        the network layer protocol of the apmReportServerAddress.        When the associated apmReportControlAggregationType value is        equal to applications(4) or clients(2), this        protocolDirLocalIndex value will equal 0.        The apmReportServerAddress value in the index identifies the        network layer address of the server in transactions aggregated        in this entry.        The apmNameClientID value in the index identifies the        client in transactions aggregated in this entry. If the        associated apmReportControlAggregationType is equal to        applications(4) or servers(3), then this protocolDirLocalIndex        value will equal 0.        An example of the indexing of this entry is        apmReportTransactionCount.3.15.3.1.8.4.192.168.1.2.3232235788        Note that some combinations of index values may result in an        index that exceeds 128 sub-identifiers in length which exceeds        the maximum for the SNMP protocol. Implementations should take        care to avoid such combinations."    INDEX { apmReportControlIndex, apmReportIndex,            apmAppDirAppLocalIndex,            apmAppDirResponsivenessType,            protocolDirLocalIndex, apmReportServerAddress,            apmNameClientID }    ::= { apmReportTable 1 }ApmReportEntry ::= SEQUENCE {    apmReportIndex                  Unsigned32,    apmReportServerAddress          ProtocolDirNetworkAddress,    apmReportTransactionCount       Unsigned32,    apmReportSuccessfulTransactions Unsigned32,    apmReportResponsivenessMean     Unsigned32,    apmReportResponsivenessMin      Unsigned32,    apmReportResponsivenessMax      Unsigned32,    apmReportResponsivenessB1       Unsigned32,    apmReportResponsivenessB2       Unsigned32,    apmReportResponsivenessB3       Unsigned32,    apmReportResponsivenessB4       Unsigned32,    apmReportResponsivenessB5       Unsigned32,    apmReportResponsivenessB6       Unsigned32,    apmReportResponsivenessB7       Unsigned32}apmReportIndex OBJECT-TYPE    SYNTAX      Unsigned32 (1..4294967295)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The value of apmReportControlReportNumber for the report to        which this entry belongs."    ::= { apmReportEntry 1 }apmReportServerAddress OBJECT-TYPE    SYNTAX      ProtocolDirNetworkAddress    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The network server address for this apmReportEntry.        This is represented as an octet string with        specific semantics and length as identified        by the protocolDirLocalIndex component of the index.        Since this object is an index variable, it is encoded in the        index according to the index encoding rules.  For example, if        the protocolDirLocalIndex indicates an encapsulation of ip,        this object is encoded as a length octet of 4, followed by the        4 octets of the ip address, in network byte order. Care        should be taken to avoid values of this object that, in        conjunction with the other index variables, would result in an        index longer than SNMP's maximum of 128 subidentifiers.        If the associated apmReportControlAggregationType is equal to        applications(4) or clients(2), then this object will be a null        string and will be encoded simply as a length octet of 0."    ::= { apmReportEntry 2 }apmReportTransactionCount OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The total number of transactions aggregated into this record."    ::= { apmReportEntry 3 }apmReportSuccessfulTransactions OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The total number of successful transactions aggregated into        this record."    ::= { apmReportEntry 4 }apmReportResponsivenessMean OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The arithmetic mean of the responsiveness metrics for all        successful transactions aggregated into this record."    ::= { apmReportEntry 5 }apmReportResponsivenessMin OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The minimum of the responsiveness metrics for all        successful transactions aggregated into this record."    ::= { apmReportEntry 6 }apmReportResponsivenessMax OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The maximum of the responsiveness metrics for all        successful transactions aggregated into this record."    ::= { apmReportEntry 7 }-- Note that when updating a report entry, a transaction will not be-- counted in more than 1 bucket in an entry. It will be counted in-- the first bucket that matches, starting with Bucket 1 (B1). Note-- that if a transaction matches 2 application types, it will update-- one bucket in each of 2 entries in this table.apmReportResponsivenessB1 OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of successful transactions aggregated into this        record whose responsiveness was less than boundary1 value for        this application."    ::= { apmReportEntry 8 }apmReportResponsivenessB2 OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of successful transactions aggregated into this        record whose responsiveness did not fall into Bucket 1 and was        greater than or equal to the boundary1 value for this        application and less than the boundary2 value for this        application."    ::= { apmReportEntry 9 }apmReportResponsivenessB3 OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of successful transactions aggregated into this        record whose responsiveness did not fall into Bucket 1 or 2        and as greater than or equal to the boundary2 value for this        application and less than the boundary3 value for this        application."    ::= { apmReportEntry 10 }apmReportResponsivenessB4 OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of successful transactions aggregated into this        record whose responsiveness did not fall into Buckets 1        through 3 and was greater than or equal to the boundary3 value        for this application and less than the boundary4 value for        this application."    ::= { apmReportEntry 11 }apmReportResponsivenessB5 OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of successful transactions aggregated into this        record whose responsiveness did not fall into Buckets 1        through 4 and was greater than or equal to the boundary4 value        for this application and less than the boundary5 value for        this application."    ::= { apmReportEntry 12 }apmReportResponsivenessB6 OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of successful transactions aggregated into this        record whose responsiveness did not fall into Buckets 1        through 5 and was greater than or equal to the        boundary5 value for this application and less than the        boundary6 value for this application."    ::= { apmReportEntry 13 }apmReportResponsivenessB7 OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of successful transactions aggregated into this        reco

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -