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.
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.