Skip to content

Commit caa557a

Browse files
krishnajsabjyoti
andauthored
Add infrastructure resource usage KPI section to guide (#164)
Co-authored-by: ANAND B JYOTI <[email protected]>
1 parent e2eb7e2 commit caa557a

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

standalone-node/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1

standalone-node/docs/user-guide/desktop-virtualization-image-guide.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,44 @@ block-beta
4545
4646
```
4747

48+
## Infrastructure resource usage KPI
49+
50+
Infrastructure resource utilization KPI measurement were conducted on the following hardware:
51+
52+
- 13th Gen Intel(R) Core(TM) i7-1365URE
53+
- CPU(s): 12
54+
- Mem:62Gi
55+
- HDD: 931.5G (nvme)
56+
57+
EMT Desktop Virtualization infra consists of following components
58+
59+
```bash
60+
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
61+
--------- ---- ------------ ---------- --------------- ------------- ---
62+
default intel-gpu-plugin-kjpcm 40m (0%) 100m (0%) 45Mi (0%) 90Mi (0%) 31m
63+
kube-system calico-kube-controllers-64b69c8f54-llhbw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 31m
64+
kube-system calico-node-qp92s 250m (2%) 0 (0%) 0 (0%) 0 (0%) 31m
65+
kube-system coredns-697968c856-dlzw6 100m (0%) 0 (0%) 70Mi (0%) 170Mi (0%) 31m
66+
kube-system device-plugin-jk4q7 0 (0%) 0 (0%) 0 (0%) 0 (0%) 31m
67+
kube-system kube-multus-ds-bwn2r 100m (0%) 100m (0%) 50Mi (0%) 50Mi (0%) 31m
68+
kube-system local-path-provisioner-774c6665dc-hd7l5 0 (0%) 0 (0%) 0 (0%) 0 (0%) 31m
69+
kube-system metrics-server-6f4c6675d5-8t8v8 100m (0%) 0 (0%) 70Mi (0%) 0 (0%) 31m
70+
kubevirt virt-api-57fbc959fb-4svfj 5m (0%) 0 (0%) 500Mi (1%) 0 (0%) 30m
71+
kubevirt virt-controller-cc4564f8f-ggsjb 10m (0%) 0 (0%) 275Mi (0%) 0 (0%) 30m
72+
kubevirt virt-controller-cc4564f8f-l8rtz 10m (0%) 0 (0%) 275Mi (0%) 0 (0%) 30m
73+
kubevirt virt-handler-8pnlp 10m (0%) 0 (0%) 357Mi (0%) 0 (0%) 30m
74+
kubevirt virt-operator-64645b6948-lf788 10m (0%) 0 (0%) 450Mi (1%) 0 (0%) 31m
75+
kubevirt virt-operator-64645b6948-qg6wj 10m (0%) 0 (0%) 450Mi (1%) 0 (0%) 31m
76+
```
77+
78+
### Summary of resource utilization
79+
80+
- Consume 5% or less CPU without workload running (0.6 core)
81+
- Consume less than 3G of RAM (on 64G system) without workload running
82+
- Consume less than 2% of HDD space (on 1TB HDD)
83+
84+
> **Note** RAM usage is directly Proportional to the number of `hugepages` allocated and user should tune according to needs.
85+
4886
## Reference cloud-init for EMT image with Desktop Virtualization and networking features
4987

5088
- NOTE: The linux username `guest` is used throughout this configuration (e.g., in sudoers, systemd user services, etc.).

0 commit comments

Comments
 (0)