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

SNMP编程

开发平台:

C/C++

  1. ##################################################################
  2. # Multi Router Traffic Grapher -- Example Configuration File
  3. # to integrate mrtg-blast
  4. ##################################################################
  5. # This file is for use with mrtg-2.1
  6. #
  7. # Note:
  8. #
  9. # * Keywords must start at the begin of a line.
  10. #
  11. # * Lines which follow a keyword line which do start 
  12. #   with a blank are appended to the keyword line
  13. #
  14. # * Empty Lines are ignored
  15. #
  16. # * Lines starting with a # sign are comments.
  17. #
  18. ##################################################################
  19. ##################################################################
  20. # The directory where your files are kept
  21. WorkDir: /home/netadmin/traffic_stats/test
  22. ##################################################################
  23. # Sample entry to blast a host named oktoberfest
  24. ##################################################################
  25. Title[oktoberfest]: Network Throughput Analysis between Oktoberfest and Mouth
  26. PageTop[oktoberfest]: <H1>Network Throughput Analysis for Oktoberfest/Mouth link</H1>
  27. <P>We're measuring network throughput between the Oktoberfest and Mouth server
  28. ##################################################################
  29. # We set MaxBytes to the throughput that we consider "normal" for
  30. # an unused link, so that the per-cent values show how much you
  31. # are off when the line is used more heavily.  you also have to
  32. # set AbsMax, otherwise values greate than MaxBytes would be
  33. # ignored.
  34. # Values here reflect a 256 kbps frame relay link 
  35. MaxBytes[oktoberfest]: 32768
  36. AbsMax[oktoberfest]: 40000
  37. ##################################################################
  38. # Set gauge, to treat the values gathered from target as absolute
  39. # and not as counters.
  40. Options[oktoberfest]: gauge
  41. ##################################################################
  42. # Call mrtg-blast.  You must include arguments: hostname portnumber packetstoblast
  43. # experiments showed that blasting 500 packets (=500k!) shows the best results
  44. # i.e. it causes the least load while producing the best accuracy. See
  45. # INSTALL for more information on that.
  46. Target[oktoberfest]: `/home/netadmin/mrtg-2.1/mrtg-blast oktoberfest 23 500`
  47. ##################################################################
  48. # You might want to include Peaks or not.
  49. WithPeak[oktoberfest]: ymwd