diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-24 18:58:52 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-24 18:58:52 +0000 |
| commit | 30726914d24ba589f9aeda5e4ee5e3dc32600c4e (patch) | |
| tree | 8315efd7b77982fe6126bb11a6a7403689fb7d00 | |
| parent | 4047282b001d7e1c2fc8b30f49578069c0afb64c (diff) | |
| -rwxr-xr-x | cpuinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
