python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get total vCPU's count via GCP API
I would like to call GCP API call to get vCPU's total count. If all my instances use 280 vCPUs, I want to get 280 in the response.
I can get the vCPU limit via the API metrics using "/services/co...
Tzvika Avni
Votes: 0
Answers: 1
How to get AWS VCPU's utilization number via API
I would like to get the number of AWS VCPU's used by all running instances in the region via GO API, so I can run some preflight checks before I create new instances, to see if there are enough VCPU's...
Tzvika Avni
Votes: 0
Answers: 1
why when creating e2-small it shows it has 2 vCPU and when checking configuration it shows it has only 1 vCPU on gcp?
This is what I get when creating a e2-small machine
This is what I get when checking the machine after creation:
This is what is shown on the page https://cloud.google.com/compute/vm-instance-pri...
John Balvin Arias
Votes: 0
Answers: 1
How does Linux schedule vCPUs equitably without any real insight into the workloads executing on them?
Considering that to the kernel VMs are mostly opaque pieces of code running on vCPUs,how is Linux able to schedule the workloads equitably?
Does it blindly round robin them? That seems like it could d...
Ziffusion
Votes: 0
Answers: 0