BIN Input Format Examples
Top 20 URL's for a Site
Create a chart containing the TOP 20 URL's in the "www.margiestravel.com" web site (assumed to be logging in the Centralized Binary log format):LogParser "SELECT TOP 20 UriStem, COUNT(*) AS Hits INTO MyChart.gif FROM <www.margiestravel.com> GROUP BY UriStem ORDER BY Hits DESC" -chartType:Column3D -groupSize:1024x768