Update gatherstats documentation.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
f5aa649810
commit
c1e6b0161e
|
@ -399,9 +399,7 @@ below).
|
||||||
|
|
||||||
By default B<gatherstats> will process all types of information; you
|
By default B<gatherstats> will process all types of information; you
|
||||||
can change that using the B<--stats> option and assigning the type of
|
can change that using the B<--stats> option and assigning the type of
|
||||||
information to process. Currently that doesn't matter yet as only
|
information to process.
|
||||||
processing of the number of postings per group per month is
|
|
||||||
implemented anyway.
|
|
||||||
|
|
||||||
Possible information types include:
|
Possible information types include:
|
||||||
|
|
||||||
|
@ -423,6 +421,16 @@ only once for de.alt.ALL and de.ALL.
|
||||||
Data is written to I<DBTableGrps> (see L<doc/INSTALL>); you can
|
Data is written to I<DBTableGrps> (see L<doc/INSTALL>); you can
|
||||||
override that default through the B<--groupsdb> option.
|
override that default through the B<--groupsdb> option.
|
||||||
|
|
||||||
|
=item B<hosts> (postings from host per month)
|
||||||
|
|
||||||
|
B<gatherstats> will examine Injection-Info:, X-Trace: and Path:
|
||||||
|
headers and try to normalize them.
|
||||||
|
|
||||||
|
Filtering on I<TLH> is not yet implemented.
|
||||||
|
|
||||||
|
Data is written to I<DBTableHosts> (see L<doc/INSTALL>); you can
|
||||||
|
override that default through the B<--hostsdb> option.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head2 Configuration
|
=head2 Configuration
|
||||||
|
@ -467,9 +475,8 @@ by a colon).
|
||||||
|
|
||||||
=item B<-s>, B<--stats> I<type>
|
=item B<-s>, B<--stats> I<type>
|
||||||
|
|
||||||
Set processing type to one of I<all> and I<groups>. Defaults to all
|
Set processing type to one of I<all>, I<groups> or I<hosts>. Defaults
|
||||||
(and is currently rather pointless as only I<groups> has been
|
to all.
|
||||||
implemented).
|
|
||||||
|
|
||||||
=item B<-c>, B<--checkgroups> I<filename template>
|
=item B<-c>, B<--checkgroups> I<filename template>
|
||||||
|
|
||||||
|
@ -585,7 +592,7 @@ Thomas Hochstein <thh@thh.name>
|
||||||
|
|
||||||
=head1 COPYRIGHT AND LICENSE
|
=head1 COPYRIGHT AND LICENSE
|
||||||
|
|
||||||
Copyright (c) 2010-2013 Thomas Hochstein <thh@thh.name>
|
Copyright (c) 2010-2013, 2025 Thomas Hochstein <thh@thh.name>
|
||||||
|
|
||||||
This program is free software; you may redistribute it and/or modify it
|
This program is free software; you may redistribute it and/or modify it
|
||||||
under the same terms as Perl itself.
|
under the same terms as Perl itself.
|
||||||
|
|
Loading…
Reference in a new issue