From baf648b42f53389d8ff11439670640194fa14a6f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 1 Feb 2011 21:09:58 +0000 Subject: cores not for each processor --- cpuinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpuinfo b/cpuinfo index f2298e2..3e5ce01 100755 --- a/cpuinfo +++ b/cpuinfo @@ -45,7 +45,7 @@ gawk -F: ' say() say( sprintf("%s = %.3d %s", "p", physical_cpus, "Physical processors") ) - say( sprintf("%s = %.3d %s", "c", alength(core_id), "Cores @ each physical processor" ) ) + say( sprintf("%s = %.3d %s", "c", alength(core_id), "Cores" ) ) say( sprintf("%s = %.3d %s", "s", info["siblings"], "Siblings (Hyper-Threading enabled if s != c)") ) say( sprintf("%s = %.3d [v = p*c*(s != c ? 2 : 1)] %s", "v", count["processor"], "Total logical CPUs") ) say( " Hyper-Threading is " ( ht ? "enabled" : "disabled" ) ) -- cgit v1.2.3