metabit.commetabit.netmetabit.org

 
fooStats is a logfile analyzer and statistics generator for LRCTF.

fooStats came into life as "LRCTFstats" when LRCTF 1.0 was released, but was renamed to avoid collisions. Several alpha and beta versions have been tested with the patient help of the Metzelkueche staff.

fooStats is a command line tool, built for inclusion in scripts and automated cron jobs. It is designed so you can have it run automatically, generating fresh statistics for you every few hours.
Call the commandline with "java -jar fooStats.jar". This will give you version information and the like.
Call with "java -jar fooStats help" for a list of available options and how to use them.
fooStats works in two stages:
  1. the command "parse" parses a given Logfile. The results are stored in the "storeDir" for later use (local database).
  2. the command "stats" generates statistic pages from this local database.
Reasons for this separation are stability and efficiency: parsing uses quite a lot of CPU resources, so you may want to perform it on low priority. Statistics generation aims to be fast, so it can be called often - possibly by the webserver.
The parsing is incremental, so you don't need to keep the old logfiles. Please make sure the server isn't running at the moment you send the logfiles to parsing, or your copy them at the right moment between matches - partial matches tend to get lost.

These are the default values, which you can override in the configuration file the help command names: contents
variable namedefault value
name of standard logfileQ3logfileq3lrctf-games.log
name of punkbuster logfilePBlogfilequake3.log
storage directorystoreDirstore
output directoryoutputDir./html
output formatoutputformatHTML

If you have any questions or suggestions, please contact us at the registration address given below.


fooStats is currently at revision 1.41. Since the 1.1 version of LRCTF is scheduled for release RSN, the "beautification" of the output has been halted until we the new LRCTF version is available for us.

fooStats is freeware, but registration is required. Please send an email to foostats at metabit dot com with the name of your server, the handle of the server admin, and a contact email address. If you like, you can include your Quakenet channel/nick and/or Jabber or ICQ address.

Download Link: fooStats 1.41 JAR

 

Valid CSS!Valid HTML 4.01!