To Get Worker Process Ids Of Application Pools IIS7:
1.
Open
Command Prompt With “Ran as administrator”
2.
Change
directory to “c:\Windows\System32\inetsrv”
3.
Enter
“appcmd list wps” to get list of application pools to along with worker process
id associated with it
Note: Make sure you have IIS7 installed in
your machine to execute this command.
4.
Above
command will give you output like:
WP “5057” (applicationPool:wkeyrgsdmaguykwegfk)
WP “6089”
(applicationPool:SecurityTokenServiceApplicationPool)
No comments:
Post a Comment