   -- Auckland University Monitor MIB
   -- Nevil Brownlee, 5 Oct 93

   UofAuckland OBJECT IDENTIFIER ::= { enterprises 411 }

   MeterStats OBJECT IDENTIFIER ::= { UofAuckland 1 }

   msStatsReset OBJECT-TYPE	-- Write to zero statistics counters
      SYNTAX  INTEGER
      ACCESS  read-write
      STATUS  mandatory
      ::= { MeterStats 1 }

   msStatsTime OBJECT-TYPE	-- Seconds since stats counters were zeroed
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 2 }

   msNbrPackets OBJECT-TYPE	-- Nbr of packets this stats interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 3 }

   msTotalPacketBacklog OBJECT-TYPE  -- Sum of pkt backlogs this stats interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 4 }

   msMaxPacketRate OBJECT-TYPE	-- Max packet rate this stats interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 5 }

   msMaxPacketBacklog OBJECT-TYPE  -- Max packet backlog this stats interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 6 }

   msNbrFlows OBJECT-TYPE		-- Nbr of flows currently in use
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 7 }

   msFlowsRecovered OBJECT-TYPE	-- Flows recovered during this stats interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 8 }

   msRuleMatches OBJECT-TYPE	-- Rules matched during this stats interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 9 }

   msHashSearches OBJECT-TYPE	-- Tally hash searches this stats interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 10 }

   msHashCompares OBJECT-TYPE	-- Compares for tally searches this interval
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 11 }

   msTotalHashSize OBJECT-TYPE	-- Current sum of tally hash table sizes
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 12 }

   msNbrHashEntries OBJECT-TYPE	-- Nbr of in-use slots in tally hash tables
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 13 }

   msGarbageCollectInterval OBJECT-TYPE  -- Seconds between G.C. invocations
      SYNTAX  INTEGER
      ACCESS  read-write
      STATUS  mandatory
      ::= { MeterStats 14 }

   msMaxFlows OBJECT-TYPE  -- Max nbr of flows in meter's flows table
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 15 }

   msAvIdlePer1000 OBJECT-TYPE  -- Average idle processor % * 10
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 16 }

   msMinIdlePer1000 OBJECT-TYPE  -- Minimum idels processor % * 10
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { MeterStats 17 }


   pcSystem OBJECT IDENTIFIER ::= { UofAuckland 2 }

   pcNearMem OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { pcSystem 1 }

   pcFarMem OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { pcSystem 2 }

   pcBadPackets OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { pcSystem 3 }

   pcNoBufPackets OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { pcSystem 4 }

   pcLostPackets OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      ::= { pcSystem 5 }
