descriptionSimple, efficient and distributed traffic accounting daemon.
homepage URLhttp://leet.c/iptagrab
ownerkt@leet.cz
last changeSun, 12 Oct 2008 22:38:59 +0000 (13 00:38 +0200)
content tags
add:
readme
For efficient and distributed traffic accounting. Binds to a TCP port and reports given ipt_{account|ACCOUNT} table contents every once a while. Daemon accepts arbitrary number of clients, no buffering is done -> client not capable of receiving the buffer within TICK period will be disconnected. Output format: <timestamp> <ip> <src pkts> <src bytes> <dst pkts> <dst bytes> Added sqlite accounting feature, table schema: CREATE TABLE iptraf (pkt_up integer, b_up integer, pkt_dn integer, b_dn integer, time integer, ip string, <your fields>, unique(ip,time)); First 6 fields are hardcoded to their positions, you can use custom fields after that. TODO: be nicer beyond simple asserts()
shortlog
2008-10-12 Karel Tumainitialmastermob
heads
15 years ago mob
15 years ago master