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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-datasync/types.rb', line 4386

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:



4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-datasync/types.rb', line 4386

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:



4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-datasync/types.rb', line 4386

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