diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-12 16:17:50 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-12 16:17:50 +0000 |
commit | eef97b97cfffac00cc54ba5d08e4c6c9e77a66e3 (patch) | |
tree | c8146e8c81fb1c94942b75e37edd297123379edd /net-mgmt/pmacct/pkg-descr | |
parent | 31af44656c7e117f271792f9a1ea0c6e29e2c52b (diff) | |
download | ports-eef97b97cfffac00cc54ba5d08e4c6c9e77a66e3.tar.gz ports-eef97b97cfffac00cc54ba5d08e4c6c9e77a66e3.zip |
Notes
Diffstat (limited to 'net-mgmt/pmacct/pkg-descr')
-rw-r--r-- | net-mgmt/pmacct/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/pmacct/pkg-descr b/net-mgmt/pmacct/pkg-descr new file mode 100644 index 000000000000..38ca49b26874 --- /dev/null +++ b/net-mgmt/pmacct/pkg-descr @@ -0,0 +1,10 @@ +pmacct is a network tool to gather IP traffic information (bytes counter and +number of packets). Aggregation of statistics is done either by looking at +destination, source, both source and destination, or unidirectional IP flows. +Data is stored in an in-memory table or using an SQL database (currently only +MySQL). The content of these tables can be later retrieved by a client program +via a local stream-oriented connection (for simple output or export to MRTG) or +via an SQL client. Gathering packets off the wire is done with the pcap library +and promiscuous mode of one or more network interfaces. + +WWW: http://www.ba.cnr.it/~paolo/pmacct/ |