InstrumentationService OSInstrumentationIntervalMS Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies how often OS instrumentation such as CPU and RAM is sampled. Value of zero disables OS sampling

Namespace: NFX.Instrumentation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ExternalParameterAttribute]
[ConfigAttribute("$os-interval-ms|$os-instrumentation-interval-ms")]
public int OSInstrumentationIntervalMS { get; set; }

Property Value

Type: OnlineInt32

Implements

IInstrumentation OSInstrumentationIntervalMS
See Also