Article 6139 of comp.infosystems.www: Xref: feenix.metronet.com comp.infosystems.www:6139 Path: feenix.metronet.com!internet.spss.com!insosf1.infonet.net!news-feed-1.peachnet.edu!emory!europa.eng.gtefsd.com!library.ucla.edu!csulb.edu!paris.ics.uci.edu!not-for-mail From: fielding@simplon.ics.uci.edu (Roy T. Fielding) Newsgroups: comp.infosystems.www Subject: Announcing wwwstat-0.1 -- an access log summary program Date: 15 Jan 1994 00:25:08 -0800 Organization: UC Irvine Department of ICS Lines: 55 Message-ID: <2h8994$auo@simplon.ics.uci.edu> NNTP-Posting-Host: simplon.ics.uci.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit This message is to announce the availability of wwwstat Version 0.1 -- a new program for analyzing NCSA httpd_1.0 server access logs and printing an HTML-formatted summary report. The program is written in Perl and, once customized for your site, should work on any UNIX-based system with Perl 4.019 or better. The program is in the public domain (i.e. FREE). As an example of what wwwstat can do for you, look here to see UC Irvine's Department of Information & Computer Science WWW server statistics. For more information and access to the wwwstat-0.1 distribution, point your WWW client at wwwstat-0.1 . The intention is that wwwstat be run as a crontab entry just before midnight, with its output redirected to the site's summary file. It could easily be modified to run as a CGI script, but that is not recommended for slow processors or heavily utilized servers. Obviously, versions of this program would also be nice for the Plexus and CERN servers. However, I found that much of the logic for finding file names was just too specific to the NCSA server to justify all the other work of making this general. Feel free to do so yourself. Version History: Known problems Cannot estimate the transmission of bytes from scripts. Ignores the fact that some accesses may have been denied. Version 0.1 January 14, 1994 Added support for HTML output. Added reversed subdomain statistics. Added the logic for grouping files in archive sections. Rewrote the whole damn thing. Version 0.0 Originally from fwgstat 0.35 (jem@sunsite.unc.edu) with all the extra options stripped out and many bugs fixed. In turn, fwgstat was heavily based on xferstats, which is packaged with the Wuarchive FTP daemon. Fwgstat is good for multi-server stats. If you have any suggestions, bug reports, fixes, enhancements, or praise, send them to me at . Have fun, ....Roy Fielding ICS Grad Student, University of California, Irvine USA (fielding@ics.uci.edu)