Missing Process counter from Available Counters in Perfmon

by rahul 2/18/2010 3:07:10 PM
Do you notice anything special in the list below? If you have been working with Perfmon enough, you will notice that the Process Counters are missing in the list below. Download a utility called Extensible Counter List from this link…. and run it. Select PerfProc and ensure that Performance Counters Enabled is checked. If it is not checked, check it. If you are not getting this checkbox at all, run this tool as an Administrator and you should be able to see it. Restart Perfmon after clo... [More]


Logparser Scenario 9:Find out different types of errors in your HTTP Error log files

by rahul 2/18/2010 12:11:39 PM
This post is a continuation of this article. Scenario 9:Find out total count of different errors in your HTTP Error Log file on any IIS Server Answer: Logparser "select sc-status, s-reason, cs-uri, count(*) from 'FolderName\*.log' to 'FolderName\Total.csv' Group by s-reason, sc-status, cs-uri" -o:CSV -i:HTTPERR If you want to just see the different types of errors coming up… use the following… Logparser "select s-reason, count(*) from 'FolderName\*.log' to 'FolderName\Total.c... [More]


Performance Monitor (Perfmon) counters for IIS - 4

by rahul 2/17/2010 1:23:15 PM
In part 1 of this series, I provided the BaseLine counter set for Windows 2k3. To close this loop for Win 2008, I am providing one more set of baseline counters for IIS. Download the following template and extract the XML file - IIS-BaseLine-Win-2k8.zip.     Start –> Run –> Perfmon     Right click on Data Collector Sets –> User Defined –> Select New –> Data Collector Set     Give a name, and ensure Create from a te... [More]


Performance Monitor (Perfmon) Counters for IIS - 3

by rahul 1/26/2010 4:58:40 AM
In the last couple of posts you’ve seen collection and manual analysis of Performance data. In this post let’s automate the analysis using one of the really fantastic tools called PAL – Performance Analysis of Logs. Download it from CodePlex. Ensure that you have installed all the pre-requisites… 1. Log Parser 2.2 Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Win... [More]


Performance Monitor (Perfmon) Counters for IIS - 2

by rahul 1/21/2010 4:25:40 AM
In my previous post, I have shown the configuration of perfmon counters. Let’s talk about how to analyze it now. Before you do anything else, read the following articles… IIS 6 Performance Counters Suggested Performance Counters to Watch (IIS 6.0) ASP.NET Performance Counters I know it is a lot of stuff to go through, but then to master drawing, you must learn about the brushes! To manually monitor some counters, you must add the .blg file that got created earlier when you stopped... [More]


Performance Monitor (Perfmon) counters for IIS - 1

by rahul 1/21/2010 3:48:47 AM
If you consider troubleshooting as an art, Perfmon will be one of the brushes – almost like sable. If you master it well, you can not only tell a lot about your server’s performance, you will also be able to take a lot of actions pro-actively even before anything breaks down. In this post, let me quickly show how you can create various counters and set it up on your IIS/SharePoint Servers.     Click Start –> Run –> Perfmon (Click Ok)     Right click... [More]


Unable to reinstall IIS 7 on Windows 7 or Windows Server 2008

by Vivek 1/18/2010 1:14:00 PM
Recently I came across an issue where a customer was unable to reinstall IIS 7 on Windows Server 2008. The issue started happening after they upgraded some vendor CGI application that was hosted on IIS. I used the CBS.log which is located at C:\Windows\Logs\CBS folder. Since IIS 7 is all modularized every component you select in IIS will install and uninstall module wise. You will see the CBS logfile has detailed information on what is the new component that is about to be installed and the ... [More]


Enable Instant Search in Microsoft Outlook

by vivek 1/15/2010 12:46:46 PM
This post is a bit off the track to my usual IIS topics. I am not a big fan of desktop search software's and I don’t like unwanted software's hogging on my memory or CPU. I have heard a lot of good things about this Instant Search in Outlook and though I will go ahead and enable it. Today when searching for some text in my Microsoft Outlook 2010 beta, I saw “Click here to enable Instant Search”. Clicked on the notification bar and that popped out a message Looks li... [More]


The object identifier does not represent a valid object. (Exception from HRESULT: 0x800710D8)

by Vivek 1/11/2010 5:44:00 PM
Today I came across an issue where the customer is getting “The object identifier does not represent a valid object. (Exception from HRESULT: 0x800710D8)” when you try to start the Web site. Looking at the IIS Manager, the Web site status shows: Looking closer, found the Web site identifier is set to 0. This is not a valid identifier. Tried “net start WAS” this stopped W3SVC as well. Now, ran the command “net start W3SVC”. Checked the System Event log and we see: Checked Appl... [More]


“HTTP Error 500.19 - Internal Server Error” in IIS 7 / 7.5

by Vivek 12/15/2009 1:15:00 AM
I was testing a simple WCF application deployed on my IIS 7.5 machine. This was working fine on my development Windows 7 IIS 7.5 client machine but as soon as I deployed it on my Windows Server 2008 R2 IIS 7.5 machine the application threw the following error: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Here’s what we need to keep in mind. Check the error code 0x80070032. You wi... [More]


Search


Tags



Categories

Calendar

<<  March 2010  >>
MoTuWeThFrSaSu
22232425262728
1234567
891011121314
15161718192021
22232425262728
2930311234

View posts in large calendar

All Items
Sign in

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010, Rahul Soni

Powered by BlogEngine.NET 1.4.5.0