0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CloudWatchメトリクスとデータポイント

Last updated at Posted at 2020-09-22

CloudWatchにおける標準メトリクスの「期間の5分」について

1. はじめに

  • CloudWatchメトリクスのCPU使用率について「期間の5分」は5分毎にデータを取得しているのかな?
  • 次に取得するまで4分59秒の間はデータを取得しないのかな?と思い、実際にデータ取得の様子を確認してみました。

2. 実験

  • EC2(RHEL8.2)インスタンスにsshログインしてyesコマンドを実行し、CPU使用率を上げます。
  • 下図の様にEC2のCPU使用率のメトリクスをグラフにします。**4.CPUUtilization SampleCount「5」**に注目すると、5分毎にメトリクスが生成される時に「5」個のデータポイントを使っていることが分かります。

image.png

  • 次にBlackBeltをよく読むと・・・。

image.png

image.png

3. 結論

  • 「1分間隔でデータポイントを取得し、5分毎にメトリクスを生成」している動きと分かりました。
  • AWSの公式サイトにも説明がありました。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?