I want to get average of network input and network output metric as a single metric from Amazon CloudWatch. Is there any way to achieve this or any script or opensource tools available?
Asked
Active
Viewed 5,413 times
1 Answers
3
You can use CloudWatch Metric Math AVG
function to get the average of two metrics:
The AVG of a single time series returns a scalar representing the average of all the data points in the metric. The AVG of an array of time series returns a single time series. Missing values are treated as 0.

Diego Fernández Durán
- 2,502
- 23
- 32