home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / mrtg.txt < prev    next >
Text File  |  1997-09-22  |  4KB  |  105 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR MRTG:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: MRTG - Multi-router traffic grapher
  6.  
  7. Version: 2.4.1
  8.  
  9. Author(s): Tobias Oetiker <oetiker@ee.ethz.ch>
  10.            Dave Rand <dlr@bungi.com>
  11.            Simon Leinen <simon@switch.ch> (author of the SNMP Perl package)
  12.  
  13.            Tobias Oetiker
  14.            D-ELEK
  15.            ETH Zentrum, CH-8092
  16.            Zurich, Switzerland
  17.  
  18. On the CD-ROM in: network/mrtg.tar
  19.  
  20. Web page: http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
  21.  
  22. Size on the CD: 543 KB (uncompressed)
  23.  
  24. Description:
  25.  
  26.     The Multi Router Traffic Grapher (MRTG) is a tool to monitor the
  27.     traffic load on network links. MRTG generates HTML pages
  28.     containing GIF images which provide a LIVE visual representation
  29.     of this traffic. See http://www.ee.ethz.ch/stats/mrtg/ for an
  30.     example. MRTG is based on Perl and C and works under UNIX and
  31.     Windows NT. MRTG is being successfully used on many sites arrond
  32.     the net.
  33.  
  34.     MRTG consists of a Perl script that uses SNMP to read the traffic
  35.     counters of your routers and a fast C program that logs the
  36.     traffic data and creates beautiful graphs representing the
  37.     traffic on the monitored network connection. These graphs are
  38.     embedded into web pages that can be viewed from any modern web
  39.     browser.
  40.  
  41.     In addition to a detailed daily view, MRTG also creates visual
  42.     representations of the traffic seen during the last seven days,
  43.     the last four weeks and the last twelve months. This is possible
  44.     because MRTG keeps a log of all the data it has pulled from the
  45.     router. This log is automatically consolidated, so that it does
  46.     not grow over time, but still contains all the relevant data for
  47.     all the traffic seen over the last two years. This is all
  48.     performed in an efficient manner. Therefore you can monitor 50 or
  49.     more network links from any halfway decent UNIX box.
  50.  
  51.     MRTG is not limited to monitoring traffic, however. It is possible
  52.     to monitor any SNMP variable you choose. You can even use an
  53.     external program to gather the data which should be monitored via
  54.     MRTG. People are using MRTG to monitor things such as system
  55.     load, login sessions, modem availability and more. MRTG even
  56.     allows you to accumulate two or more data sources into a single graph.
  57.     
  58.     MRTG highlights:
  59.     
  60.         + Works on most UNIX platforms and Windows NT
  61.         + Uses Perl for easy customization
  62.         + Has a highly portable SNMP implementation written entirely in
  63.           Perl thanks to Simon Leinen. There is no need to install any
  64.           external SNMP package.
  65.         + MRTG's logfiles do NOT grow, thanks to the use of a unique
  66.           data consolidation algorithm.
  67.         + MRTG comes with a semi-automatic configuration tool.
  68.         + MRTG's query engine checks for port reconfigurations on the
  69.           router and warns the user when they occur.
  70.         + Time-critical routines are written in C thanks to the initiative
  71.           of Dave Rand, my co-author.
  72.         + Graphics are generated directly in GIF format using the GD
  73.           library by Thomas Boutell.
  74.         + The look of the web pages produced by MRTG is highly configurable.
  75.         + MRTG is available under the GNU PUBLIC LICENSE.
  76.  
  77.     There are two mailing lists for MRTG available. One is called
  78.     'mrtg' and is a discussion list for users and developers. The
  79.     other is called 'mrtg-announce' and is a low volume list for MRTG
  80.     related announcements.
  81.  
  82.     To subscribe to these mailing lists, send a message with the
  83.     subject line subscribe to either mrtg-request@list.ee.ethz.ch or
  84.     mrtg-announce-request@list.ee.ethz.ch. For posting to the mrtg
  85.     list use the address mrtg@list.ee.ethz.ch.
  86.  
  87.     Further information about the usage of the mailing lists is
  88.     available by sending a message with the subject line 'help' to
  89.     either one of the request addresses.
  90.  
  91.     For past activity there is also a mailing list archive available:
  92.     http://www.ee.ethz.ch/~slist/mrtg.
  93.  
  94.    -- Adapted from the MRTG readme.html file, version 2.4
  95.  
  96. Advertised architectures:
  97.  
  98.    Not stated. Runs on UNIX and Windows NT.
  99.  
  100. Prerequisites:
  101.  
  102.    A C compiler
  103.    The GD library by Thomas Boutell (included on this CD in goodies/gd.tar)
  104.    Perl version 5.003 or higher (included on this CD in gnu/perl5.tar)
  105.