Does anyone have a script for logparser that will output a graph for daily page visits?
Asked
Active
Viewed 84 times
1 Answers
0
LogParser "SELECT TOP 20 cs-uri-stem, COUNT(*) AS Hits INTO MyChart.gif FROM GROUP BY cs-uri-stem ORDER BY Hits DESC" -chartType:Column3D -groupSize:1024x768

user281674
- 433
- 1
- 4
- 6