home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / SNMP_MIBs / extended / PerfHist-TC-MIB.mib < prev    next >
Text File  |  2008-02-08  |  4KB  |  111 lines

  1. --
  2. -- This SMIv1 module has been generated by smidump 0.2.8. Do not edit.
  3. --
  4.  
  5. PerfHist-TC-MIB DEFINITIONS ::= BEGIN
  6.  
  7. IMPORTS
  8.     Gauge
  9.         FROM RFC1155-SMI
  10.     mib-2
  11.         FROM RFC1213-MIB;
  12.  
  13. perfHistTCMIB OBJECT IDENTIFIER
  14.     ::= { mib-2 58 }
  15.  
  16. -- perfHistTCMIB MODULE-IDENTITY
  17. --     LAST-UPDATED "199811071100Z"
  18. --     ORGANIZATION 
  19. --         "IETF AToMMIB and TrunkMIB WGs"
  20. --     CONTACT-INFO 
  21. --         "Kaj Tesink
  22. --          Postal:  Bellcore
  23. --                   331 Newman Springs Road
  24. --                   Red Bank, NJ 07701
  25. --                   USA
  26. --          Tel:     +1 732 758 5254
  27. --          Fax:     +1 732 758 2269
  28. --          E-mail:  kaj@bellcore.com"
  29. --     DESCRIPTION 
  30. --         "This MIB Module provides Textual Conventions
  31. --          to be used by systems supporting 15 minute
  32. --          based performance history counts."
  33. --     ::= { mib-2 58 }
  34.  
  35.  
  36. PerfCurrentCount ::=
  37.     Gauge
  38.  
  39. -- PerfCurrentCount ::= TEXTUAL-CONVENTION
  40. --     STATUS      mandatory
  41. --     DESCRIPTION 
  42. --         "A counter associated with a
  43. --          performance measurement in a current 15
  44. --          minute measurement interval. The value
  45. --          of this counter starts from zero and is
  46. --          
  47. --          
  48. --          increased when associated events occur,
  49. --          until the end of the 15 minute interval.
  50. --          At that time the value of the counter is
  51. --          stored in the first 15 minute history
  52. --          interval, and the CurrentCount is
  53. --          restarted at zero. In the
  54. --          case where the agent has no valid data
  55. --          available for the current interval the
  56. --          corresponding object instance is not
  57. --          available and upon a retrieval request
  58. --          a corresponding error message shall be
  59. --          returned to indicate that this instance
  60. --          does not exist (for example, a noSuchName
  61. --          error for SNMPv1 and a noSuchInstance for
  62. --          SNMPv2 GET operation)."
  63. --     SYNTAX      Gauge
  64.  
  65. PerfIntervalCount ::=
  66.     Gauge
  67.  
  68. -- PerfIntervalCount ::= TEXTUAL-CONVENTION
  69. --     STATUS      mandatory
  70. --     DESCRIPTION 
  71. --         "A counter associated with a
  72. --          performance measurement in a previous
  73. --          15 minute measurement interval. In the
  74. --          case where the agent has no valid data
  75. --          available for a particular interval the
  76. --          corresponding object instance is not
  77. --          available and upon a retrieval request
  78. --          a corresponding error message shall be
  79. --          returned to indicate that this instance
  80. --          does not exist (for example, a noSuchName
  81. --          error for SNMPv1 and a noSuchInstance for
  82. --          SNMPv2 GET operation).
  83. --          In a system supporting
  84. --          a history of n intervals with
  85. --          IntervalCount(1) and IntervalCount(n) the
  86. --          most and least recent intervals
  87. --          respectively, the following applies at
  88. --          the end of a 15 minute interval:
  89. --          - discard the value of IntervalCount(n)
  90. --          - the value of IntervalCount(i) becomes that
  91. --            of IntervalCount(i-1) for n >= i > 1
  92. --          - the value of IntervalCount(1) becomes that
  93. --            of CurrentCount
  94. --          - the TotalCount, if supported, is adjusted."
  95. --     SYNTAX      Gauge
  96.  
  97. PerfTotalCount ::=
  98.     Gauge
  99.  
  100. -- PerfTotalCount ::= TEXTUAL-CONVENTION
  101. --     STATUS      mandatory
  102. --     DESCRIPTION 
  103. --         "A counter associated with a
  104. --          performance measurements aggregating the
  105. --          previous valid 15 minute measurement
  106. --          intervals. (Intervals for which no valid
  107. --          data was available are not counted)"
  108. --     SYNTAX      Gauge
  109.  
  110. END -- end of module PerfHist-TC-MIB.
  111.