1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-mgmt/ng_ipacct/pkg-descr
Eitan Adler 6776ef7ff8 For some unmaintained ports:
- fix format for pkg-descr
	- convert to OptionsNG
	- remove logic for older versions of python which we no longer support
	- remove option for old versions of FreeBSD
	- unconditionally set PORTDOCS
	- etc.

Reviewed by:	jgh
2013-04-24 17:00:20 +00:00

19 lines
582 B
Plaintext

The ng_ipacct is Netgraph IP accounting node intended to gather
IP traffic informations.
IP accounting is collected in both simple and extended modes.
Output format is similar to the one used in Cisco IOS (command
"show ip accounting").
In simple mode output format is:
ip_from ip_to packets bytes
and in verbose mode:
ip_from s_port ip_to d_port proto packets bytes
Also, effective user ID of relevant process and timestamp can be saved.
CPU overhead is minimal because ng_ipacct works at kernel level.
WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/