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

SNMP编程

开发平台:

C/C++

  1. Date: Wed, 17 Feb 1999 18:47:20 +1100
  2. From: "Tony-Farr (Canberra)" <Tony.Farr@austrade.gov.au>
  3. This script extracts summary figures from the MRTG log files. In particular
  4. it summarises all sites (i.e. as many as will fit on a page) into a single
  5. Excel chart.
  6. The summary is placed in an Excel spreadsheet & chart. The Excel worksheet
  7. will have the same name as this program & be placed in the MRTG log file
  8. directory.
  9. I wrote this to summarise ping round trip times as generated by 
  10. "mrtg-ping-probe". However it will process any mrtg log file. Some formatting
  11. type stuff would need to be changed though if it were to be used for things
  12. other than ping response times.
  13. If, like us, you use PWS/IIS & IE, you can just link to the spreadsheet and
  14. read it with IE.
  15. A trap for novices:
  16. If you have problems running Excel from "at", it's probably because of a
  17. bug/limitation in "at". The problem is that regardless of which user submits
  18. the job, it gets executed by the "system" user. (Great security, huh?) However
  19. Excel probably isn't installed for the user "system". I changed the schedule
  20. service to run as me rather than "system".
  21. Args are:
  22. h help
  23. d,w,m do stats for last day, week or month
  24. f directory containing mrtg log files
  25. For example, once a week I run a CMD file that includes:
  26. perl c:perlmrtgcontribxlsummaryxlsummary.pl -w -f d:wwwmrtgping
  27. del d:wwwmrtgpingweeksummary.xls
  28. ren d:wwwmrtgpingxlsummary.xls weeksummary.xls
  29. Feel free to contact me regarding bugs.
  30. Tony.Farr@austrade.gov.au