DESCR 788 B

123456789101112131415
  1. Logstalgia is a website traffic visualization that replays or streams
  2. Apache web-server access logs as a pong-like battle between the web
  3. server and an never ending torrent of requests.
  4. Requests appear as colored balls (the same color as the host) which
  5. travel across the screen to arrive at the requested location. Successful
  6. requests are hit by the paddle while unsuccessful ones (eg 404 - File
  7. Not Found) are missed and pass through.
  8. The paths of requests are summarized within the available space by
  9. identifying common path prefixes. Related paths are grouped together
  10. under headings. For instance, by default paths ending in png, gif or jpg
  11. are grouped under the heading Images. Paths that don't match any of the
  12. specified groups are lumped together under a Miscellaneous section.