-- Stub HC-PerfHist-TC-MIB (RFC 3705) -- High Capacity Data Objects for the Performance History HC-PerfHist-TC-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, Gauge32, Counter64, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; hcPerfHistTCMIB MODULE-IDENTITY LAST-UPDATED "200401270000Z" ORGANIZATION "IETF AToM MIB Working Group" CONTACT-INFO "IETF AToM MIB Working Group" DESCRIPTION "High Capacity Data Objects for Performance History TC MIB." REVISION "200401270000Z" DESCRIPTION "Stub version." ::= { mib-2 107 } HCPerfTimeElapsed ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The number of seconds that have elapsed since the beginning of the current measurement period." SYNTAX Gauge32 HCPerfValidIntervals ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The number of previous near-end intervals for which valid data was collected." SYNTAX Gauge32 HCPerfInvalidIntervals ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The number of intervals for which no valid data is available." SYNTAX Gauge32 HCPerfCurrentCount ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "A gauge associated with a performance measurement in a current 15 minute measurement interval." SYNTAX Counter64 HCPerfIntervalCount ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "A counter associated with a performance measurement in a previous 15 minute measurement interval." SYNTAX Counter64 HCPerfTotalCount ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "A counter associated with a performance measurement in the 24 hour interval." SYNTAX Counter64 HCPerfIntervalThreshold ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Threshold value for an interval counter." SYNTAX Counter64 END