diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-13 12:57:58 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-13 12:57:58 +0000 |
commit | 69425c1541cf6f039ab2c0b18f0ec30994937da9 (patch) | |
tree | 8726e5d9b481ebd0958072024fb34c8700e33856 /net/tas/pkg-descr | |
parent | Update to version 0.9.1 (diff) |
Update to version 1.2.1
PR: 29668
Submitted by: MAINTAINER
Diffstat (limited to 'net/tas/pkg-descr')
-rw-r--r-- | net/tas/pkg-descr | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/net/tas/pkg-descr b/net/tas/pkg-descr index 46db2a5ebc64..3df3cfb0b076 100644 --- a/net/tas/pkg-descr +++ b/net/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 |