Hi
I have an IIS log file I would like to query and generate report for an investigation. I have used Log Parser to extract the bandwidth usage per minute for an hour but the script used only summed the bandwidth usage within each minute.
Now I need a way to extract the following information from only within a specific minute and not for the whole log file duration:
1. List source IP address
2. Average bandwidth usage within that a specific minute
3. Possible page visited (either GET or POST) that had the highest bandwidth usage
Thanks
Isaac2k2