amazon-rds - RDS : Free Memory,事件内存和可释放内存的三个指标之间有什么关系?

标签 amazon-rds

AWS RDS的三个指标是什么:可用内存(增强监控),事件内存(增强监控)和可用内存(CloudWatch监控)?

它们之间是什么关系?

看这两张照片。

三个指标的值不同。

的形象
enter image description here

enter image description here

enter image description here
enter image description here

最佳答案

让我分两部分回答您的问题。

  • 增强监控 Cloudwatch监控有什么区别?

  • 根据official guide

    Amazon RDS Enhanced Monitoring — Look at metrics in real time for the operating system.

    Amazon CloudWatch Metrics – Amazon RDS automatically sends metrics to CloudWatch every minute for each active database. You are not charged additionally for Amazon RDS metrics in CloudWatch.



    意思是,增强的监视功能允许您监视操作系统计数器,而Cloudwatch监视的功能则可以监视每个数据库实例的性能计数器
  • 可用/事件/可用内存代表什么?

  • Enhanced monitoring info source

    可用内存

    The amount of unassigned memory, in kilobytes.



    事件内存

    The amount of assigned memory, in kilobytes.



    可用内存
    Official Source

    The amount of available random access memory.

    Units: Bytes

    Freeable memory is not a indication of the actual free memory available. It is the memory that is currently in use that can be freed and used for other uses; it's is a combination of buffers and cache in use on the database instance.

    关于amazon-rds - RDS : Free Memory,事件内存和可释放内存的三个指标之间有什么关系?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49190508/

    相关文章:

    amazon-web-services - AWS Aurora Serverless 无法解释的写入 IOPS

    sql - 将图像处理到数据库中的最佳方式

    amazon-ec2 - 尝试将本地 mysql 服务器迁移到 AWS

    r - 从 R session 连接到 Amazon AWS PostgreSQL 数据库

    amazon-web-services - 将域分配给 RDS 实例是个坏主意?

    amazon-web-services - 如何处理 CF 堆栈之外的参数更改?

    mysql - 未在 aws rds mysql 中为主用户设置 super 权限

    PostgreSQL 复制到 Amazon RDS

    amazon-web-services - 地形 RDS : Restore data after destroy due to modification?