diff options
author | will <will@FreeBSD.org> | 2000-12-26 05:46:55 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-26 05:46:55 +0000 |
commit | 17851423f639a37f17f9af779c464b859de22d45 (patch) | |
tree | b56a7cc24e392b7097a19c7538454b0f573d6e00 /net-mgmt/tas/pkg-descr | |
parent | 45db84ff62220cb6258d1360cee2727f7cfb7079 (diff) | |
download | FreeBSD-ports-17851423f639a37f17f9af779c464b859de22d45.zip FreeBSD-ports-17851423f639a37f17f9af779c464b859de22d45.tar.gz |
Add tas 1.0, a traffic accounting system that picks up ip and application
level traffic statistics, stores it and builds reports.
PR: 23824
Submitted by: Anton Voronin <anton@urc.ac.ru>
Diffstat (limited to 'net-mgmt/tas/pkg-descr')
-rw-r--r-- | net-mgmt/tas/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/tas/pkg-descr b/net-mgmt/tas/pkg-descr new file mode 100644 index 0000000..7b434c7 --- /dev/null +++ b/net-mgmt/tas/pkg-descr @@ -0,0 +1,6 @@ +TAS is a traffic accounting system that picks up ip and application level +traffic statistics, stores it and builds reports. Report is a set of +user-defined tables. Table columns and rows are groups of hosts (traffic +sources or destinations) aggregated according to the rules defined by user. + +WWW: http://rnoc.urc.ac.ru/~anton/projects/tas/TAS.html |