This metabase property specifies the reset period for process accounting and process throttling limits on the server or service. 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.
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.
Data type | Long |
Default value | 1440 minutes (24 hours) (1 minute minimum) |
Inheritance | Inheritable |
This property is accessible at the following locations:
Metabase Path | Key Type |
/LM/W3SVC | IIsWebService |
/LM/W3SVC/N | IIsWebServer |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier | MD_CPU_RESET_INTERVAL |
User type | IIS_MD_UT_SERVER |