From 24ef6ad2b12e2ed815f8075b4fd7f4a12c227c66 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 27 Jan 2012 23:53:46 +0100 Subject: [PATCH] Support numactl to retrieve NUMA information --- grml-hwinfo | 1 + 1 file changed, 1 insertion(+) diff --git a/grml-hwinfo b/grml-hwinfo index a379c86..795dfb5 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -164,6 +164,7 @@ cd "${OUTDIR}" || exit 1 # hwinfo exectest discover && discover -v --type-summary --enable-bus all > discover 2> discover.2 exectest hwinfo && hwinfo log=hwinfo + exectest numactl && numactl --hardware > numactl exectest x86info && x86info > x86info 2>x86info.2 # net stuff -- 2.1.4