Understanding instance/cpu/utilization of Google Compute Engine

|▌冷眼眸甩不掉的悲伤 提交于 2021-01-05 11:01:58

问题


I'm new with Google Compute Engine and I don't understand the metric instance/cpu/utilization on axis=0 or y. The scale as I see it goes up to 0,15. That means the CPU usage is only 15%?

My instance has 24 CPUs because I'm trying to run a really big pandas groupby().mean() and it's taking forever. It's a Jupyter notebook. Should I run extra code to make the whole instance to work? Maybe I'm paying too much for the instance if it wont run fully.

I was expecting to run full load


回答1:


By clicking on the Instance name on GCP Console and then clicking on the tab "Monitoring" you will be able to see the CPU usage on %.

Anyway If you are using Google Cloud Platform I strongly recommend you use the Stackdriver Monitoring [1] feature which is very nice (also compatible with AWS), if you also are able to install the agent [2] you will get a lot of metrics which can be useful later.


[1] https://cloud.google.com/monitoring/docs/

[2] https://cloud.google.com/monitoring/agent/install-agent



来源:https://stackoverflow.com/questions/57175192/understanding-instance-cpu-utilization-of-google-compute-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!