Class: Aws::DataSync::Types::MaxP95Performance
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::MaxP95Performance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
The performance data that DataSync Discovery collects about an on-premises storage system resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iops_other ⇒ Float
Peak IOPS unrelated to read and write operations.
-
#iops_read ⇒ Float
Peak IOPS related to read operations.
-
#iops_total ⇒ Float
Peak total IOPS on your on-premises storage system resource.
-
#iops_write ⇒ Float
Peak IOPS related to write operations.
-
#latency_other ⇒ Float
Peak latency for operations unrelated to read and write operations.
-
#latency_read ⇒ Float
Peak latency for read operations.
-
#latency_write ⇒ Float
Peak latency for write operations.
-
#throughput_other ⇒ Float
Peak throughput unrelated to read and write operations.
-
#throughput_read ⇒ Float
Peak throughput related to read operations.
-
#throughput_total ⇒ Float
Peak total throughput on your on-premises storage system resource.
-
#throughput_write ⇒ Float
Peak throughput related to write operations.
Instance Attribute Details
#iops_other ⇒ Float
Peak IOPS unrelated to read and write operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#iops_read ⇒ Float
Peak IOPS related to read operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#iops_total ⇒ Float
Peak total IOPS on your on-premises storage system resource.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#iops_write ⇒ Float
Peak IOPS related to write operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#latency_other ⇒ Float
Peak latency for operations unrelated to read and write operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#latency_read ⇒ Float
Peak latency for read operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#latency_write ⇒ Float
Peak latency for write operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#throughput_other ⇒ Float
Peak throughput unrelated to read and write operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#throughput_read ⇒ Float
Peak throughput related to read operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#throughput_total ⇒ Float
Peak total throughput on your on-premises storage system resource.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |
#throughput_write ⇒ Float
Peak throughput related to write operations.
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-datasync/types.rb', line 3798 class MaxP95Performance < Struct.new( :iops_read, :iops_write, :iops_other, :iops_total, :throughput_read, :throughput_write, :throughput_other, :throughput_total, :latency_read, :latency_write, :latency_other) SENSITIVE = [] include Aws::Structure end |