]>
iEval git - gruntmaster-data.git/blob - gruntmaster-opener
dbdf7393d15957a47dcf6c82e2f0528dd639c707
6 use Gruntmaster
::Opener
;
8 dbinit
$ENV{GRUNTMASTER_DSN
} // 'dbi:Pg:';
9 handle_line
$_ while <>;
17 gruntmaster-opener - Populate opens table from NCSA access logs
21 gruntmaster-opener /var/log/apache2/access.log
22 varnishncsa | gruntmaster-opener
26 gruntmaster-opener reads a NCSA access log supplied via arguments or
27 (if there are no arguments) stdin, finds lines that represent
28 successful requests to problems during contests, extracts data from
29 them and inserts it into the database.
33 L<Gruntmaster::Opener>
37 Marius Gavrilescu E<lt>marius@ieval.roE<gt>
39 =head1 COPYRIGHT AND LICENSE
41 Copyright (C) 2014-2016 by Marius Gavrilescu
43 This library is free software; you can redistribute it and/or modify
44 it under the same terms as Perl itself, either Perl version 5.20.1 or,
45 at your option, any later version of Perl 5 you may have available.
This page took 0.040333 seconds and 4 git commands to generate.