summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-01-28 12:33:19 +0100
committernicolargo <nicolas@nicolargo.com>2024-01-28 12:33:19 +0100
commitd80dd07901b3bf3a00c7f9ebd67a95b3008cf4a6 (patch)
treec2fa62d9a0b7bb6b63afb3eea5694a20be98509b /docs/aoa
parent787f98d5ef481bf805faa48d0bf3f4feb1ceef62 (diff)
On Linux OS, add guest CPU stat #2667
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/cpu.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/aoa/cpu.rst b/docs/aoa/cpu.rst
index 3cd138f4..81253ffe 100644
--- a/docs/aoa/cpu.rst
+++ b/docs/aoa/cpu.rst
@@ -46,6 +46,8 @@ CPU stats description:
operations to complete.
- **steal** *(Linux)*: percentage of time a virtual CPU waits for a real
CPU while the hypervisor is servicing another virtual processor.
+- **guest** *(Linux)*: percentage of time a virtual CPU spends
+ servicing another virtual CPU under the control of the Linux kernel.
- **ctx_sw**: number of context switches (voluntary + involuntary) per
second. A context switch is a procedure that a computer's CPU (central
processing unit) follows to change from one task (or process) to