Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access Request Monitor in IIS Server Manager?

I've just installed the "Request Monitor" role in "Server Manager",

request monitor

hoping that I could watch all the HTTP requests come in and go out. Now how do I access this tool? I've never used this software before and I can't seem to find it.

like image 513
mpen Avatar asked Jan 23 '14 16:01

mpen


People also ask

How do I monitor IIS worker process?

Via the IIS management console, you can view the running worker processes. You can view which IIS application pool is causing high CPU and view the currently running web requests. After selecting “Worker Processes” from the main IIS menu, you can see the currently running IIS worker processes.

How are HTTP requests handled by IIS?

For example, when a client browser requests a Web page from the Internet, the HTTP listener, HTTP. sys, picks up the request and sends it to IIS for processing. Once IIS processes the request, HTTP. sys returns a response to the client browser.


2 Answers

From https://portal.ektron.com/KB/10396/:

Find the "Worker Process" icon on the server settings in IIS Manager.

enter image description here

like image 148
Bryan Legend Avatar answered Oct 07 '22 21:10

Bryan Legend


From the article on View Currently Executing Requests in a Worker Process (IIS 7):

  1. Open IIS Manager. For information about opening IIS Manager, see Open IIS Manager (IIS 7). For information about navigating to locations in the UI, see Navigation in IIS Manager (IIS 7).
  2. In the Connections pane, select the server node in the tree.
  3. In Features View, double-click Worker Processes.
  4. Select a worker process from the grid. Note that only running worker processes show up here, so you may need to launch the desired one by issuing a request.
  5. Click View Current Requests in the Actions pane.
  6. View the list of requests in the grid.
like image 22
aaron cheung Avatar answered Oct 07 '22 20:10

aaron cheung