summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-02-21 21:38:25 +0000
committerThierry Vignaud <tv@mandriva.org>2010-02-21 21:38:25 +0000
commitf0b58677396b6abb04555f5ade619367807305d8 (patch)
treeb89c6cb2babcb5a9d3fd482360e468382dcff657 /perl-install/standalone/harddrake2
parent498794df3f7a8755a5d144c6ede485245eafdd4c (diff)
downloaddrakx-backup-do-not-use-f0b58677396b6abb04555f5ade619367807305d8.tar
drakx-backup-do-not-use-f0b58677396b6abb04555f5ade619367807305d8.tar.gz
drakx-backup-do-not-use-f0b58677396b6abb04555f5ade619367807305d8.tar.bz2
drakx-backup-do-not-use-f0b58677396b6abb04555f5ade619367807305d8.tar.xz
drakx-backup-do-not-use-f0b58677396b6abb04555f5ade619367807305d8.zip
display info about cores
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake26
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 58392ff4f..eeb7664e3 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -75,6 +75,11 @@ my %fields =
"cpuid level" => [ N("Cpuid level"), N("information level that can be obtained through the cpuid instruction") ],
"cpu MHz" => [ N("Frequency (MHz)"), N("the CPU frequency in MHz (Megahertz which in first approximation may be coarsely assimilated to number of instructions the cpu is able to execute per second)") ],
"flags" => [ N("Flags"), N("CPU flags reported by the kernel") ],
+ "cpu cores" => [ N("Cores"), N("CPU cores") ],
+ "core id" => [ N("Core ID"), N("Core ID") ],
+ "physical id" => [ N("Physical ID"), N("Physical ID") ],
+ "apicid" => [ N("ACPI ID"), N("ACPI ID") ],
+ "siblings" => [ N("Siblings"), N("Siblings") ],
"level" => [ N("Level"), N("sub generation of the cpu") ],
"model" => [ N("Model"), N("generation of the cpu (eg: 8 for Pentium III, ...)") ],
"model name" => [ N("Model name"), N("official vendor name of the cpu") ],
@@ -133,6 +138,7 @@ my %groups = (
CPU =>
{
$identification => [ qw(processor vendor_id), "model name", "cpu family", qw(model level stepping), "cpuid level" ],
+ N("Cores") => [ 'cpu cores', 'core id', 'physical id', 'apicid', 'siblings' ],
N("Performances") => [ "cpu MHz", "cache size", "bogomips" ],
},
HARDDISK =>