Click or drag to resize

SolidFireElementListDriveStats Method (Int64)

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 ListDriveStatsResult ListDriveStats(
	long[] Drives = null
)

Parameters

Drives (Optional)
Type: SystemInt64

Return Value

Type: ListDriveStatsResult

Implements

ISolidFireElementListDriveStats(Int64)
See Also