mirror of https://gitee.com/openkylin/libvirt.git
test: Add new test case for nodeinfotest
This patch adds test data that describe a machine that has two physical processors that don't share same core id's on their cores. On this data the "virsh nodeinfo" reported that the machine had 10 cores per socket while the processor had only 8. (Before fixing nodeinfo gathering code).
This commit is contained in:
parent
80533ca25d
commit
1aa1a45b0a
|
@ -0,0 +1 @@
|
||||||
|
CPUs: 16/16, MHz: 1064, Nodes: 2, Sockets: 1, Cores: 8, Threads: 1
|
|
@ -0,0 +1,400 @@
|
||||||
|
processor : 0
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 1
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 2
|
||||||
|
initial apicid : 2
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 1
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 2
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 4
|
||||||
|
initial apicid : 4
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 2
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 8
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 16
|
||||||
|
initial apicid : 16
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 3
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 9
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 18
|
||||||
|
initial apicid : 18
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 4
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 16
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 32
|
||||||
|
initial apicid : 32
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 5
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 17
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 34
|
||||||
|
initial apicid : 34
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 6
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 18
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 36
|
||||||
|
initial apicid : 36
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 7
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 0
|
||||||
|
siblings : 8
|
||||||
|
core id : 24
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 48
|
||||||
|
initial apicid : 48
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5320.10
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 8
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 0
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 64
|
||||||
|
initial apicid : 64
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 9
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 2
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 68
|
||||||
|
initial apicid : 68
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 10
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 8
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 80
|
||||||
|
initial apicid : 80
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 11
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 9
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 82
|
||||||
|
initial apicid : 82
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 12
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 16
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 96
|
||||||
|
initial apicid : 96
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 13
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 17
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 98
|
||||||
|
initial apicid : 98
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 14
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 18
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 100
|
||||||
|
initial apicid : 100
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
||||||
|
processor : 15
|
||||||
|
vendor_id : GenuineIntel
|
||||||
|
cpu family : 6
|
||||||
|
model : 47
|
||||||
|
model name : Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
|
||||||
|
stepping : 2
|
||||||
|
cpu MHz : 1064.000
|
||||||
|
cache size : 24576 KB
|
||||||
|
physical id : 1
|
||||||
|
siblings : 8
|
||||||
|
core id : 25
|
||||||
|
cpu cores : 8
|
||||||
|
apicid : 114
|
||||||
|
initial apicid : 114
|
||||||
|
fpu : yes
|
||||||
|
fpu_exception : yes
|
||||||
|
cpuid level : 11
|
||||||
|
wp : yes
|
||||||
|
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes lahf_lm ida arat epb dts tpr_shadow vnmi flexpriority ept vpid
|
||||||
|
bogomips : 5319.83
|
||||||
|
clflush size : 64
|
||||||
|
cache_alignment : 64
|
||||||
|
address sizes : 44 bits physical, 48 bits virtual
|
||||||
|
power management:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0001
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
2
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0002
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
8
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
0400
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
9
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
0800
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
16
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
1000
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
17
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
2000
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
18
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
4000
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
25
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
8000
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
8
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0004
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
9
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0008
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
16
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0010
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
17
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0020
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
18
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0040
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
24
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
0080
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
0
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
0100
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
2
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
|
@ -0,0 +1 @@
|
||||||
|
0200
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu0
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu1
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu2
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu3
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu4
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu5
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu6
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu7
|
|
@ -0,0 +1,29 @@
|
||||||
|
|
||||||
|
Node 0 MemTotal: 67002564 kB
|
||||||
|
Node 0 MemFree: 63623272 kB
|
||||||
|
Node 0 MemUsed: 3379292 kB
|
||||||
|
Node 0 Active: 1335192 kB
|
||||||
|
Node 0 Inactive: 157792 kB
|
||||||
|
Node 0 Active(anon): 1170928 kB
|
||||||
|
Node 0 Inactive(anon): 1168 kB
|
||||||
|
Node 0 Active(file): 164264 kB
|
||||||
|
Node 0 Inactive(file): 156624 kB
|
||||||
|
Node 0 Unevictable: 0 kB
|
||||||
|
Node 0 Mlocked: 0 kB
|
||||||
|
Node 0 Dirty: 56 kB
|
||||||
|
Node 0 Writeback: 0 kB
|
||||||
|
Node 0 FilePages: 322312 kB
|
||||||
|
Node 0 Mapped: 29584 kB
|
||||||
|
Node 0 AnonPages: 111848 kB
|
||||||
|
Node 0 Shmem: 1432 kB
|
||||||
|
Node 0 KernelStack: 3712 kB
|
||||||
|
Node 0 PageTables: 12024 kB
|
||||||
|
Node 0 NFS_Unstable: 0 kB
|
||||||
|
Node 0 Bounce: 0 kB
|
||||||
|
Node 0 WritebackTmp: 0 kB
|
||||||
|
Node 0 Slab: 88028 kB
|
||||||
|
Node 0 SReclaimable: 50972 kB
|
||||||
|
Node 0 SUnreclaim: 37056 kB
|
||||||
|
Node 0 HugePages_Total: 0
|
||||||
|
Node 0 HugePages_Free: 0
|
||||||
|
Node 0 HugePages_Surp: 0
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu10
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu11
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu12
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu13
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu14
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu15
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu8
|
|
@ -0,0 +1 @@
|
||||||
|
../../cpu/cpu9
|
|
@ -0,0 +1,29 @@
|
||||||
|
|
||||||
|
Node 1 MemTotal: 67108864 kB
|
||||||
|
Node 1 MemFree: 61752192 kB
|
||||||
|
Node 1 MemUsed: 5356672 kB
|
||||||
|
Node 1 Active: 3325724 kB
|
||||||
|
Node 1 Inactive: 206476 kB
|
||||||
|
Node 1 Active(anon): 3124584 kB
|
||||||
|
Node 1 Inactive(anon): 4348 kB
|
||||||
|
Node 1 Active(file): 201140 kB
|
||||||
|
Node 1 Inactive(file): 202128 kB
|
||||||
|
Node 1 Unevictable: 0 kB
|
||||||
|
Node 1 Mlocked: 0 kB
|
||||||
|
Node 1 Dirty: 25996 kB
|
||||||
|
Node 1 Writeback: 0 kB
|
||||||
|
Node 1 FilePages: 408200 kB
|
||||||
|
Node 1 Mapped: 28620 kB
|
||||||
|
Node 1 AnonPages: 112092 kB
|
||||||
|
Node 1 Shmem: 4432 kB
|
||||||
|
Node 1 KernelStack: 1184 kB
|
||||||
|
Node 1 PageTables: 15848 kB
|
||||||
|
Node 1 NFS_Unstable: 0 kB
|
||||||
|
Node 1 Bounce: 0 kB
|
||||||
|
Node 1 WritebackTmp: 0 kB
|
||||||
|
Node 1 Slab: 126440 kB
|
||||||
|
Node 1 SReclaimable: 52996 kB
|
||||||
|
Node 1 SUnreclaim: 73444 kB
|
||||||
|
Node 1 HugePages_Total: 0
|
||||||
|
Node 1 HugePages_Free: 0
|
||||||
|
Node 1 HugePages_Surp: 0
|
Binary file not shown.
|
@ -128,6 +128,7 @@ mymain(void)
|
||||||
defined(__powerpc64__))
|
defined(__powerpc64__))
|
||||||
"nodeinfo-sysfs-test-2",
|
"nodeinfo-sysfs-test-2",
|
||||||
"nodeinfo-sysfs-test-3",
|
"nodeinfo-sysfs-test-3",
|
||||||
|
"nodeinfo-sysfs-test-4",
|
||||||
# endif
|
# endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue