Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This script check OS version on users hitting yours site. You’ll first need a way to extract unique...
Date: 10/21/2009
Installed Virtual PC for Windows 7 and Windows XP Mode (from here) and though I give it a try using...
Date: 10/21/2009
SELECT EXTRACT_TOKEN(cs(Referer), 2, '/') AS Domain, COUNT(*) AS [Requests] INTO...
Date: 10/21/2009
This script will give you the amount of bytes sent by each file type, for example pictures, ASPX...
Date: 10/21/2009
My previous post (#2) gave you browser types, hits and post (#19) gave you additional information...
Date: 10/20/2009
My #2 post gave you just browser types and hits, this script will give you you almost the same data...
Date: 10/20/2009
Will give you your top pages with most hits and some additional data. If your top 10 pages with most...
Date: 10/20/2009
This script will give you site/page refers to your content though your content has moved. SELECT...
Date: 10/20/2009
One thing I notice on several of my customers is that it really doesn’t matter how waterproof...
Date: 10/19/2009
Customer of mine used a hardware load balancer to distribute traffic between their frontend web...
Date: 10/14/2009
Digging into each ASPX page returning a specific error code. We used this script at a customer to...
Date: 10/14/2009
This is a great script for checking what page types are causing bytes sent SELECT ...
Date: 10/14/2009
This script is very interesting tracking down specific users causing errors in your IIS environment....
Date: 10/14/2009
This script checks amount of bytes sent for different pages and different sc-status. SELECT...
Date: 10/14/2009
If you find out that you have a large number of sc-status codes, e.g. 401, it could be an idea to...
Date: 10/14/2009
This script will get you any win32 errors within you IIS logs. SELECT ...
Date: 10/14/2009
This is a script I used at one customer to help the site developers know if any of the recent...
Date: 10/14/2009
Why is this interesting? One of the site developers at one of my customers approached me and said...
Date: 10/14/2009
This script checks for daily bandwidth. Great for spotting trends. Select ...
Date: 10/14/2009
Top 10 pages with the longest time-taken SELECT TOP 10 cs-uri-stem, max(time-taken) as MaxTime,...
Date: 10/14/2009
Script for checking your largest pages. Maybe you can reduce the size of these pages? Good to know...
Date: 10/14/2009
This is a combination of two scripts you need to use to get the unique number of users each day....
Date: 10/14/2009
This script will give you all the browser types hitting your site, order by most used. SELECT...
Date: 10/14/2009
This script is an easy way of checking if any of your pictures take up too much bandwidth on you...
Date: 10/14/2009
I’ve used Logparser on several occasions at my customers and it’s always fun to show just how much...
Date: 10/14/2009
I often find myself browsing the internet for best prices on technical products like computer parts,...
Date: 10/12/2009