Angolizer - a
mysql database based fast web traffic analysis tool with RSS feed for TOP URLs generation feature is available for
download.
Beside being able to generate RSS feed for TOP urls, this also can find the low performing URLs. In generating the low performing report (which is in RSS feed form now for developer convenience) it does consider the pages which are not hit at all even once.
With database based storage, potentially many advanced feature can be added in future.
with love,
gopu
P.S: It's been 13 month the post Angolizer was posted. After making changes for RSS feed I thought it will be good if I rewrite angolizer to make it database based. I wanted to use C++/QT/OpenGL etc. I even completed writing parser first using C++/QT. It was very slow. Then I changed the parse to C++. The performance is comparable to C. But by this time I realized that there is no point in re-inventing the wheel again. Who knows what other problems I may face and i had already spent lot of time. Then decided to make modification on existing code. And I tell you this is best thing that I did. I should have taken this decision at very first. But anyway I lernt from mistake. But sometime a mistake can become very costly. Only I know why it is costly to me :)