From 858f45514c2e625dde3a3e1286faa3fc926a6f52 Mon Sep 17 00:00:00 2001 From: spusuf <86286368+spusuf@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:26:47 +1100 Subject: [PATCH] Create performance.md --- docs/performance.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/performance.md diff --git a/docs/performance.md b/docs/performance.md new file mode 100644 index 0000000..92c1e3a --- /dev/null +++ b/docs/performance.md @@ -0,0 +1,21 @@ +(Anecdotal from observations, actual measurements with resource monitor captures and wall power meter coming soon.) + +Kubernetes Server (TrueNAS Apps) with no apps installed: +* Idle on 7100T: ~20% / 15W +* Idle on 10600K: ~10% + +Kubernetes Server (TrueNAS Apps) with 10 apps installed: +* Idle on 7100T: ~26% / 18W +* Idle on 10600K: ~15% + +Systemd-nspawn container (jailmaker) with no apps installed: +* Idle on 7100T: ~1% / 6W +* Idle on 10600K: ~0% + +Systemd-nspawn container (jailmaker) with 10 apps installed: +* Idle on 7100T: ~4% / 8W +* Idle on 10600K: ~0% + + +Systemd-nspawn container (jailmaker) with 20 apps installed: +* Idle on 10600K: ~1%