diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 4e942b64191e2ef98dce2c5af31047a8640db768 (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /net/rtg | |
parent | 1d1f878054efdd1171a8cb006e59ad0727610293 (diff) | |
download | ports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip |
Notes
Diffstat (limited to 'net/rtg')
-rw-r--r-- | net/rtg/pkg-descr | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/rtg/pkg-descr b/net/rtg/pkg-descr index 52a0fddcef7d..1ade8dbfa2fd 100644 --- a/net/rtg/pkg-descr +++ b/net/rtg/pkg-descr @@ -5,15 +5,15 @@ collected data is inserted into a relational database that provides a common interface for applications to generate complex queries and reports. RTG includes utilities that generate configuration and target files, traffic reports, 95th percentile reports and graphical data plots. These utilities may -be used to produce a web-based interface to the data. +be used to produce a web-based interface to the data. -The unique features of RTG are: - * Runs as a daemon, incurring no cron or kernel startup overhead - * Written entirely in C for speed, incurring no interpreter overhead - * Multi-threaded for asynchronous polling and database insertion +The unique features of RTG are: + * Runs as a daemon, incurring no cron or kernel startup overhead + * Written entirely in C for speed, incurring no interpreter overhead + * Multi-threaded for asynchronous polling and database insertion * Inserts data into a relational database where complex queries and reports - may be generated - * Performs no data averaging in order to support billing, etc. - * Can poll at sub-one-minute intervals + may be generated + * Performs no data averaging in order to support billing, etc. + * Can poll at sub-one-minute intervals WWW: http://rtg.sourceforge.net |