What is likely the cause of the CPU issue?
An administrator is troubleshooting a CPU issue for a virtual machine. The following is seen in esxtop:CPU0 is at 100% usageThe remaining logical CPUs are close to 0%%RDY value is consistently above 10%What is likely the cause of the CPU issue?Using CPU AffinityBy specifying a CPU affinity setting for each virtual machine, you can restrict the assignment of virtual machines to a subset of the available processors in multiprocessor systems. By using this feature, you can assign each virtual machine to processors in the specified affinity set.CPU affinity specifies virtual machine-to-processor placement constraints and is different from the relationship created by a VM-VM or VM-Host affinity rule, which specifies virtual machine-to-virtual machine host placement constraints. Reference: https://pubs.vmware.com/vsphere-4-esx-vcenter/index.jsp?topic=/ com.vmware.vsphere.resourcemanagement.doc_41/managing_cpu_resources/ c_using_cpu_affinity.html
Question:
What is likely the cause of the CPU issue?
Options:
The virtual machine has a CPU limit configured.
The virtual machine’s guest operating system is configured for SMP.
The virtual machine has CPU affinity configured.
The virtual machine is configured with a CPU reservation.
Correct Answer
The Correct Answer for this Question is
The virtual machine has CPU affinity configured.