You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

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)

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

#p50Float

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

Returns:

  • (Float)

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

#p75Float

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

Returns:

  • (Float)

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

#p85Float

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

Returns:

  • (Float)

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

#p90Float

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

Returns:

  • (Float)

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

#p95Float

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

Returns:

  • (Float)

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

#p99Float

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

Returns:

  • (Float)

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

#p999Float

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

Returns:

  • (Float)

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