home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / getstats.zip / README < prev    next >
Text File  |  1995-04-11  |  2KB  |  66 lines

  1. Getstats README
  2.  
  3. --
  4.  
  5. What should be in this directory:
  6.  
  7. getstats.XX.c      The source code.
  8.  
  9. README.vms         Files for running and compiling getstats
  10.                    under VMS.
  11.  
  12. domain.codes.txt   A file which can be used to translate domain codes
  13.                    to their descriptions in domain reports.
  14.  
  15. getstats.gif       The getstats logo, which can be used in your
  16. getstats.xbm       HTML reports.
  17.  
  18. statform.html      An interactive HTML form front-end to getstats
  19. statform.c         and the CGI C program needed to make it work.
  20.  
  21. The documentation's at
  22.  
  23.     http://www.eit.com/software/getstats/getstats.html
  24.  
  25. ...and you can email kevinh@eit.com for suggestions, contributions, etc.
  26.  
  27.     Enjoy!
  28.  
  29.     -- Kevin Hughes
  30.            kevinh@eit.com
  31.  
  32. --
  33.  
  34. Description:
  35.  
  36.         *getstats* (formerly called "getsites") is a C program that
  37. will produce detailed, concise, monthly, weekly, daily summary, daily,
  38. hourly summary, hourly, domain, request, directory tree, and error
  39. reports from your World-Wide Web or Gopher server.
  40.  
  41. Here's the details:
  42.  
  43.         * Works with CERN, NCSA, Plexus, GN, MacHTTP,
  44.           and UNIX Gopher log files.
  45.         * Supports the "common" Web log format.
  46.         * All reports are in the same consistent format.
  47.         * Basic statistics include server name and type, date,
  48.           total requests last 7 days, unique hosts last 7 days,
  49.           total unique hosts, number of HTML, script, and non-HTML requests,
  50.           total number of requests, average load (requests per hour and day),
  51.           number of bad requests, date coverage, and running time.
  52.         * Detailed report includes host name, number of host requests,
  53.           and last access date.
  54.         * Monthly, weekly, daily, hourly, and summary reports are in vertical
  55.           bar-chart format, with number of requests for each week or day.
  56.         * You can add byte traffic statistics to every report.
  57.         * Full, request, and domain reports can be sorted by requests,
  58.           name, byte traffic, or date.
  59.         * You can filter requests and IP or name addresses matching
  60.           certain conditions. You can filter by date, hour and day
  61.           conditions also.
  62.         * You can generate "Top 10 (or any number)" lists.
  63.         * getstats can take standard input, so you can pipe stuff to it.
  64.         * getstats can produce HTML output.
  65.         * Runs under VMS, DEC Ultrix, SunOS...
  66.