Hi all!

I want to show you a new tremstats engine output. I wrote it because our italian community site has little DB space, and Dasprid's tremstats use it extensively. So I developed this parser/stats calculator (written in Java). The processing time of a 380 Mb log file is rather quick (about 5 minutes...), and it exports all data in plain HTML format, without the need of DB space. It needs about 200 Mb of memory to store data during parsing, while the output (for about 410 players) is 11 Mb large (without map images and icons).
At the moment I'm rewriting some pieces of code, and refactoring, and after that I'll release it as GPL and put a google-code repository.
I want to really thanks Dasprid for let me use his icons for weapons and buildings.
Main features:
- no DB required
- advanced stats (expected value and variance)
- GUID aggregator by config
- quick processing time
What I'm planning:
- xml export of processed data
- charts generator
- more statistics
- map image auto-extractions (given a map repository dir)
You can see it here:
http://www.capponcino.it/tremulous/statsprolinux/index.htmlFeel free to send me suggestions

and critics

PS: there is a bug on the index page, if opened by IE. I've already address this issue
