Welcome to MSDN Blogs Sign in | Join | Help

Notes from a dark corner

Debugging ASP.NET, the CLR and anything that uses clock cycles.

News

  • These postings are provided as is with no warranties, and confers no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.

Browse by Tags

All Tags » Logparser   (RSS)
Extracting a request from a netmon trace
The other day I needed to quickly get the entire response being sent by a web server so I could get an understanding of why it was causing the browser so much trouble when trying to render it. All I had at that moment was the netmon trace on the client Read More...
LogParser example - start and end time for a NetMon trace
I had some large NetMon files to work with the other day. I wanted to quickly check the start and end time for each trace but didn't want to have to wait for NetMon 3.1 to load and parse them. LogParser came to the rescue again: >logparser -i:NETMON Read More...
LogParser, event logs and Longhorn Server
I am a frequent user of LogParser and when I recently started using Windows Server 2008 beta as my desktop OS I ran into a problem with it. One of the things I use LogParser for is extracting the information I need from my customers' event logs which Read More...
Page view tracker