Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
/ Fusion Public archive

Fusion aggregates multiple IIS log files into a single file.

License

Notifications You must be signed in to change notification settings

gabrielweyer/Fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusion

Fusion aggregates multiple IIS log files into a single file.

Usage

dotnet .\Fusion.dll "<input-directory>" "<output-directory>"
  • <input-directory>: directory where the IIS log files are located. Fusion will also read the subdirectories.
    • Log files are expected to use the .log extension.
  • <output-directory>: directory where Fusion will write the resulting file using the following pattern for the name: <guid>.log.

Sample usage: dotnet .\Fusion.dll "E:\tmp\logs\" "E:\tmp\"

Warning: Fusion does not read the Fields from the header, currently it uses date time s-sitename cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken.

About

Fusion aggregates multiple IIS log files into a single file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages