May 2009 - Posts

IIS Log File Consolidation Feature will be Released on Indihing 0.2

Finally I finished the IIS log file consolidation for Indihiang tool two weeks ago. With this feature, you can analyze multiple IIS log files. I have tested with 276 IIS log files (thanks for Erudeye Enterprise team for providing test data). It spent less than 20 seconds on Intel Core Duo 1.8 GHz on Windows Vista 32-bit. Remember it still used the sequential processing!!. It’s fast because I changed data structure to store IIS log file object on the previous Indihiang version. I utilize generic dictionary collection with custom binary tree data structure. Currently I’m implementing Indihiang tool using parallel processing approach using Microsoft Parallel Extensions to .NET Framework 3.5 so I must change processing algorithms. I would like to utilize fully all processor cores to compute IIS log analyzing.

Here are figures of the sample of Indihiang tool analyzing result.

consolidate2

consolidate3

 

You will get this feature on Indihiang tool on the next release, Indihiang 0.2. I’ll announce when Indihiang 0.2 will be released.

Share this post: | | | |

Indihiang Project Roadmap for Indihiang 0.2

Since first released on 15 April 2009, total download of Indihiang tool is 559 (today) [V]. I would like to thank to all you for supports. I also got feedbacks via email about requested features.  Please contact me if you any idea or new feature for this project.

Today I would like to share the Indihiang roadmap for the next version , Indihiang 0.2. Here is the highlight feature for Indihiang 0.2

roadmap02

IIS Log File Consolidation

Fortunately, IIS log file consolidation can be released on Indihiang 0.2. I know one of you sent emails about multiple IIS log files analyzing. Yeah, on the original roadmap this feature should be release on Indihiang 0.1 but I postponed so I confirm this feature will be released on the next version of Indihiang tool (version 0.2).

Bandwidth Analyzing

I got feedbacks from Indihiang users that want to analyze bandwidth usage on web server based on IIS log file. On the next release, I put this feature to be released on version 0.2. With the feature you can see bandwidth usage such as bandwidth In/Out. This tool also analyze the bandwidth usage relate to IP Address client so we can know how many bandwidth IP Address client utilize on web server.

Updated Hits Analyzing by Month and Year

On current released version, you can only see the Hits analyzing by day so the next version Indihiang tool will implement Hits analyzing by day, month and year.

Parallel Processing

To improve the performance of Indihiang tool I’ll implement parallel processing approach. This means Indihiang tool will utilize all processor cores to compute analyzing. Parallel processing technology that I’ll implemet on Indihiang tool is Microsoft Parallel Extensions to .NET Framework 3.5.

Any Feedback?

If you have idea(s) to improve Indihiang tool and to enrich Indihiang tool features, please let me know..

Share this post: | | | |