Click or drag to resize

ISolidFireElementListNodeStatsAsync Method

ListNodeStats enables you to view the high-level activity measurements for all nodes in a cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ListNodeStatsResult> ListNodeStatsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListNodeStatsResult
See Also