Click or drag to resize

SolidFireElementGetDriveStatsAsync Method (GetDriveStatsRequest, CancellationToken)

GetDriveStats returns high-level activity measurements for a single drive. Values are cumulative from the addition of the drive to the cluster. Some values are specific to block drives. You might not obtain statistical data for both block and metadata drives when you run this method.

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

Parameters

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

Return Value

Type: TaskGetDriveStatsResult

Implements

ISolidFireElementGetDriveStatsAsync(GetDriveStatsRequest, CancellationToken)
See Also