]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Update the README file with notes about the scripts present in the bin folder
authorkkalev <kkalev>
Sun, 6 Apr 2003 13:55:34 +0000 (13:55 +0000)
committerkkalev <kkalev>
Sun, 6 Apr 2003 13:55:34 +0000 (13:55 +0000)
Changelog
README

index 8c9dfa2abaf14b7f70fc3ed8eb4afcdb7292d22c..9cf4f2b3acd29c32117e0654f11fba4e82b5cc14 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,7 @@ Ver 1.63:
 * Add an entry in the FAQ about adding .php3 handling
 * Add a few installation notes
 * Fix a problem with user_stats.php3
+* Update the README file with notes about the scripts present in the bin folder
 Ver 1.62:
 * Remove one sql query from user_admin which was not needed.
 * Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime
diff --git a/README b/README
index db111e92587bdbe9e0f16a3f58f1c089ed4a2dc2..0879efd6c09d74f7d93b34d44bb8c14bf437282b 100644 (file)
--- a/README
+++ b/README
@@ -26,6 +26,14 @@ There are also a few more things included:
 * bin/clean_radacct: It will delete all entries in the radacct table with a starttime > 1 day and
   stoptime = 0. It will not do an harm even if it deletes valid entries since radiusd will fall
   back to insert if update fails.
+* bin/truncate_radacct: It will delete sessions from the radacct table which are older than a configurable
+  number of days
+* bin/tot_stats: Update the totacct table with aggregated daily accounting information for each user.
+  We keep a row per user for each day.
+* bin/monthly_tot_stats: Log in the mtotacct table aggregated accounting information for each user spaning
+  in one month period. If the current month has not ended it will log information up to the current month day
+
+
 
 
 The structure of the tree is: