nv-l

Re: ifInOctets...

1999-10-12 12:20:07
Subject: Re: ifInOctets...
From: "Waddle, Duane" <DWaddle AT COMDATA DOT COM>
To: nv-l AT lists.tivoli DOT com
Date: Tue, 12 Oct 1999 11:20:07 -0500
The "best" formula that I've (personally) seen will accommodate for the
preamble and the interpacket gap.  Algebraically, it goes:

   #packets * (9.6 + 6.4)   +  #octets * 0.8
   ----------------------------------------------------------
               Interval * 10000

and should result in a value in the range of 0 - 100.  I have also coded a
MIB expression for it, which looks like:

EtherUtil \
"Ethernet Utilization" \
                .1.3.6.1.2.1.16.1.1.1.5.        \
                16 *                    \
                .1.3.6.1.2.1.16.1.1.1.4.        \
                0.8 * +                 \
                10000 /


This should be directly placeable in MibExpr.conf

--D

> -----Original Message-----
> From: Gord Michaels [SMTP:gord_michaels AT HOTMAIL DOT COM]
> Sent: Monday, October 04, 1999 10:00 PM
> To:   NV-L AT UCSBVM.UCSB DOT EDU
> Subject:      ifInOctets...
>
> Hello All.
>
> I am interested in collecting/graphing the standard MIB OIDs:
>
> ifInOctets
> ifOutOctets
>
> I want to see the total traffic/sec in and out of a certain ethernet
> interface. Do these two MIB Objects dynamically keep track of total
> octets(bytes)/sec or just IP octets/sec. Is frameing included.
>
> If these are just for IP, what could tell me the total octets/sec for all
> traffic, i.e. IP + IPX + etc...
>
> Any info appreciated.
>
> Sincerely,
>
> Gord Michaels.
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com


<Prev in Thread] Current Thread [Next in Thread>