Blame contrib/mrtg-blast/mrtg-blast.cfg

Packit 667938
##################################################################
Packit 667938
# Multi Router Traffic Grapher -- Example Configuration File
Packit 667938
#	to integrate mrtg-blast
Packit 667938
##################################################################
Packit 667938
# This file is for use with mrtg-2.1
Packit 667938
#
Packit 667938
# Note:
Packit 667938
#
Packit 667938
# * Keywords must start at the begin of a line.
Packit 667938
#
Packit 667938
# * Lines which follow a keyword line which do start 
Packit 667938
#   with a blank are appended to the keyword line
Packit 667938
#
Packit 667938
# * Empty Lines are ignored
Packit 667938
#
Packit 667938
# * Lines starting with a # sign are comments.
Packit 667938
#
Packit 667938
##################################################################
Packit 667938
Packit 667938
##################################################################
Packit 667938
# The directory where your files are kept
Packit 667938
WorkDir: /home/netadmin/traffic_stats/test
Packit 667938
Packit 667938
##################################################################
Packit 667938
# Sample entry to blast a host named oktoberfest
Packit 667938
##################################################################
Packit 667938
Packit 667938
Title[oktoberfest]: Network Throughput Analysis between Oktoberfest and Mouth
Packit 667938
PageTop[oktoberfest]: 

Network Throughput Analysis for Oktoberfest/Mouth link

Packit 667938
	

We're measuring network throughput between the Oktoberfest and Mouth server

Packit 667938
Packit 667938
##################################################################
Packit 667938
# We set MaxBytes to the throughput that we consider "normal" for
Packit 667938
# an unused link, so that the per-cent values show how much you
Packit 667938
# are off when the line is used more heavily.  you also have to
Packit 667938
# set AbsMax, otherwise values greate than MaxBytes would be
Packit 667938
# ignored.
Packit 667938
# Values here reflect a 256 kbps frame relay link 
Packit 667938
Packit 667938
MaxBytes[oktoberfest]: 32768
Packit 667938
AbsMax[oktoberfest]: 40000
Packit 667938
Packit 667938
##################################################################
Packit 667938
# Set gauge, to treat the values gathered from target as absolute
Packit 667938
#	and not as counters.
Packit 667938
Options[oktoberfest]: gauge
Packit 667938
Packit 667938
##################################################################
Packit 667938
# Call mrtg-blast.  You must include arguments: hostname portnumber packetstoblast
Packit 667938
# experiments showed that blasting 500 packets (=500k!) shows the best results
Packit 667938
# i.e. it causes the least load while producing the best accuracy. See
Packit 667938
# INSTALL for more information on that.
Packit 667938
Target[oktoberfest]: `/home/netadmin/mrtg-2.1/mrtg-blast oktoberfest 23 500`
Packit 667938
Packit 667938
##################################################################
Packit 667938
# You might want to include Peaks or not.
Packit 667938
WithPeak[oktoberfest]: ymwd
Packit 667938