Re: [tkined] Stadistics with Scotty

Gregorio Marquez Fernandez (saustin_deja@my-deja.com)
Mon, 16 Aug 1999 05:59:07 -0700

Hello Gregorio,

You should take a look at some of the MIB-II and
RMON statistics that are usually available in the
various components of your network. These tell you
how much data is passing through over a certain time,
from this you can calculate a utilization statistic.

Using some of the MIB tools in Scotty you can get the values from your network devices. Or you may want to write a small Tcl/Tnm script to get the values then do some arithmetic on them.

For example:

>From RFC-1213, the IF-MIB, look at elements from
the ifTable (1.3.6.1.2.1.2.2) such as ifInOctets,
ifOutOctets and the various error counters.

There are extensions to those in RFC-1229 that
define longer (64-bit) counters that are more
useful for high-speed interfaces since they don't
wrap so fast. Look at ifXTable (1.3.6.1.2.1.31.1.1).

Then there are MIBs that are generic to certain
network devices, for example the EtherLike-MIB
defined in RFC-1643. In there you will find the dot3StatsTable (1.3.6.1.2.1.10.7.2) that has a lot
of detail for an ethernet device.

Hope this helps (by the way your English is very understandable, I hope my response is too!).


--

On Sat, 14 Aug 1999 13:35:17 Gregorio Marquez Fernandez wrote: > >Hi, > >I'm trying of to make statistics of a network. The case is that I want >to know how many bandwidth uses the diferents institutes that uses my >"exit to the satellite" (there is a router for this), there are around 6 >universities. I know the IP domain of each one, then, I want to use the >Scotty or Tkined for to make that task, could help me those programs?. I'm >new using this programs, could somebody help me?. > >I'm thinking to use SNMP monitor, What do you think?. > >Thank you for what you can make, > >Greetings, > >Gregorio Marquez >Systems Engineering Student >Merida - Venezuela > >p.s. >Excuse my bad english please, I hope that you can understand me, my >native language is spanish. > >I have scotty2.1.10 in my computer with RedHat 6.0 > >-- >!! This message is brought to you via the `tkined & scotty' mailing list. >!! Please do not reply to this message to unsubscribe. To subscribe or >!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>. >!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information. >

--== Sent via Deja.com http://www.deja.com/ ==-- Share what you know. Learn what you don't.

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.