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

SNMP编程

开发平台:

C/C++

  1. *************************************************************************
  2. You need the following software installed on your system:
  3. - perl 5.003
  4. http://www.perl.com/perl/info/software.html
  5. - MRTG 2.1
  6. http://www.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
  7. - gcc to successfully compile tcpblast.c
  8. *************************************************************************
  9. mrtg-blast has been tested successfully under:
  10.                        Linux 2.0.25 (S.u.S.E. 4.3) 
  11.         
  12.        (other versions / OSes might work, but have not been tested.)
  13.             -------------------------------------------------
  14.             The latest version should always be available from 
  15.                    ftp://ftp.inside.ch/pub/mrtg-blast
  16.             If you create a new version, please send it to me so I
  17.                     can keep the archive up to date.  
  18. *************************************************************************
  19. YOU NEED TO CHANGE THE FOLLOWING:
  20. tcpblast:
  21. 1 - Type 'make tcpblast' to compile the tcpblast executable
  22. 2 - Copy tcpblast to your mrtg binary directory
  23. In mrtg-blast:
  24. 1 - Line 1: Adjust perl path to your system
  25. 2 - Line 55: Adjust tcpblast path to where you put tcpblast
  26. 3 - Copy mrtg-blast to your mrtg binary directory
  27. Edit your mrtg-blast.cfg file to add statements for the devices you want to
  28. blast.  See mrtg-blast.cfg for an example.
  29. PLEASE NOTE: Blasting causes traffic, which it inherently does. ;) So please
  30. don't flood the whole wide world, keep it as local as possible. 
  31. Blasting can't be that bad though, considering internet radio and tv... at least
  32. it tells us something: How fast our next video conference will pass, for example.
  33. The program returns traffic estimates which can be off sometimes. Use with care,
  34. caution and much love.
  35. Here are some estimates I tested at our site locally. Your mileage will most 
  36. definitely vary, but as a guideline I always use 500 packets if I'm close to 
  37. the site being blasted otherwise 200 is good enough. 
  38. Link: 256 kbps = 32 kB/s
  39. #of packets:    bandwidth as estimated 
  40.                  by tcpblast [kB/s]:      Error in %:
  41.     100                  50                  +53 %
  42.     200                  38                  +16 %
  43.     300                  35                  +5 %
  44.     400                  34                  +4 %
  45.     500                  32                   0 %
  46.     800                  32                   0 %
  47. You should decide yourself how accurate you're trying to be. Once again:
  48. Your mileage will vary.
  49. Have fun!
  50. Balthasar Indermuehle <balthasar@indermuehle.com>, March 12, Early in the morning...
  51.