Statistics

Amazon CloudWatch not only aggregates the raw data coming in, it also computes several statistics on the data. The following table lists the statistics that you can request:

StatisticDescription
Minimum

The lowest value observed during the specified period. This can be used to determine low volumes of activity for your application.

Maximum

The highest value observed during the specified period. You can use this to determine high volumes of activity for your application.

Sum

The sum of all values received. This statistic can be useful for determining the total volume of a metric.

Average

The Average of all values received during the specified period. By comparing this statistic with the minimum and maximum statistics, you can determine the full scope of a metric and how close the average use is to the minimum and the maximum. This will allow you to increase or decrease your resources as needed.

Samples

The count (number) of measures used.

[Note]Note

This statistic is always returned to show the user the size of the dataset collected and cannot be explicitly requested.

Statistics are computed within the time period specified in the query. The maximum frequency with which statistics are gathered by Amazon CloudWatch is 1 minute.

CloudWatch data is generally available from the service within one minute from the end of the time period requested in the query (the aggregation period). In some cases, delays in data propagation might cause a delay in data becoming available to CloudWatch. In these instances, you should check the service’s Health Dashboard for any current operational issues with either Amazon CloudWatch or the service collecting the data.