summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-11-24 18:58:52 +0000
committerPaul Buetow <paul@buetow.org>2010-11-24 18:58:52 +0000
commit30726914d24ba589f9aeda5e4ee5e3dc32600c4e (patch)
tree8315efd7b77982fe6126bb11a6a7403689fb7d00
parent4047282b001d7e1c2fc8b30f49578069c0afb64c (diff)
-rwxr-xr-xcpuinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpuinfo b/cpuinfo
index 64e616f..3ed1ff7 100755
--- a/cpuinfo
+++ b/cpuinfo
@@ -47,7 +47,7 @@ gawk -F: '
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", "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 processors (including virtual)") )
+ 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" ) )
say()