diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-28 12:34:58 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-28 12:34:58 +0000 |
commit | acde01090d700a1eb3902f996d53a6874ace3046 (patch) | |
tree | 25d700d31c76315133e779919feca3a804a87e39 /net-mgmt/ng_ipacct/pkg-descr | |
parent | 2e7775777bf08addd7e9c8d8fcf34cad2f9fb673 (diff) | |
download | ports-acde01090d700a1eb3902f996d53a6874ace3046.tar.gz ports-acde01090d700a1eb3902f996d53a6874ace3046.zip |
Notes
Diffstat (limited to 'net-mgmt/ng_ipacct/pkg-descr')
-rw-r--r-- | net-mgmt/ng_ipacct/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/ng_ipacct/pkg-descr b/net-mgmt/ng_ipacct/pkg-descr new file mode 100644 index 000000000000..d56ba59a8851 --- /dev/null +++ b/net-mgmt/ng_ipacct/pkg-descr @@ -0,0 +1,19 @@ +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. + +Author: Roman V. Palagin <romanp@unshadow.net> +FTP: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/ |