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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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.
      3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3987 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  |