gpt4 book ai didi

google-cloud-platform - 如何监控在 GCE 上运行的容器虚拟机的内存使用情况

转载 作者:行者123 更新时间:2023-12-05 03:35:37 33 4
gpt4 key购买 nike

我已经使用 docker 容器创建了新的虚拟机。此 VM 使用 Google Container-Optimized OS。如何监控此实例的内存使用情况?

可观察性中没有内存使用: enter image description here

我在监控中看到以下消息: Monitoring

最佳答案

您可以在创建实例时启用监控:

gcloud compute instances create instance-name \
--image-family cos-stable \
--image-project cos-cloud \
--metadata=google-monitoring-enabled=true

您还可以在现有实例上启用监控:

gcloud compute instances add-metadata instance-name \
--metadata=google-monitoring-enabled=true

关于google-cloud-platform - 如何监控在 GCE 上运行的容器虚拟机的内存使用情况,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69845708/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com