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.

  • 相关阅读:
    c# 中的线程和同步
    Javascript 观察者模式
    连接SQLite 创建ADO.net实体类
    给软件增加注册功能 c#
    log4net 使用步骤
    C# 操作 Excel
    PCL编译历程
    设计模式
    kinect
    eclipse配置servlet错误
  • 原文地址:https://www.cnblogs.com/Answer1215/p/14725071.html
Copyright © 2011-2022 走看看