www.logparser.com
Log Parser BIN Input Format

(Back to Home)


The BIN input format parses IIS log files in the Centralized Binary Log File Format.

The following example demonstrates how to get a top ten list of URLs from an example website:

LogParser "SELECT TOP 10 UriStem, COUNT(*) AS Hits FROM <www.example.com> GROUP BY UriStem ORDER BY Hits DESC"

 


(Back to Top)
Copyright (2023-2024) www.logparser.com