similar to: quick question on schedinfo

Displaying 20 results from an estimated 90 matches similar to: "quick question on schedinfo"

2017 Nov 02
2
What global_quota option mean? What's its logic?
Hi techs, Could you please explain or refer me to documentation where I could find a description of global_quota schedinfo option. Someone told me that it could mean a cpu limitation in percents like: global_quota : 25000 (does it mean cpu limit % set to 25 ?) Is it true? What other parameters mean in below output? I didn't find any related documentation at libvirt.org. Could you help me
2011 Mar 14
0
cgroups limitations on Virtual machines
I have 2 VMs launched by : 'virsh create <xml file>' . Both VMs get 2 vcpus (out of total 2 cores of the host) I then try bias their cpu cycle quota by manipulating the cpu_shares ( virsh schedinfo --set cpu_shares=<value> vm1/2 ) so that VM1 will get 3 times the cpu cycles VM2 gets. (e.g : VM1 cpu_shares = 150 . VM2 cpu_shares = 50) . There are no other VMs defined or
2009 Jan 22
0
virsh schedinfo after reboot
Hi, How can I add ''schedinfo'' to the domU configuration? These parameters are default after reboot. -- Regards, Piotr Jasiukajtis | estibi | SCA OS0072 http://estseg.blogspot.com
2011 Feb 16
0
schedinfo
libvirt schedinfo : ------------------ What is the meaning of the 'cap' parameter in the schedinfo virsh command (what are the units and range of values ) and what is the 'weigth' parameter ? Zvi Dubitzky Email:dubi at il.ibm.com
2015 Jan 26
0
Re: questions around using numatune/numa/schedinfo
On 23.01.2015 19:46, Chris Friesen wrote: > Hi, > > I'm running into some problems with libvirt and hoping someone can point > me at some instructions or maybe even help me out. > > > First, are there any requirements on qemu version in order to use the > "numatune" and/or "cpu/numa/cell" elements? Or do they use cgroups and > not the native
2015 Jan 23
3
questions around using numatune/numa/schedinfo
Hi, I'm running into some problems with libvirt and hoping someone can point me at some instructions or maybe even help me out. First, are there any requirements on qemu version in order to use the "numatune" and/or "cpu/numa/cell" elements? Or do they use cgroups and not the native qemu numa support? Second, are there any instructions on how to set up cgroups? I
2014 Mar 05
5
cgroup for VM - does it work properly?
Hi I tried to restrict usage of some running VM by cpu.shares (i.e. set to 10 from original 1024) on loaded system and it seem doesn't work as I expected... all running processes has same CPU usage (by htop) :-/ Does anyone has same experience? Fedora 19, libvirt-1.0.5.9-1.fc19.x86_64 Thanks a lot Martin -- Martin Pavlásek <mpavlase@redhat.com> OpenStack QA Associate/Red Hat
2013 Mar 06
0
new package: cec2013 (v0.1-4)
Dear R users, I would like to draw your attention to 'cec2013', a new package providing R wrappers for the 28 benchmark functions defined in the Special Session and Competition on Real-Parameter Single Objective Optimization at CEC-2013 (http://www.cec2013.org/). The focus of this package is to provide an open-source and multi-platform implementation of the CEC2013 benchmark functions,
2013 Mar 06
0
new package: cec2013 (v0.1-4)
Dear R users, I would like to draw your attention to 'cec2013', a new package providing R wrappers for the 28 benchmark functions defined in the Special Session and Competition on Real-Parameter Single Objective Optimization at CEC-2013 (http://www.cec2013.org/). The focus of this package is to provide an open-source and multi-platform implementation of the CEC2013 benchmark functions,
2012 May 13
0
FLAC
Dear guys; I have a streamer; Pioneer N-50 which supports FLAC files. All my classical library is in FLAC and I have a problem when I play it through most of the media players and my streamer is that most of the CDs tracks are not played in order as if you are using shuffle to play them!!! If I convert the files to WAV this problem is solved, but I can't change my library to WAV because of
2011 Feb 09
0
Question about putting vm in blkio cgroup
Hello, I have another question about cgroup in libvirt I create a script that put vm in cgroup for limiting blkio sudo cgcreate -f 750 -d 750 -a $user:$group -g blkio:$alias pid=`pgrep $alias` echo $pid > /dev/cgroup/blkio/$alias/tasks $virsh schedinfo --set cpu_shares=$cpu $alias echo "8:0 $disk_io" > /dev/cgroup/blkio/$alias/blkio.throttle.read_bps_device echo "8:0
2014 Feb 08
1
Failed to terminate process X with SIGKILL: Device or resource busy
Hi, I'm using libvirt/kvm with openstack. When vm has CPU stall, the instance can't be destroyed. I have asked the question on openstack user mailing list and received no answers in weeks. Here is one example: # virsh destroy instance-00000085 error: Failed to destroy domain instance-00000085 error: Failed to terminate process 61222 with SIGKILL: Device or resource busy
2014 Mar 11
0
Re: cgroup for VM - does it work properly?
On Thu 06 Mar 2014 20:16:45 CET, Martin Pavlásek wrote: > On 06/03/14 10:35, Daniel P. Berrange wrote: >> On Thu, Mar 06, 2014 at 12:32:28AM +0100, Martin Pavlásek wrote: >>> Hi >>> >>> I tried to restrict usage of some running VM by cpu.shares (i.e. set to >>> 10 from original 1024) on loaded system and it seem doesn't work as I >>>
2012 Jan 03
1
Hotplug/hotadd functionality of libvirt?
Hello, First of all, happy new year! I am interested in the hot plugging facilities of libvirt, in particular in what qemu calls 'hot add' of network interface cards. (And also the reverse: hot unplugging/removing of NICs.) I think I am overlooking something, but so far the best I have been able to find is: http://libvirt.org/sources/virshcmdref/html/ and it is not entirely clear
2013 Apr 09
1
Faulty manual?
Hi, Look under examples: http://builder.virt-tools.org/artifacts/libvirt-virshcmdref/html/sect-attach-disk.html (root at h2)-(/)# virsh attach-disk vps_99 /dev/nbd2 vdb --address pci:0000.00.11.0 --persistent *error: command 'attach-disk' doesn't support option --address* (root at h2)-(/)# virsh --version 0.7.5 Is someone playing a trick on me? Regards, Daniele -------------- next
2014 Jan 10
0
Migration: default value for maxdowntime? (QEMU/KVM)
I am wondering what the default value for migrate-setmaxdowntime is when using QEMU/KVM. http://builder.virt-tools.org/artifacts/libvirt-virshcmdref/html/sect-migrate-setmaxdowntime.html Is the default the same as QEMU's default in this case? I was looking at libvirts source and it appears there is no default set within libvirt, unless I missed it. I do see
2012 Apr 19
1
Building an RPM
Hi, I have downloaded libvirt-0.9.11 and compiled it on my RHEL 6.2 system. I am trying to build a binary RPM for distribution, I am not sure what the best way to go about doing this is. http://libvirt.org/FAQ.html suggests that I try 'make rpm', however that ends in the below error: missing XHTML1 DTD cp: cannot stat `./api.html': No such file or directory make[2]: *** [distdir]
2014 Nov 20
2
maxvcpus
Hi list, According to the libvirt documentation [1] "Show maximum number of virtual CPUs for guest domains on this connection" This may not be a complete definition. My first guess from the above was that this returns the number of virtual CPUs that can exist at the same time on the host, either one or several VMs. In fact it returned 16 in my fedora 20 desktop running with KVM,
2004 Nov 18
2
Informix database
We use Informix database. I was able to connect to the database with S-PLUS by using its CONNECT/Java through the JDBC driver. How can I connect to Informix with R, wither using JDBC or any other method? we run Linux so I prefer a method other than ODBC. Thankx for the help
2004 Nov 18
4
SJava
I failed to build SJava dure to teh error below. Any ideas? # R CMD INSTALL -c SJava_0.68-0.tar.gz * Installing *source* package 'SJava' ... checking for java... /opt/j2sdk1.4.2_06//bin/java Java VM /opt/j2sdk1.4.2_06//bin/java checking for javah... /opt/j2sdk1.4.2_06//bin/javah Looking in /opt/j2sdk1.4.2_06/include Looking in /opt/j2sdk1.4.2_06/include/linux checking for g++... no