search for: lstopo

Displaying 6 results from an estimated 6 matches for "lstopo".

2017 Mar 21
3
Running virConnectGetCapabilities / virsh capabilities without a daemon or KVM
For virt-p2v we want to get the host CPU model, topology etc, and the best way we found to do that was to pull it from libvirt capabilities[1]. Since libvirt is already parsing the host CPU information, and because /proc/cpuinfo is such a stupid format to parse, this is very convenient. Unfortunately it doesn't work unless libvirtd _and_ KVM are both installed. Without libvirtd installed:
2017 Mar 21
3
Running virConnectGetCapabilities / virsh capabilities without a daemon or KVM
For virt-p2v we want to get the host CPU model, topology etc, and the best way we found to do that was to pull it from libvirt capabilities[1]. Since libvirt is already parsing the host CPU information, and because /proc/cpuinfo is such a stupid format to parse, this is very convenient. Unfortunately it doesn't work unless libvirtd _and_ KVM are both installed. Without libvirtd installed:
2017 Mar 21
0
Re: Running virConnectGetCapabilities / virsh capabilities without a daemon or KVM
lstopo, lstopo --output-format xml These commands might be helpful > On Mar 21, 2017, at 10:35 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > > > For virt-p2v we want to get the host CPU model, topology etc, and the > best way we found to do that was to pull it from libvirt...
2017 Mar 20
1
CPU Pinning Help
2015 Mar 28
2
Why is irqbalance not balancing?
I am running irqbalance with default configuration on an Atom 330 machine. This CPU has 2 physical cores + 2 SMT (aka Hyperthreading) cores. As shown below the interrupt for the eth0 device is always on CPUs 0 and 1, with CPUs 2 and 3 left idle. But why? Maybe irqbalance prefers physical cores? My understanding, though, is that the even-numbered CPUs are the physical cores, with the
2017 Mar 21
0
Re: CPU Pinning Help