[This is preliminary documentation and subject to change]

CPULimit

This property configures the maximum amount of CPU, in 1/1000ths of a percent, that the worker processes in an application pool are allowed to consume over a period of time as indicated by the CPUResetInterval property. If the limit that is set by the CPULimit property is exceeded, an event is written to the event log and an optional set of events can be triggered as determined by the CPUAction property.

note Note    Setting the value of this property to 0 disables limiting the worker processes to a percentage of CPU time.

Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value0
MetaFlagsExCACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber100000
ID9023

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/AppPoolsIIsApplicationPools

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_CPU_LIMIT
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.