rom the official project site:
Logstalgia is a website traffic visualization that replays web-server access logs as a pong-like battle between the web server and an never ending torrent of requests. Requests appear as colored balls (the same color as the host) which travel across the screen to arrive at the requested location. Successful requests are hit by the paddle while unsuccessful ones (eg 404 - File Not Found) are missed and pass through. The paths of requests are summarized within the available space by identifying common path prefixes. Related paths are grouped together under headings. For instance, by default paths ending in png, gif or jpg are grouped under the heading Images. Paths that don’t match any of the specified groups are lumped together under a Miscellaneous section.
Logstalgia requirements
- Workstation/Laptop/Server with a video card supporting OpenGL.
- A a fairly busy web-server to see interesting results.
- Linux operating systems. I tested this app on both Fedora and Debian/Ubuntu Linux.
Binary package based installation
Open a terminal and type the following command:
Sample outputs:
$ sudo apt-get install logstalgia
Sample outputs:
Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: logstalgia 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. Need to get 161 kB of archives. After this operation, 1,102 kB of additional disk space will be used. Get:1 http://mirrors.kernel.org/debian/ stable/main logstalgia amd64 1.0.0-1+b1 [161 kB] Fetched 161 kB in 2s (73.9 kB/s) Selecting previously deselected package logstalgia. (Reading database ... 338532 files and directories currently installed.) Unpacking logstalgia (from .../logstalgia_1.0.0-1+b1_amd64.deb) ... Processing triggers for man-db ... Setting up logstalgia (1.0.0-1+b1) ...
Source code installation
You need to install the following software to build logstalgia. Open a terminal and type the following command:
$ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libpcre3-dev libftgl-dev libpng12-dev libjpeg62-dev
Download and build the software
Type the following wget command to download the software:
Sample outputs:
$ cd /tmp
$ wget https://logstalgia.googlecode.com/files/logstalgia-1.0.3.tar.gz
Sample outputs:
Show Konversi KodeHide Konversi Kode Show EmoticonHide Emoticon Request Out Of Topic