How can I limit bandwidth/processor usage for IIS?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Its possible to limit IIS web sites (on a per site basis) usage ofboth bandwidth and processor. This is useful if a server hosts many sites andyou want to ensure no one site can use up all the resources. Processorthrottling is only available in IIS 5.0.

To enable perform the following:

  1. Start the Internet Services Manager (Start - Programs - Administrative Tools - Internet Services Manager)

  2. Right click on the web site and select Properties

  3. Select the 'Performance' tab

  4. Check the 'Enable bandwidth throttling' and enter the maximum amount of bandwidth the web site may use

  5. Check the 'Enable process throttling' and enter a percentage maximum of processor time the CPU may use. If you do not check 'Enforce limits' only an event log is written when the site uses over the specified amount and you may want to check why its using so much CPU. Checking the 'Enforce limit' box will actually stop the site using more than the specified percentage.
    Click here to view image

  6. Click Apply

  7. Click OK

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like