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

SNMP编程

开发平台:

C/C++

  1. /*****************************
  2.  ** woho's MRTG Logfile cgi **
  3.  *****************************/
  4. This is a very simple MRTG logfile summarizer.
  5. I don't give any warranties at all. I wrote and use it under Linux (SuSE
  6. Distribution).
  7. How to use:
  8. At first you should read and correct the enclosed mrtglog.h,
  9. e.g. for english language, if necessary. Then compile the code, using
  10.  gcc -o <your cgi directory>/mrtglog.cgi ./mrtglog.c
  11. The usage is simple, e.g.:
  12.  ./mrtglog 01/05/03 31/05/03 mrtg.log
  13. counts all traffic in May 2003. B-)
  14. I use a simple PHP3 script for calling it from my stats.php3 page:
  15.  <?
  16.   printf("<A HREF="http://www.yourserver.at/cgi-bin/mrtglog.cgi?START=1.1.%s&STOP=%s&LOG=/stats/mrtg/mymrtglog.log">LOG</A>",
  17.           date("y",time()),date("d.m.y",time()));
  18.  ?>
  19. If you have questions, please send me an e-mail: woho@netpark.at
  20. Wolfgang Hoffmann, Austria, http://www.woho.at
  21. #