[This is preliminary documentation and subject to change]
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
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
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 Name | Attribute Value |
| Data Type | DWORD |
| Attributes | INHERIT |
| Default Value | 5 |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | 60 |
| ID | 2144 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/W3SVC/AppPools | IIsApplicationPools |
| /LM/W3SVC/1 | IIsWebServer |
| /LM/W3SVC/2 | IIsWebServer |
| /LM/W3SVC/Info/Templates/Public Web Site | IIsWebServer |
| /LM/W3SVC/Info/Templates/Secure Web Site | IIsWebServer |
| /LM/W3SVC | IIsWebService |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_CPU_RESET_INTERVAL |
| Data type | DWORD |
| User type | IIS_MD_UT_SERVER |