Class: Aws::DataSync::Types::P95Metrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::P95Metrics
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
The types of performance data that DataSync Discovery collects about an on-premises storage system resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iops ⇒ Types::IOPS
The IOPS peaks for an on-premises storage system resource.
-
#latency ⇒ Types::Latency
The latency peaks for an on-premises storage system resource.
-
#throughput ⇒ Types::Throughput
The throughput peaks for an on-premises storage system resource.
Instance Attribute Details
#iops ⇒ Types::IOPS
The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
4825 4826 4827 4828 4829 4830 4831 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4825 class P95Metrics < Struct.new( :iops, :throughput, :latency) SENSITIVE = [] include Aws::Structure end |
#latency ⇒ Types::Latency
The latency peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
4825 4826 4827 4828 4829 4830 4831 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4825 class P95Metrics < Struct.new( :iops, :throughput, :latency) SENSITIVE = [] include Aws::Structure end |
#throughput ⇒ Types::Throughput
The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
4825 4826 4827 4828 4829 4830 4831 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4825 class P95Metrics < Struct.new( :iops, :throughput, :latency) SENSITIVE = [] include Aws::Structure end |