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

📄 tn3270e-rt-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 3 页
字号:
      transaction response times counted in the      Tn3270eRtDataBucket5Rts object: those greater than the      value of this object."    DEFVAL { 100 }    ::= { tn3270eRtCollCtlEntry 11 }tn3270eRtCollCtlRowStatus  OBJECT-TYPE    SYNTAX            RowStatus    MAX-ACCESS        read-create    STATUS            current    DESCRIPTION      "This object allows entries to be created and deleted       in the tn3270eRtCollCtlTable.  An entry in this table       is deleted by setting this object to destroy(6).       Deleting an entry in this table has the side-effect       of removing all entries from the tn3270eRtDataTable       that are associated with the entry being deleted."    ::= { tn3270eRtCollCtlEntry 12 }-- TN3270E Response Time Data Tabletn3270eRtDataTable  OBJECT-TYPE    SYNTAX       SEQUENCE OF Tn3270eRtDataEntry    MAX-ACCESS   not-accessible    STATUS       current    DESCRIPTION      "The response time data table.  Entries in this table are       created based on entries in the tn3270eRtCollCtlTable."    ::= { tn3270eRtObjects 2 }tn3270eRtDataEntry  OBJECT-TYPE    SYNTAX        Tn3270eRtDataEntry    MAX-ACCESS    not-accessible    STATUS        current    DESCRIPTION      "Entries in this table are created based upon the      tn3270eRtCollCtlTable.  When the corresponding      tn3270eRtCollCtlType has aggregate(0) specified, a single      entry is created in this table, with a tn3270eRtDataClientAddrType      of unknown(0), a zero-length octet string value for      tn3270eRtDataClientAddress, and a tn3270eRtDataClientPort value of      0.  When aggregate(0) is not specified, a separate entry is      created for each client in the group.      Note that the following objects defined within an entry in this      table can  wrap:          tn3270eRtDataTotalRts          tn3270eRtDataTotalIpRts          tn3270eRtDataCountTrans          tn3270eRtDataCountDrs          tn3270eRtDataElapsRnTrpSq          tn3270eRtDataElapsIpRtSq          tn3270eRtDataBucket1Rts          tn3270eRtDataBucket2Rts          tn3270eRtDataBucket3Rts          tn3270eRtDataBucket4Rts          tn3270eRtDataBucket5Rts"    INDEX {       tn3270eSrvrConfIndex,      -- Server's local index       tn3270eClientGroupName,    -- Collection target       tn3270eRtDataClientAddrType,       tn3270eRtDataClientAddress,       tn3270eRtDataClientPort }    ::= { tn3270eRtDataTable 1 }Tn3270eRtDataEntry ::= SEQUENCE {       tn3270eRtDataClientAddrType        IANATn3270eAddrType,       tn3270eRtDataClientAddress         IANATn3270eAddress,       tn3270eRtDataClientPort            Unsigned32,       tn3270eRtDataAvgRt                 Gauge32,       tn3270eRtDataAvgIpRt               Gauge32,       tn3270eRtDataAvgCountTrans         Gauge32,       tn3270eRtDataIntTimeStamp          DateAndTime,       tn3270eRtDataTotalRts              Counter32,       tn3270eRtDataTotalIpRts            Counter32,       tn3270eRtDataCountTrans            Counter32,       tn3270eRtDataCountDrs              Counter32,       tn3270eRtDataElapsRndTrpSq         Unsigned32,       tn3270eRtDataElapsIpRtSq           Unsigned32,       tn3270eRtDataBucket1Rts            Counter32,       tn3270eRtDataBucket2Rts            Counter32,       tn3270eRtDataBucket3Rts            Counter32,       tn3270eRtDataBucket4Rts            Counter32,       tn3270eRtDataBucket5Rts            Counter32,       tn3270eRtDataRtMethod              INTEGER,       tn3270eRtDataDiscontinuityTime     TimeStamp   }tn3270eRtDataClientAddrType   OBJECT-TYPE    SYNTAX    IANATn3270eAddrType    MAX-ACCESS   not-accessible    STATUS       current    DESCRIPTION      "Indicates the type of address represented by the value      of tn3270eRtDataClientAddress.  The value unknown(0) is      used if aggregate data is being collected for the client      group."    ::= { tn3270eRtDataEntry 1 }tn3270eRtDataClientAddress   OBJECT-TYPE    SYNTAX    IANATn3270eAddress    MAX-ACCESS   not-accessible    STATUS       current    DESCRIPTION      "Contains the IP address of the TN3270 client being      monitored.  A zero-length octet string is used if      aggregate data is being collected for the client group."    ::= { tn3270eRtDataEntry 2 }tn3270eRtDataClientPort   OBJECT-TYPE    SYNTAX       Unsigned32(0..65535)    MAX-ACCESS   not-accessible    STATUS       current    DESCRIPTION      "Contains the client port number of the TN3270 client being      monitored.  The value 0 is used if aggregate data is being      collected for the client group, or if the      tn3270eRtDataClientAddrType identifies an address type that      does not support ports."    ::= { tn3270eRtDataEntry 3 }tn3270eRtDataAvgRt OBJECT-TYPE    SYNTAX       Gauge32    UNITS        "tenths of seconds"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The average total response time measured over the last      collection interval."    DEFVAL { 0 }    ::= { tn3270eRtDataEntry 4 }tn3270eRtDataAvgIpRt OBJECT-TYPE    SYNTAX       Gauge32    UNITS        "tenths of seconds"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The average IP response time measured over the last      collection interval."    DEFVAL { 0 }    ::= { tn3270eRtDataEntry 5 }tn3270eRtDataAvgCountTrans   OBJECT-TYPE    SYNTAX       Gauge32    UNITS        "transactions"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The sliding transaction count used for calculating the      values of the tn3270eRtDataAvgRt and tn3270eRtDataAvgIpRt      objects.  The actual transaction count is available in      the tn3270eRtDataCountTrans object.      The initial value of this object, before any averages have      been calculated, is 0."    ::= { tn3270eRtDataEntry 6 }tn3270eRtDataIntTimeStamp   OBJECT-TYPE    SYNTAX       DateAndTime    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The date and time of the last interval that      tn3270eRtDataAvgRt, tn3270eRtDataAvgIpRt, and      tn3270eRtDataAvgCountTrans were calculated.      Prior to the calculation of the first interval      averages, this object returns the value      0x0000000000000000000000.  When this value is      returned, the remaining objects in the entry have      no significance."    ::= { tn3270eRtDataEntry 7 }tn3270eRtDataTotalRts   OBJECT-TYPE    SYNTAX       Counter32    UNITS        "tenths of seconds"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the total response times collected.      A management application can detect discontinuities in this      counter by monitoring the tn3270eRtDataDiscontinuityTime      object."    ::= { tn3270eRtDataEntry 8 }tn3270eRtDataTotalIpRts   OBJECT-TYPE    SYNTAX       Counter32    UNITS        "tenths of seconds"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the total IP-network response times      collected.      A management application can detect discontinuities in this      counter by monitoring the tn3270eRtDataDiscontinuityTime      object."    ::= { tn3270eRtDataEntry 9 }tn3270eRtDataCountTrans   OBJECT-TYPE    SYNTAX       Counter32    UNITS        "transactions"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the total number of transactions detected.      A management application can detect discontinuities in this      counter by monitoring the tn3270eRtDataDiscontinuityTime      object."    ::= { tn3270eRtDataEntry 10 }tn3270eRtDataCountDrs   OBJECT-TYPE    SYNTAX       Counter32    UNITS        "definite responses"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the total number of definite responses      detected.      A management application can detect discontinuities in this      counter by monitoring the tn3270eRtDataDiscontinuityTime      object."    ::= { tn3270eRtDataEntry 11 }tn3270eRtDataElapsRndTrpSq   OBJECT-TYPE    SYNTAX       Unsigned32    UNITS        "tenths of seconds squared"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The sum of the elapsed round trip time squared.  The sum      of the squares is kept in order to enable calculation of      a variance."    DEFVAL { 0 }    ::= { tn3270eRtDataEntry 12 }tn3270eRtDataElapsIpRtSq   OBJECT-TYPE    SYNTAX       Unsigned32    UNITS        "tenths of seconds squared"    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The sum of the elapsed IP round trip time squared.      The sum of the squares is kept in order to enable      calculation of a variance."    DEFVAL { 0 }    ::= { tn3270eRtDataEntry 13 }tn3270eRtDataBucket1Rts   OBJECT-TYPE    SYNTAX       Counter32    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the response times falling into bucket 1.      A management application can detect discontinuities in this      counter by monitoring the tn3270eRtDataDiscontinuityTime      object."    ::= { tn3270eRtDataEntry 14 }tn3270eRtDataBucket2Rts   OBJECT-TYPE    SYNTAX       Counter32    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the response times falling into bucket 2.      A management application can detect discontinuities in this      counter by monitoring the tn3270eRtDataDiscontinuityTime      object."    ::= { tn3270eRtDataEntry 15 }tn3270eRtDataBucket3Rts   OBJECT-TYPE    SYNTAX       Counter32    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the response times falling into bucket 3.      A management application can detect discontinuities in this      counter by monitoring the tn3270eRtDataDiscontinuityTime      object."    ::= { tn3270eRtDataEntry 16 }tn3270eRtDataBucket4Rts  OBJECT-TYPE    SYNTAX       Counter32    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The count of the response times falling into bucket 4.      A management application can detect discontinuities in this

⌨️ 快捷键说明

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