[This is preliminary documentation and subject to change]

CPUResetInterval

This property specifies the reset period, in minutes, for CPU accounting and throttling limits on the application pool. When the number of minutes elapsed since the last process accounting reset equals the number specified by this property, IIS will reset the CPU timers for both the logging and limit intervals. Setting the value of this property to 0 disables CPU accounting.

important Important    If you want IIS to log process accounting information to a log file, you must be sure to set the property CPULoggingInterval to a value less than that specified by CpuResetInterval. If CPULoggingInterval is greater than CpuResetInterval, IIS will reset counters and the logging timer before the logging interval has elapsed, and process accounting will never occur.

note Note    Because process accounting in IIS uses Windows Job Objects to monitor CPU times for an entire process, process accounting will log and throttle only applications that are isolated in a separate process from IIS.

Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value5
MetaFlagsExCACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber60
ID2144

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/AppPoolsIIsApplicationPools
/LM/W3SVC/1IIsWebServer
/LM/W3SVC/2IIsWebServer
/LM/W3SVC/Info/Templates/Public Web SiteIIsWebServer
/LM/W3SVC/Info/Templates/Secure Web SiteIIsWebServer
/LM/W3SVCIIsWebService

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_RESET_INTERVAL
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.