@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PerformanceMeasurement extends Object implements Serializable, Cloneable, StructuredPojo
Amazon CloudWatch Internet Monitor calculates measurements about the performance for your application's internet traffic between client locations and Amazon Web Services. Amazon Web Services has substantial historical data about internet performance and availability between Amazon Web Services services and different network providers and geographies. By applying statistical analysis to the data, Internet Monitor can detect when the performance and availability for your application has dropped, compared to an estimated baseline that's already calculated. To make it easier to see those drops, we report that information to you in the form of health scores: a performance score and an availability score.
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop. For example, a performance score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing a performance drop for that pair.
For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
Constructor and Description |
---|
PerformanceMeasurement() |
Modifier and Type | Method and Description |
---|---|
PerformanceMeasurement |
clone() |
boolean |
equals(Object obj) |
Double |
getExperienceScore()
Experience scores, or health scores, are calculated for different geographic and network provider combinations
(that is, different granularities) and also totaled into global scores.
|
Double |
getPercentOfClientLocationImpacted()
How much performance impact was caused by a health event at a client location.
|
Double |
getPercentOfTotalTrafficImpacted()
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
RoundTripTime |
getRoundTripTime()
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time
for your application for traffic.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExperienceScore(Double experienceScore)
Experience scores, or health scores, are calculated for different geographic and network provider combinations
(that is, different granularities) and also totaled into global scores.
|
void |
setPercentOfClientLocationImpacted(Double percentOfClientLocationImpacted)
How much performance impact was caused by a health event at a client location.
|
void |
setPercentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
void |
setRoundTripTime(RoundTripTime roundTripTime)
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time
for your application for traffic.
|
String |
toString()
Returns a string representation of this object.
|
PerformanceMeasurement |
withExperienceScore(Double experienceScore)
Experience scores, or health scores, are calculated for different geographic and network provider combinations
(that is, different granularities) and also totaled into global scores.
|
PerformanceMeasurement |
withPercentOfClientLocationImpacted(Double percentOfClientLocationImpacted)
How much performance impact was caused by a health event at a client location.
|
PerformanceMeasurement |
withPercentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
PerformanceMeasurement |
withRoundTripTime(RoundTripTime roundTripTime)
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time
for your application for traffic.
|
public void setExperienceScore(Double experienceScore)
Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores. If you view performance or availability scores without filtering for any specific geography or service provider, Amazon CloudWatch Internet Monitor provides global health scores.
The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
experienceScore
- Experience scores, or health scores, are calculated for different geographic and network provider
combinations (that is, different granularities) and also totaled into global scores. If you view
performance or availability scores without filtering for any specific geography or service provider,
Amazon CloudWatch Internet Monitor provides global health scores.
The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public Double getExperienceScore()
Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores. If you view performance or availability scores without filtering for any specific geography or service provider, Amazon CloudWatch Internet Monitor provides global health scores.
The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public PerformanceMeasurement withExperienceScore(Double experienceScore)
Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores. If you view performance or availability scores without filtering for any specific geography or service provider, Amazon CloudWatch Internet Monitor provides global health scores.
The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
experienceScore
- Experience scores, or health scores, are calculated for different geographic and network provider
combinations (that is, different granularities) and also totaled into global scores. If you view
performance or availability scores without filtering for any specific geography or service provider,
Amazon CloudWatch Internet Monitor provides global health scores.
The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public void setPercentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
percentOfTotalTrafficImpacted
- The impact on total traffic that a health event has, in increased latency or reduced availability. This is
the percentage of how much latency has increased or availability has decreased during the event, compared
to what is typical for traffic from this client location to the Amazon Web Services location using this
client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public Double getPercentOfTotalTrafficImpacted()
The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public PerformanceMeasurement withPercentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
percentOfTotalTrafficImpacted
- The impact on total traffic that a health event has, in increased latency or reduced availability. This is
the percentage of how much latency has increased or availability has decreased during the event, compared
to what is typical for traffic from this client location to the Amazon Web Services location using this
client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public void setPercentOfClientLocationImpacted(Double percentOfClientLocationImpacted)
How much performance impact was caused by a health event at a client location. For performance, this is the percentage of how much latency increased during the event compared to typical performance for traffic, from this client location to an Amazon Web Services location, using a specific client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
percentOfClientLocationImpacted
- How much performance impact was caused by a health event at a client location. For performance, this is
the percentage of how much latency increased during the event compared to typical performance for traffic,
from this client location to an Amazon Web Services location, using a specific client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public Double getPercentOfClientLocationImpacted()
How much performance impact was caused by a health event at a client location. For performance, this is the percentage of how much latency increased during the event compared to typical performance for traffic, from this client location to an Amazon Web Services location, using a specific client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public PerformanceMeasurement withPercentOfClientLocationImpacted(Double percentOfClientLocationImpacted)
How much performance impact was caused by a health event at a client location. For performance, this is the percentage of how much latency increased during the event compared to typical performance for traffic, from this client location to an Amazon Web Services location, using a specific client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
percentOfClientLocationImpacted
- How much performance impact was caused by a health event at a client location. For performance, this is
the percentage of how much latency increased during the event compared to typical performance for traffic,
from this client location to an Amazon Web Services location, using a specific client network.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public void setRoundTripTime(RoundTripTime roundTripTime)
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
roundTripTime
- This is the percentage of how much round-trip time increased during the event compared to typical
round-trip time for your application for traffic.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public RoundTripTime getRoundTripTime()
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public PerformanceMeasurement withRoundTripTime(RoundTripTime roundTripTime)
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
roundTripTime
- This is the percentage of how much round-trip time increased during the event compared to typical
round-trip time for your application for traffic.
For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public String toString()
toString
in class Object
Object.toString()
public PerformanceMeasurement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.