zoukankan      html  css  js  c++  java
  • [AWS DA Guru] Monitoring

    CloudWatch

    • Bascily you can use CloudWatch to monitoring everything in AWS.
    • CloudWatch Logs allow you to monitor operating system and application logs.
    • By default, EC2 doesn't send operating system-level metrics to CloudWatch.

    Metric Frquency

    • By default, EC2 sends metric data to CloudWatch in 5-mins intervals
    • Additional Charge you can enable detailed monitoring that send at 1-min intervals
    • Custom metrics, the default is 1-min intervals, and you can configure high resolution metrics that are sent at 1-second intervals

    CloudWatch Agent

    • Define your own metrics.
    • By installing the CloudWatch Agent on your EC2 instances, you can collect operating system metrics and send them to CloudWatch.
    • Memory usage, processes running on your instance, amount of free disk space, CPU idle time, etc.

  • 相关阅读:
    JavaScript基础学习篇
    js,html,css注释大集合
    JS中的专业术语
    BFC给我的帮助以及对hasLayout的认识
    框架
    PHP echo和print语句
    PHP变量
    PHP语法
    PHP入门
    SQLite学习网址
  • 原文地址:https://www.cnblogs.com/Answer1215/p/14725071.html
Copyright © 2011-2022 走看看