Class: Aws::ElasticBeanstalk::Types::Latency

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Represents the average latency for the slowest X percent of requests over the last 10 seconds.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#p10Float

The average latency for the slowest 90 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end

#p50Float

The average latency for the slowest 50 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end

#p75Float

The average latency for the slowest 25 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end

#p85Float

The average latency for the slowest 15 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end

#p90Float

The average latency for the slowest 10 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end

#p95Float

The average latency for the slowest 5 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end

#p99Float

The average latency for the slowest 1 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end

#p999Float

The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

Returns:

  • (Float)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2742

class Latency < Struct.new(
  :p999,
  :p99,
  :p95,
  :p90,
  :p85,
  :p75,
  :p50,
  :p10)
  SENSITIVE = []
  include Aws::Structure
end