Help for this page
blah blah blah GET /some/path/to/file.htm blah blah
[root@devel3 root]# cat ./simple_log_parse.pl #!/usr/bin/perl -w ... /cgi-bin/ 5366/376847 (1.42%) [root@devel3 root]#
[root@devel3 root]# cat ./simple_log_parse2.pl #!/usr/bin/perl -w ... printf "%-20s %8d/%-8d (%.2f%%)\n", $_, $hash{$_}, $total, (100*$h +ash{$_}/$total); } [root@devel3 root]#