The iisapp command cannot use the solution

  • 2020-05-10 23:14:59
  • OfStack

1. Environment of iisapp
     
1. windows 2003+iis 6.0
2.net environment

2. Problem description
 
1. Add the display pid field to the task manager. You can see either the memory footprint or the highest cpu process, pid
2. Run iisapp-a at the command cmd command-line prompt. Note that on the first run, you will be prompted to use cscript support (the difference between wscript and cscript). Click ok. And then you can run it again. This allows you to see the application pool for pid.
3. Go to the IIS website for the application pool, make the above memory or CPU restrictions for ok, or check whether the program has a dead loop or something like that.

However, after I typed in iisapp, there was a problem and it could not achieve the desired effect

Here's how I solved it:      

iisapp is actually an VBS script stored in the C:\windows \system32 directory. The full name is iisapp. vbs.

This allows you to follow steps 1 and 2 above.

3. How to do it in iis7
 
The new syntax is appcmd.exe list wp, iisapp no longer applies.

You can also do this:
IIS7 has already integrated this function into IIS. We can find the name of the computer in this location > IIS-- > Worker Processes


Related articles: