Log Parser Plus example query
HTTP Status Codes (pie chart)
Returns a pie chart showing what percentage status codes account for. Requires Microsoft Office.
Keywords:
- iisw3c
Statement:
Notes: Microsoft Office must be installed to generate the chart. Example output available at StrivingLife.com.
Leave a comment on this query.
logparser -o:chart -chartType:Pie -chartTitle:"Status as Percent of Requests" "SELECT sc-status AS [HTTP Status Code], COUNT(*) AS Requests INTO HttpStatusCodePieChart.png FROM ex0811*.log GROUP BY [HTTP Status Code] ORDER BY Requests DESC"
blog comments powered by Disqus