Multi Router Traffic Grapher

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
MRTG
DeveloperTobi Oetiker
Stable release
2.17.10 / January 19, 2022; 4 years ago (2022-01-19)[1]
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Written inPerl
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    Operating systemCross-platform
    TypeBandwidth monitor
    LicenseGNU General Public License
    Websiteoss.oetiker.ch/mrtg/

    The Multi Router Traffic Grapher (MRTG) is free software for monitoring and measuring the traffic load on network links. It allows the user to see traffic load on a network over time in graphical form.

    It was originally developed by Tobias Oetiker and Dave Rand to monitor router traffic, but has developed into a tool that can create graphs and statistics for almost anything.

    MRTG is written in Perl and can run on Windows, Linux, Unix, Mac OS and NetWare.

    File:MRTG Graph from My Router localhost eth0-day.png
    A sample MRTG bandwidth graph.

    How it works

    [edit | edit source]

    MRTG uses the Simple Network Management Protocol (SNMP) to send requests with two object identifiers (OIDs) to a device. The device, which must be SNMP-enabled, will have a management information base (MIB) to look up the OIDs specified. After collecting the information it will send back the raw data encapsulated in an SNMP protocol. MRTG records this data in a log on the client along with previously recorded data for the device. The software then creates an HTML document from the logs, containing a list of graphs detailing traffic for the selected devices in the server.

    Script output

    [edit | edit source]

    Alternatively, MRTG can be configured to run a script or command, and parse its output for counter values. The MRTG website contains a large library of external scripts to enable monitoring of SQL database statistics, firewall rules, CPU fan RPMs, or virtually any integer-value data.

    Features

    [edit | edit source]
    • Measures two values (I for Input, O for Output) per target.
    • Gets its data via an SNMP agent, or through the output of a command line.
    • Typically collects data every five minutes (it can be configured to collect data less frequently).
    • Creates an HTML page per target that features four graphs (GIF or PNG images).
    • Results are plotted vs time into day, week, month and year graphs, with the I plotted as a full green area, and the O as a blue line.
    • Automatically scales the Y axis of the graphs to show the most detail.
    • Adds calculated Max, Average and Current values for both I and O to the target's HTML page.
    • Can also send warning emails if targets have values above a certain threshold.

    See also

    [edit | edit source]

    Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

    • RRDtool - Reimplementation of MRTG's graphing and logging features
    • Munin - Another monitoring application with web interface, based on RRDtool
    • Cacti - A similar tool using RRDtool

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    [edit | edit source]