VolumeQoSHistograms Class |
Namespace: SolidFire.Element.Api
public class VolumeQoSHistograms : RpcBase
The VolumeQoSHistograms type exposes the following members.
Name | Description | |
---|---|---|
![]() | VolumeQoSHistograms | Initializes a new instance of the VolumeQoSHistograms class |
Name | Description | |
---|---|---|
![]() | BelowMinIopsPercentages |
Shows the distribution of samples where IO sent to the volume was below its minimum IOP setting.
|
![]() | MinToMaxIopsPercentages |
Shows the distribution of samples where IO sent to the volume was above its minimum IOP setting.
Burst is shown in the histogram's Bucket101Plus entry.
|
![]() | ReadBlockSizes |
Shows the distribution of block sizes for read requests
|
![]() | TargetUtilizationPercentages |
Shows the volume's overall utilization.
|
![]() | ThrottlePercentages |
Shows how often and how severely the volume was being throttled.
|
![]() | Timestamp |
The time and date that the histograms were returned.
|
![]() | VolumeID |
VolumeID for this volume.
|
![]() | WriteBlockSizes |
Shows the distribution of block sizes for write requests
|
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.) |