问题
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