IIS 7.5: List worker processes

In IIS 7.5, We can easily find  running worker processes and requests getting served by each worker process using IIS UI. Open Inetmgr, Select Worker Processes in Features view at Server level as shown below:

 It will list running worker processes and its associated Application Pool. When we double-click on a worker process, it will list the requests currently serving by it.

We can also use below command to get running worker processes using Command prompt:

C:\Windows\System32\inetsrv>appcmd.exe list wp