http://people.ee.ethz.ch/~oetiker/webtools/mrtg/logfile.html

Basically, the first line is the actual value of the counters.  Every
other line contains the rate.

You can do the math by hand by querying the current value of one of the
counters using snmpget etc... and then querying again 300 seconds later.

Oversimplified:

rate = ( current - previous ) / 300

Corey Smith

On Mon, 2003-12-01 at 16:14, Chu, Quang wrote:
> Can someone please help me with the explanation for the log file generated


--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to