Displaying 3 results from an estimated 3 matches for "logical_cpus".
2005 Jul 03
11
[PATCH] xm info
....0-devel
xen_compile_by : root@localdomain
xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
xen_compile_date : Sun Jul 3 15:26:01 EST 2005
dom0_release : 2.6.11.12-xen0
dom0_version : #2 Sun Jul 3 15:39:31 EST 2005
machine : i686
logical_cpus : 1
sockets : 1
cores_per_socket : 1
hyperthreads_per_core : 1
cpu_mhz : 1094
memory : 511
free_memory : 122
--
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
# diffstat xminfo8.patch
tools/libxc/xc.h...
2005 Jul 04
0
[PATCH 2/2] xm info (2)
....0-devel
xen_compile_by : root@localdomain
xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
xen_compile_date : Mon Jul 4 22:43:48 EST 2005
dom0_release : 2.6.11.12-xen0
dom0_version : #2 Mon Jul 4 23:28:27 EST 2005
machine : i686
logical_cpus : 1
nodes : 1
sockets_per_node : 1
cores_per_socket : 1
hyperthreads_per_core : 1
cpu_mhz : 1094
memory : 511
free_memory : 122
---
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
# diffstat xminfo9.patch...
2009 Feb 22
2
The machdep.hyperthreading_allowed & ULE weirdness in 7.1
...;
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
ioapic0: Changing APIC ID to 2
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
machdep.cpu_idle_hlt: 1
machdep.hlt_cpus: 0
machdep.hlt_logical_cpus: 0
machdep.logical_cpus_mask: 2
If I flip machdep.hyperthreading_allowed sysctl, I still can see
processes scheduled to both logical CPUs, yet, if I check IRQ status in
the systat -vm, the CPU1 is not getting any timer interrupts, while CPU0
gets twice the normal amount. I wonder if something i...