From a20cc9b9f851fc1c5962295c06257a1d8d7a8909 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Sun, 3 May 2026 17:27:41 +0200 Subject: Enable PSI metric data Enable the kernel [Pressure Stall Information][PSI] accounting feature. This allows users to gather data on CPU and memory starvation. It's very useful to help find cases where the system performance is impacted by overloaded CPUs. [PSI]: https://docs.kernel.org/accounting/psi.html Signed-off-by: SuperQ --- scripts/package-build/linux-kernel/config/80-psi.config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/package-build/linux-kernel/config/80-psi.config (limited to 'scripts') diff --git a/scripts/package-build/linux-kernel/config/80-psi.config b/scripts/package-build/linux-kernel/config/80-psi.config new file mode 100644 index 00000000..c5a51f0c --- /dev/null +++ b/scripts/package-build/linux-kernel/config/80-psi.config @@ -0,0 +1,5 @@ +# +# Enable Pressure Stall Information (PSI) metrics +# +# See: https://docs.kernel.org/accounting/psi.html +CONFIG_PSI=y -- cgit v1.2.3