diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-08-13 12:57:58 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-08-13 12:57:58 +0000 |
commit | 753017931127652dbad4f4e945e264846e9b4088 (patch) | |
tree | 3b30b01bc46e7407316cf2d8fe10de268fc5f44f /net-mgmt/tas/pkg-descr | |
parent | 29c6df27cb117b0e95acacb97e0ee540f12ee220 (diff) | |
download | FreeBSD-ports-753017931127652dbad4f4e945e264846e9b4088.zip FreeBSD-ports-753017931127652dbad4f4e945e264846e9b4088.tar.gz |
Update to version 1.2.1
PR: 29668
Submitted by: MAINTAINER
Diffstat (limited to 'net-mgmt/tas/pkg-descr')
-rw-r--r-- | net-mgmt/tas/pkg-descr | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/net-mgmt/tas/pkg-descr b/net-mgmt/tas/pkg-descr index 46db2a5..3df3cfb 100644 --- a/net-mgmt/tas/pkg-descr +++ b/net-mgmt/tas/pkg-descr @@ -1,8 +1,24 @@ TAS is a traffic accounting system that picks up ip and application level -traffic statistics, stores it and processes to build 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. +traffic statistics, stores it and processes to build 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. +What TAS can let you, in a few words: +- Do traffic accounting on IP-level and application level +- Store all accounting data for the desirable number of months for later + data extraction +- Generate complex reports (in HTML or plain text) according to the + specified rules either on periodic basis or on demand +- Have a convinient web interface for easy definition of report rules and + quick report generation +What TAS is not intended for: +- Time accounting +- Accounting for non IP or IP-based traffic +- Accounting by username (in case of password-based internet access) +- Charging/Pricing/Billing/Client management +- Gathering traffic accounting information from the router interfaces + like trafd, bpft, ipacctd, or ipa do (TAS is just a front-end for such kind + of programs) +- Reports generation for arbitrary time intervals WWW: http://tas.net-conex.com http://rnoc.urc.ac.ru/~anton/projects/tas/TAS.html |