"Fossies" - the Fresh Open Source Software Archive

Member "cgiwrap-4.1/unsup/loganalyze.pl.in" (16 Jun 2008, 3314 Bytes) of package /linux/www/old/cgiwrap-4.1.tar.gz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. You can here alternatively try to browse the pure source code or just view or download the uninterpreted raw source code. If the rendering is insufficient you may try to find and view the page on the cgiwrap-4.1.tar.gz project site itself.

\n

$title

\n"; print "

Analysis of $log_file

\n

on $date

\n"; print "\n"; print ""; print "" if ($t); # extra col if want script types print "\n"; # now summarise calls on the scripts foreach $name ( sort keys (%cnt) ) { $total += $cnt{$name}; # increment total count print ""; # display row for script &CheckType($name) if ($t); # check and display script type print "\n"; } # finish up html output print ""; # display row of totals print "" if ($t); # extra col if want script types print "\n"; print "
Script# CallsType
$name$cnt{$name}
TOTAL$total
\n"; print "
\n