Class: Aws::DataSync::Types::P95Metrics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#iopsTypes::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.

Returns:



4508
4509
4510
4511
4512
4513
4514
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4508

class P95Metrics < Struct.new(
  :iops,
  :throughput,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end

#latencyTypes::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.

Returns:



4508
4509
4510
4511
4512
4513
4514
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4508

class P95Metrics < Struct.new(
  :iops,
  :throughput,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end

#throughputTypes::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.

Returns:



4508
4509
4510
4511
4512
4513
4514
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4508

class P95Metrics < Struct.new(
  :iops,
  :throughput,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end