Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
November 2010
(1)
October 2010
(1)
July 2010
(2)
April 2010
(1)
March 2010
(2)
February 2010
(2)
January 2010
(1)
October 2009
(2)
September 2009
(2)
August 2009
(1)
July 2009
(5)
June 2009
(1)
May 2009
(1)
April 2009
(3)
March 2009
(3)
February 2009
(5)
January 2009
(3)
December 2008
(5)
November 2008
(3)
October 2008
(2)
September 2008
(3)
August 2008
(3)
July 2008
(3)
June 2008
(5)
May 2008
(4)
April 2008
(8)
March 2008
(4)
February 2008
(5)
January 2008
(2)
December 2007
(4)
November 2007
(6)
October 2007
(6)
September 2007
(8)
August 2007
(6)
July 2007
(7)
June 2007
(10)
May 2007
(9)
April 2007
(12)
March 2007
(8)
February 2007
(5)
January 2007
(3)
December 2006
(1)
November 2006
(4)
October 2006
(2)
September 2006
(9)
August 2006
(2)
July 2006
(1)
Tags
.NET Framewor
.NET Framework
Ajax/Javascript
ASP.NET
CLR
Cool stuff
DataAccess
Debugging/Windbg
Hotfix/Service Pack
IDEVDataCollector
IIS
Internet Explorer
Italian techs
LogParser
OT
Personal
Productivity
Random
Scripting/ASP
Security
Technology
Tools
Troubleshooting
Vista/Longhorn
Visual Studio
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
MSDN Blogs
>
Never doubt thy debugger
>
All Tags
>
logparser
Tagged Content List
Blog Post:
Logparser automated within Windbg
Carlo Cardella
The .shell command in Windbg allows to pipe the output of a debugger command to an external process and automatically print its output back inside the debugger window; a useful example is the command FIND, for example if we want to parse the stack for every thread and find every call where the word ...
on
8 May 2009
Blog Post:
IIS logs around midnight
Carlo Cardella
Recently I had an interesting discussion with a friend of mine about IIS logging: basically he configured his web server to create a new log every day and then wanted to use a third party tool to extract some statistics and graphics from the logs. Unfortunately the tool often has troubles and gets weird...
on
5 Mar 2009
Blog Post:
ViewState validation troubles?
Carlo Cardella
If you work with web sites in a complex/multi server environment you might be familiar with this error and as the error message itself suggest, the first thing to check if the machineKey value which must be the same across all of the involved server. Anyway every now and then it happens that you might...
on
23 Dec 2008
Blog Post:
Charting with LogParser
Carlo Cardella
A picture worth 1000 words and this is true also when you have to analyze IIS logs to get some statistics on your site; as you already know, LogParser is extremely flexible and very useful in such situation and its chart output format is what it’s needed. The first thing you need is a copy of Office...
on
7 Aug 2008
Blog Post:
LogParser did it again: application pool recycle
Carlo Cardella
This started as a “standard” w3wp.exe crash, but this time IIS was also randomly disabling one of the application pools on the server. This is a protection mechanism we have since IIS 6 called Rapid Fail Protection that disables ad application pool (for security and stability reasons) if it fails (encounters...
on
29 Jul 2008
Blog Post:
Time-taken and LogParser for web site statistics
Carlo Cardella
The time-taken field is quite handy if your web application or IIS web server is performing poorly (or slower that you expect) or even for simple statistics and monitoring purposes, if you want to keep under how long it takes every web request to be processed and the page sent back to the client. ...
on
20 Jul 2008
Blog Post:
LogParser & event logs on Vista/Windows 2008
Carlo Cardella
I was discussing this morning with a customer, here’s a useful reminder to this post if you need to deal with “legacy” .evt logs on Vista/Win2008. wevtutil epl application.evt application.evtx /lf:true Carlo Quote of the day: That's the secret to life... replace one worry with another.... - Charles...
on
10 Jun 2008
Blog Post:
Select date ranges with LogParser
Carlo Cardella
Here’s an addendum to my previous LogParser collection of scripts : how can we filter our IIS logs folder to extract only the events happened in a certain time range? logparser "select * into 27.5.log from med*.log where to_timestamp(date,time) between timestamp('2008/05/27 10:11:00', 'yyyy/MM/dd...
on
30 May 2008
Blog Post:
LogParser scripts for various occasions...
Carlo Cardella
I've been working again with LogParser lately to extract some statistics for an IIS server which was facing a suspicious activity from the outside world: they were getting literally thousands of requests from a bunch if IP addresses to their page to request a "forgot password" for their online services...
on
6 Feb 2008
Blog Post:
Find folder size (conditionally) with LogParser
Carlo Cardella
I was reading this post from Rahul a few days ago, and wondered if something similar could have been done (hopefully with less efforts) with LogParser ... Well, it turned our that LogParser accepts a " -FS " switch which stands for File System as the input type, and if you run " logparser -h examples...
on
31 Aug 2007
Blog Post:
Start to play with LogParser
Carlo Cardella
A few months ago (back at the beginning of March) at the annual offsite meeting my virtual team had in Lisbon, my colleague Doug held an hour session about LogParser and some of the cool features it has. Doug promised to blog about it with more details, so I don't want to steal him an argument (and he...
on
31 Aug 2007
Page 1 of 1 (11 items)