posts - 27, comments - 21, trackbacks - 0

My Links

News

These postings are provided "AS IS" with no warranties, and confers no rights.
Locations of visitors to this page

Tag Cloud

Archives

Post Categories

Identify all running IIS Worker Processes

If you have multiple SharePoint web applications running on a server you would see multiple instances of w3wp.exe in TaskManager. When you need to monitor the performance of a SharePoint web app there is no way in TaskManager to figure out which w3wp process is the right one.

Here's a quick way to identify the app pool associated with the running worker process:

  1. In the TaskManager menu select 'View' -> 'Select Columns' and check the 'PID (Process Identifier)' column
  2. Open command prompt window
  3. type cd c:\windows\system32
  4. type iisapp.vbs
    • You might get a message to register cssript. Select 'Yes'.

This script will list out all the running worker process along with their PID and app pool name. You now the process id of the w3wp process to monitor in TaskManager. 

 

Technorati Tags: ,

Print | posted on Sunday, March 15, 2009 9:18 AM | Filed Under [ IIS ]

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

Powered by: