Click or drag to resize

SolidFireElementListDriveStatsAsync Method (ListDriveStatsRequest, CancellationToken)

ListDriveStats enables you to retrieve high-level activity measurements for multiple drives in the cluster. By default, this method returns statistics for all drives in the cluster, and these measurements are cumulative from the addition of the drive to the cluster. Some values this method returns are specific to block drives, and some are specific to metadata drives.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListDriveStatsResult> ListDriveStatsAsync(
	ListDriveStatsRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiListDriveStatsRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListDriveStatsResult

Implements

ISolidFireElementListDriveStatsAsync(ListDriveStatsRequest, CancellationToken)
See Also