diff options
| author | Paul Buetow <paul@buetow.org> | 2011-02-01 21:09:58 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-02-01 21:09:58 +0000 |
| commit | baf648b42f53389d8ff11439670640194fa14a6f (patch) | |
| tree | c5df6f75e673e707b7297f56146139ab4e190bf9 | |
| parent | 9637b8df4fe3b71eb6e9a13fd90cdb7e9290ec91 (diff) | |
cores not for each processor
| -rwxr-xr-x | cpuinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) ) |
