ClusterCapacity Class |
Namespace: SolidFire.Element.Api
public class ClusterCapacity : RpcBase
The ClusterCapacity type exposes the following members.
Name | Description | |
---|---|---|
ClusterCapacity | Initializes a new instance of the ClusterCapacity class |
Name | Description | |
---|---|---|
ActiveBlockSpace |
The amount of space on the block drives.
This includes additional information such as metadata entries and space which can be cleaned up.
| |
ActiveSessions |
Number of active iSCSI sessions communicating with the cluster
| |
AverageIOPS |
Average IPS for the cluster since midnight Coordinated Universal Time (UTC).
| |
ClusterRecentIOSize |
The average size of IOPS to all volumes in the cluster.
| |
CurrentIOPS |
Average IOPS for all volumes in the cluster over the last 5 seconds.
| |
MaxIOPS |
Estimated maximum IOPS capability of the current cluster.
| |
MaxOverProvisionableSpace |
The maximum amount of provisionable space.
This is a computed value.
You cannot create new volumes if the current provisioned space plus the new volume size would exceed this number:
maxOverProvisionableSpace = maxProvisionedSpace * GetClusterFull
| |
MaxProvisionedSpace |
The total amount of provisionable space if all volumes are 100% filled (no thin provisioned metadata).
| |
MaxUsedMetadataSpace |
The amount of bytes on volume drives used to store metadata.
| |
MaxUsedSpace |
The total amount of space on all active block drives.
| |
NonZeroBlocks |
Total number of 4KiB blocks with data after the last garbage collection operation has completed.
| |
PeakActiveSessions |
Peak number of iSCSI connections since midnight UTC.
| |
PeakIOPS |
The highest value for currentIOPS since midnight UTC.
| |
ProvisionedSpace |
Total amount of space provisioned in all volumes on the cluster.
| |
SnapshotNonZeroBlocks |
Total number of 4KiB blocks in snapshots with data.
| |
Timestamp |
The date and time this cluster capacity sample was taken.
| |
TotalOps |
The total number of I/O operations performed throughout the lifetime of the cluster
| |
UniqueBlocks |
The total number of blocks stored on the block drives.
The value includes replicated blocks.
| |
UniqueBlocksUsedSpace |
The total amount of data the uniqueBlocks take up on the block drives.
This number is always consistent with the uniqueBlocks value.
| |
UsedMetadataSpace |
The total amount of bytes on volume drives used to store metadata
| |
UsedMetadataSpaceInSnapshots |
The amount of bytes on volume drives used for storing unique data in snapshots.
This number provides an estimate of how much metadata space would be regained by deleting all snapshots on the system.
| |
UsedSpace |
Total amount of space used by all block drives in the system.
| |
ZeroBlocks |
Total number of 4KiB blocks without data after the last round of garabage collection operation has completed.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |