MBrace.Runtime


PerformanceMonitor

Namespace: MBrace.Runtime

Collects statistics on CPU, memory, network, etc.

Instance members

Instance memberDescription
GetCounters()
Signature: unit -> PerformanceInfo
MonitoredCategories
Signature: string list

CompiledName: get_MonitoredCategories

Static members

Static memberDescription
Start(...)
Signature: (updateInterval:int option * maxSamplesCount:int option * cancellationToken:CancellationToken option * logger:ISystemLogger option) -> PerformanceMonitor

Starts a new performance monitor instance with supplied intervals.

Fork me on GitHub