News

Anyone aware of a quick, dirty, and small IIS log Analyzer where I can just check the cs-bytes and sc-bytes for a particular sets of logs? I have a client that wishes just to dump monthy logs and ...
Personally, I would write a parser from scratch, probably in Python or Go, to read each log file entry into a key-value dict. Depending on the quantity of data, I would then either store those dicts ...