summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-02-01 21:09:58 +0000
committerPaul Buetow <paul@buetow.org>2011-02-01 21:09:58 +0000
commitbaf648b42f53389d8ff11439670640194fa14a6f (patch)
treec5df6f75e673e707b7297f56146139ab4e190bf9
parent9637b8df4fe3b71eb6e9a13fd90cdb7e9290ec91 (diff)
cores not for each processor
-rwxr-xr-xcpuinfo2
1 files changed, 1 insertions, 1 deletions
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" ) )