MBrace.Runtime


PerformanceInfo

Namespace: MBrace.Runtime

Some node metrics, such as CPU, memory usage, etc

Record Fields

Record FieldDescription
CpuUsage
Signature: Nullable<double>

CPU usage as percentage

MaxClockSpeed
Signature: Nullable<double>

Maximum CPU clock speed (in MHz)

MemoryUsage
Signature: Nullable<double>

Total memory usage in machine

NetworkUsageDown
Signature: Nullable<double>

Network download in bytes

NetworkUsageUp
Signature: Nullable<double>

Network upload in bytes

Platform
Signature: Nullable<Platform>

Execution platform for current node

Runtime
Signature: Nullable<Runtime>

Execution runtime for current node

TotalMemory
Signature: Nullable<double>

Total physical memory in machine

Static members

Static memberDescription
Empty
Signature: PerformanceInfo

Creates an empty performance info object

CompiledName: get_Empty

Fork me on GitHub