Re: Proposed restructuring of stats table

"Mark S. Lewis" <mlewis@telebit.com> Sat, 19 February 1994 00:54 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa16906; 18 Feb 94 19:54 EST
Received: from CNRI.RESTON.VA.US by IETF.CNRI.Reston.VA.US id aa16902; 18 Feb 94 19:54 EST
Received: from apache.telebit.com by CNRI.Reston.VA.US id aa24497; 18 Feb 94 19:54 EST
Received: from america.Sunnyvale.Telebit.CO (america-bb.sunnyvale.telebit.com) by apache.telebit.com (4.1/SMI-4.1/Telebit-Apache-Brent-940210) id AA01743 to ietf-archive@cnri.reston.va.us; Fri, 18 Feb 94 16:46:55 PST
Received: from yoyo.telebit.com by america.Sunnyvale.Telebit.COM (4.0/america.telebit.com-DBC-930718) id AA28749 to modemmgt@apache.Sunnyvale.Telebit.COM; Fri, 18 Feb 94 16:46:50 PST
Date: Fri, 18 Feb 1994 16:46:50 -0800
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: "Mark S. Lewis" <mlewis@telebit.com>
Message-Id: <9402190046.AA28749@america.Sunnyvale.Telebit.COM>
Received: by yoyo.telebit.com (4.1/SMI-4.1) id AA10650; Fri, 18 Feb 94 16:46:50 PST
To: waldbusser+@cmu.edu
Cc: modemmgt@telebit.com
In-Reply-To: <QhMxomG00WArJH31MK@andrew.cmu.edu> (waldbusser+@CMU.EDU)
Subject: Re: Proposed restructuring of stats table
Reply-To: Mark.S.Lewis@telebit.com
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"

The revised stat table looks good, except I would order them like this
for clarity:

 mdmStatsRingNoAnswers
 mdmStatsIncomingConnectionFailures
 mdmStatsIncomingConnectionCompletions
 mdmStatsOutgoingConnectionFailures
 mdmStatsOutgoingConnectionCompletions
 mdmStatsUnsuccessefullDialAttempts        <---------  moved
 mdmStatsRetrains

... Mark

==========--------------       Mark S. Lewis      ----------==========
Mark.S.Lewis@Telebit.com       Telebit Corp.      Voice (408) 745-3232

>>>>> On Thu, 17 Feb 1994 16:10:10 -0500 (EST), Steven Waldbusser <waldbusser+@CMU.EDU> said:

> There has been a lot of discussion about the mdmStats group.  Now that
> we've established that we can't depend on determining abnormal
> terminations, I'd like to make the following proposal.  This is a
> merging of ideas seen in notes from Zoran Tomasevic, Rick Royston, and
> Mark Lewis.

> These objects replace mdmStatsEntry 1-12.

> mdmStatsRingNoAnswers OBJECT-TYPE
>     SYNTAX      Counter32
>     MAX-ACCESS  read-only
>     STATUS      current
>     DESCRIPTION 
> .fi
> .in +1.25i
> "The number of events in which ringing was detected but the call was
> not answered.
> .in -1.25i
> .nf
>     ::= { mdmStatsEntry 1 }

> mdmStatsIncomingConnectionFailures OBJECT-TYPE
>     SYNTAX      Counter32
>     MAX-ACCESS  read-only
>     STATUS      current
>     DESCRIPTION
> .fi
> .in +1.25i
> "The number of incoming connection requests that this modem answered
> in which it could not train with the other DCE."
> .in -1.25i
> .nf
>     ::= { mdmStatsEntry 2 }

> mdmStatsIncomingConnectionCompletions OBJECT-TYPE
>     SYNTAX      Counter32
>     MAX-ACCESS  read-only
>     STATUS      current
>     DESCRIPTION 
> .fi
> .in +1.25i
> "The number of incoming connection requests that this modem answered
> and successfully trained with the other DCE."
> .in -1.25i
> .nf
>     ::= { mdmStatsEntry 3 }

> mdmStatsUnsuccessefullDialAttempts OBJECT-TYPE
> 	SYNTAX		Counter32
> 	MAX-ACCESS  read-only
> 	STATUS		current
> 	DESCRIPTION
> 		"The number of call attempts that failed because the modem
>         didn't go off hook, or there was no dialtone."
> 	::= { mdmStatsEntry 4 }

> mdmStatsOutgoingConnectionFailures OBJECT-TYPE
>     SYNTAX      Counter32
>     MAX-ACCESS  read-only
>     STATUS      current
>     DESCRIPTION 
> .fi
> .in +1.25i
> "The number of outgoing calls from this modem which sucessfully went
> off hook and dialed, in which it could not train with the other DCE."
> .in -1.25i
> .nf
>     ::= { mdmStatsEntry 5 }

> mdmStatsOutgoingConnectionCompletions OBJECT-TYPE
>     SYNTAX      Counter32
>     MAX-ACCESS  read-only
>     STATUS      current
>     DESCRIPTION
> .fi
> .in +1.25i
> "The number of outgoing calls from this modem which resulted in
> successfully training with the other DCE."
> .in -1.25i
> .nf
>     ::= { mdmStatsEntry 6 }

> mdmStatsRetrains OBJECT-TYPE
>     SYNTAX      Counter32
>     MAX-ACCESS  read-only
>     STATUS      current
>     DESCRIPTION 
> .fi
> .in +1.25i
> "The number of retrains experienced on connections on this line."
> .in -1.25i
> .nf
>     ::= { mdmStatsEntry 7 }