mrtg-logfile.txt
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:3k
源码类别:

SNMP编程

开发平台:

C/C++

  1. MRTG-LOGFILE(1)                mrtg               MRTG-LOGFILE(1)
  2. NNAAMMEE
  3.        mrtg-logfile - description of the mrtg-2 logfile format
  4. SSYYNNOOPPSSIISS
  5.        This document provides a description of the contents of
  6.        the mrtg-2 logfile.
  7. OOVVEERRVVIIEEWW
  8.        The logfile consists of two main sections.
  9.        The first Line
  10.            It stores the traffic counters from the most recent
  11.            run of mrtg.
  12.        The rest of the File
  13.            Stores past traffic rate averates and maxima at incre-
  14.            assing intervals.
  15.        The first number on each line is a unix time stamp. It
  16.        represents the number of seconds since 1970.
  17. DDEETTAAIILLSS
  18.        TThhee ffiirrsstt LLiinnee
  19.        The first line has 3 numbers which are:
  20.        A (1st column)
  21.            A timestamp of when MRTG last ran for this interface.
  22.            The timestamp is the number of non-skip seconds passed
  23.            since the standard UNIX "epoch" of midnight on 1st of
  24.            January 1970 GMT.
  25.        B (2nd column)
  26.            The "incoming bytes counter" value.
  27.        C (3rd column)
  28.            The "outgoing bytes counter" value.
  29.        TThhee rreesstt ooff tthhee FFiillee
  30.        The second and remaining lines of the file contains 5 num-
  31.        bers which are:
  32.        A (1st column)
  33.            The Unix timestamp for the point in time the data on
  34.            this line is relevant.  Note that the interval between
  35.            timestamps increases as you prograss through the file.
  36.            At first it is 5 minutes and at the end it is one day
  37.            between two lines.
  38.            This timestamp may be converted in OpenOffice Calc or
  39.            MS Excel by using the following formula
  40.             =(x+y)/86400+DATE(1970;1;1)
  41.            (instead of ";" it may be that you have to use ","
  42.            this depends on the context and your locale settings)
  43.            you can also ask perl to help by typing
  44.             perl -e 'print scalar localtime(x),"n"'
  45.            xx is the unix timestamp and yy is the offset in seconds
  46.            from UTC. (Perl knows yy).
  47.        B (2nd column)
  48.            The average incoming transfer rate in bytes per sec-
  49.            ond. This is valid for the time between the A value of
  50.            the current line and the A value of the previous line.
  51.        C (3rd column)
  52.            The average outgoing transfer rate in bytes per second
  53.            since the previous measurement.
  54.        D (4th column)
  55.            The maximum incoming transfer rate in bytes per second
  56.            for the current interval. This is calculated from all
  57.            the updates which have occured in the current inter-
  58.            val. If the current interval is 1 hour, and updates
  59.            have occured every 5 minutes, it will be the biggest 5
  60.            minute transfer rate seen during the hour.
  61.        E (5th column)
  62.            The maximum outgoing transfer rate in bytes per second
  63.            for the current interval.
  64. AAUUTTHHOORR
  65.        Butch Kemper <kemper@bihs.net> and Tobias Oetiker
  66.        <oetiker@ee.ethz.ch>
  67. 2.13.2                      2006-02-03            MRTG-LOGFILE(1)