Class: Aws::ElasticBeanstalk::Types::Latency
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::Latency
- Defined in:
- gems/aws-sdk-elasticbeanstalk/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
-
#p10 ⇒ Float
The average latency for the slowest 90 percent of requests over the last 10 seconds.
-
#p50 ⇒ Float
The average latency for the slowest 50 percent of requests over the last 10 seconds.
-
#p75 ⇒ Float
The average latency for the slowest 25 percent of requests over the last 10 seconds.
-
#p85 ⇒ Float
The average latency for the slowest 15 percent of requests over the last 10 seconds.
-
#p90 ⇒ Float
The average latency for the slowest 10 percent of requests over the last 10 seconds.
-
#p95 ⇒ Float
The average latency for the slowest 5 percent of requests over the last 10 seconds.
-
#p99 ⇒ Float
The average latency for the slowest 1 percent of requests over the last 10 seconds.
-
#p999 ⇒ Float
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
Instance Attribute Details
#p10 ⇒ Float
The average latency for the slowest 90 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |
#p50 ⇒ Float
The average latency for the slowest 50 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |
#p75 ⇒ Float
The average latency for the slowest 25 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |
#p85 ⇒ Float
The average latency for the slowest 15 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |
#p90 ⇒ Float
The average latency for the slowest 10 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |
#p95 ⇒ Float
The average latency for the slowest 5 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |
#p99 ⇒ Float
The average latency for the slowest 1 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |
#p999 ⇒ Float
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'gems/aws-sdk-elasticbeanstalk/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 |