W3 Tools This page lists all my programs written to handle/solve web related problems and might be useful for other people as well. If you have any questions or suggestions for improvements, feel free to contact me via e-mail.

All tools generate html report files and they are able to include old html report files in a new report as well.

If you have problems when downloading the appropriate files from its page, please try the main download page before you contact the author of the software.


WWW Server Statistics
  • BrowserCounter
  • Generates html reports about version and number of WWW agents which accessed files on a specific WWW server using its agent_log or combined log files (example).
  • ProxyCounter
  • Generates html reports about version and number of proxy agents which accessed files on a specific WWW server using its agent_log or combined log files as well as proxy_log files, created with Apache's Directive CustomLog logs/proxy_log "%{VIA}i" (example).
  • GWFStats
  • Generates html/graphic. reports about the usage of a WWW server using its access_log or combined log files. Examples are available on the GWFstats home page.
  • RefStats
  • Generates html reports about remote references to local files of a WWW server using its referrer_log or combined log files (example).

    Squid (Proxy Cache) related Tools
  • AgentCounter
  • Uses Squid's useragent log file to generate html reports about version and number of WWW agents which used the proxy cache (example).
  • JESALFA
  • JESALFA is a squid access log file analyzer. Its basic idea is to generate statistics about hits and volume (bytes) wrt. several logtypes or logtype classes (set of several logtypes) and:
    • Top and Second Level Domains
    • Content-Type and Content-Subtype
    • File Extensions as well as
    • Protocols.
    It allows you to exclude access.log entries for specific clients, or exclude certain protocols (e.g. cache_object) as well as the configuration of the output you want (any combination of text, html, numbers, percent, all, top N). If you wanna see some examples, here they are.
  • PCMS
  • The Proxy Cache Monitoring Suite collects data about the current state of one or more Squid proxy caches and generates HTML pages containing GIF images which provide a LIVE visual representation of the gathered data (example).
  • Jesred
  • Jesred is a very fast and highly configurable redirector for the Squid Internet Object Cache. It was derived from Chris Foote's and Wayne Piekarski's Squirm 1.0 betaB and some code from Squid itself, but is about 2-3x faster than the original version and has some additional features.

    Other
  • Documentation
  • This file shows, how statistics of our WWW servers are generated and supplies several supporting scripts.