Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
16 lines
517 B
Text
16 lines
517 B
Text
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.
|