From c1e6b0161e67c744f566395ebba578c88101f1fd Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 11 May 2025 02:27:24 +0200 Subject: [PATCH] Update gatherstats documentation. Signed-off-by: Thomas Hochstein --- bin/gatherstats.pl | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 8e2e1bf..04da9bd 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -399,9 +399,7 @@ below). By default B will process all types of information; you can change that using the B<--stats> option and assigning the type of -information to process. Currently that doesn't matter yet as only -processing of the number of postings per group per month is -implemented anyway. +information to process. Possible information types include: @@ -423,6 +421,16 @@ only once for de.alt.ALL and de.ALL. Data is written to I (see L); you can override that default through the B<--groupsdb> option. +=item B (postings from host per month) + +B will examine Injection-Info:, X-Trace: and Path: +headers and try to normalize them. + +Filtering on I is not yet implemented. + +Data is written to I (see L); you can +override that default through the B<--hostsdb> option. + =back =head2 Configuration @@ -467,9 +475,8 @@ by a colon). =item B<-s>, B<--stats> I -Set processing type to one of I and I. Defaults to all -(and is currently rather pointless as only I has been -implemented). +Set processing type to one of I, I or I. Defaults +to all. =item B<-c>, B<--checkgroups> I @@ -585,7 +592,7 @@ Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2013 Thomas Hochstein +Copyright (c) 2010-2013, 2025 Thomas Hochstein This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.