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

SNMP编程

开发平台:

C/C++

  1. From: Ilya Konstantinov <future@galanet.net>
  2. Date: 06 Sep 2000 18:53:33 -0200
  3. I have tweaked the ipchainacc perl script provided in MRTG's contrib for our
  4. own use at our LUG, and I thought the rest of the users might find my
  5. changes helpful.
  6. Changes:
  7. 1. Made it account BYTES instead of PACKETS, like it used to do before.
  8. 2. It now accepts (optional) two command-line arguments to make it
  9. return results for the 2nd etc. rules in the chain, so for example,
  10. I can insert rules into the 'acctin' and 'acctout' chains which'll match
  11. traffic with destination and source (respectively) port set to 80, so I
  12. could
  13. see how much traffic passes through HTTP only.
  14. so:
  15. ipchainacc 1 1
  16. should return counters of 2nd acctin and 2nd acctout rules.