Within the most recent scrape window (120 seconds), a VirtualMachineInstance
(VMI) reported a guest CPU run‑queue length of more than 10 runnable or
uninterruptible threads. The run‑queue length is derived from
guest_load_1m – vCPU_count
.
Moderate CPU contention inside the guest. Latency may spike but workload still progresses.
An early signal that the VM might need additional vCPUs or that a short‑lived process is causing bursts.
kubevirt_vmi_guest_vcpu_queue{namespace="$NS",name="$VM"}
rate(kubevirt_vmi_cpu_usage_seconds_total{namespace="$NS",name="$VM"}[2m])
Inspect guest processes
virtctl console <vm>
→ top -H
or pidstat -u 1
oc get vmi $VM -ojsonpath='{.spec.domain.cpu}'
If you cannot resolve the issue, see the following resources: