Edit

Share via


StatisticsOptions Class

Definition

The StatisticsOptions type contains various statistics output related options.

public class StatisticsOptions
type StatisticsOptions = class
Public Class StatisticsOptions
Inheritance
StatisticsOptions

Constructors

StatisticsOptions()

Fields

DEFAULT_COLLECTION_LEVEL
DEFAULT_LOG_WRITE_PERIOD
DEFAULT_PERF_COUNTERS_WRITE_PERIOD

Properties

CollectionLevel

The CollectionLevel property specifies the verbosity level of statistics to collect. The default is Info.

LogWriteInterval

The LogWriteInterval property specifies the frequency of updating the statistics in the log file. The default is 5 minutes.

PerfCountersWriteInterval

The PerfCounterWriteInterval property specifies the frequency of updating the windows performance counters. The default is 30 seconds.

Applies to