similar to: Minimum time-quantum for a DomU

Displaying 20 results from an estimated 10000 matches similar to: "Minimum time-quantum for a DomU"

2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
This patch -Displays[1] current parameters for running domains ala xm list -Allow users to set[2] one or more parameters[3] without having to provide values for parameters they do not wish to change -Adds additional testing of sched-sedf via new xm-test testcases. With this patch applied, test 02_sedf_period_lower_neg.py exposes a bug[4]. I''ll follow up this email with a patch for
2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
sched_sedf.c used o have its own mechanism for producing tracing-alike kind of information (domain block, wakeup, etc.). Nowadays, with an even not so high number of pCPUs/vCPUs, just trying to enable this makes the serial console completely unusable, produces tons of very hard to parse and interpreet logging and can easily livelock Dom0. Moreover, pretty much the same result this is struggling to
2006 Jan 30
3
How to get actual DOMU scheduling parameters ?
Hi list, I''m using xen 3.0.0 and wonder how to obtain the 6 DOMU scheduling parameters from my DOM0 domain. Sort opposite of the sched-sedf xm sub-command Can someone help me ? Pierre _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Feb 24
2
Booting Xen from network
Hi, I had a quick question. I''ve few machines available in a cluster. Now, if I want to install Xen on them, do I individually install in all of them (one by one); or can I have on single image available over a network/SAN and can I boot Xen from there? Are there any other smarter ways to do that? Thanks, Amitayu _______________________________________________ Xen-users mailing list
2006 Aug 24
0
RE: Differences in performance between file and LVMbased images
Hi Alex, > -----Original Message----- > From: Alex Iribarren [mailto:Alex.Iribarren@cern.ch] > Sent: 24 August 2006 16:27 > To: Roger Lucas > Subject: Re: [Xen-users] Differences in performance between file and > LVMbased images > > Hi Roger, > > I totally agree with all your comments, I also thought several of the > results were very strange, which is why I
2004 Jul 11
0
htb quantum/r2q problem/question
hello, i have a config that is with a large domain of rate, from 2kb to 40Mb and i have some problems with i don''t know how to deal with. so here are some classes 2 with q=1000, one with q 200000 and one with q=6400, all have been calculated by htb, in the code i speficien just rate,ceil, no quantum, no r2q, no bursts ($tc class add $IF_INT parent 1:2 classid 1:21 htb rate
2010 Jan 18
0
How to calculate HTB quantum
Hello all, I have a question about the quantum parameter of a HTB class: Is there a formula to calculate the quantum parameter of a class, having the rate and ceil as parameters? Sometimes, if I omit putting the quantum parameter for a class, I get a message like "HTB: quantum of class ..... is big/small. Consider r2q change" and shaping doesn''t work very smooth sometimes.
2012 Jun 20
7
[PATCH] xl: fix sedf parameters checking
9d1fd58ff602 was bogous in not letting a new domain being created if its scheduling parameters --when running under the sedf scheduler-- were not fully specified, making creation fail like in this example here below: 2012-06-16 07:37:47 Z executing ssh ... root@10.80.248.105 xl create /etc/xen/debian.guest.osstest.cfg libxl: error: libxl.c:3619:sched_sedf_domain_set: setting domain sched sedf:
2005 Dec 12
2
quantum
Dear all, I''m new to traffic shapping although i have gone through marking and HTB queueing but i felt trouble in tc filter . I wonder if any one give me the hints about quantum or r2q. i guess quantum is used when two class has same prio and rate and want to give first priority between them and control the borrowing traffic. It should be set more than MTU too. But my
2003 Oct 11
1
HTB: quantum of class 100001 is small. Consider r2q change
Salut lartc (lartc@mailman.ds9a.nl), 18:12:52 kernel HTB init, kernel part version 3.10 18:12:52 kernel HTB: quantum of class 100001 is small. Consider r2q change. 18:12:52 kernel HTB: quantum of class 100002 is small. Consider r2q change. 18:12:52 kernel HTB: quantum of class 100003 is small. Consider r2q change. 18:12:52 kernel HTB: quantum of class 100004 is small. Consider r2q change.
2003 Apr 30
1
Error! HTB: quantum of class 10001 is big. consider r2q change
hi. When I execute follow class setting qdisc 1:0 root htb default 2 parent 1:0 classid 1:1 htb rate 10Mbit ceil 10Mbit parent 1:1 classid 1:2 htb rate 10kbit ceil 100Mbit HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx HTB: quantum of class 10001 is big. Consider r2q change.
2013 Feb 27
1
puppet openstack - missing quantum module
Hello, I was very thrilled when I found openstack module since I am in the process of doing some "heavy" testing However I was not able to use it due to the "Could not find declared class quantum::db::mysql" error There is no quantum module available as part of the openstack module installation Here is a directory listing: ls /etc/puppet/modules apache apt cinder
2004 Jan 10
1
setting quantum values
Hi, when we add a class we get an error "HTB Quantum too small,or too big" i read in docum.org that we need to set the quantun value which should be >1500 and <60000. but i need to add classes with diff type of rates. eg : Min : 32 kbit and Max : 512 kbit. now in this case how do i set my quantum value which satifies all types of rates. Pls let me know,This is very urgent for
2005 Mar 12
0
I want to bring down the HTB rate to 3kbit-r2q? quantum?
Hello Stef, I am working on a Bandwidth management project as part of my college curriculum.I am running TCNG 10-b but I am not able to classify packets based on MAC address using tcng, so I am running tc commands in /tcng/bin and they are working. But is there a way out to classify packets based on MAC address using TCNG. And, I am successful in throttling down the Bandwidth to 8kbit
2004 Apr 05
0
htb v3 question - quantum and r2q again
Hello! One simple question regaring htb2->htb3 way. I''m using 2.4.25 kernel with tc3 from Devik''s site, RH9. My data flow is about 100Mbit duplex and is subject to grow, so I''m creating root class with 200Mbit rate, with r2q=10, quantum = rate/r2q, and 1500 < quantum < 200000 (sch_htb.c) with such r2q my default shaping window will be from 120Kbit to 16Mbit,
2012 Jan 30
1
Quantum scalar i40 tape partitions
Hi All, I have a Quantum scalar i40 tape library. I need to configure it to TWO tape partition libraries, e.g., library_a and library_b, so that each library has its own tape drive. Then connect this physical tape library to two different CentOS servers so that each server can see its own media changer and tape drive. I once had a successful configuration on one host but NOT on the other. One
2011 May 09
0
RE: PCI passthrough on PV domU crashes with iommu=soft (fixed)
Fixed : Double amount of memory from 128 to 256 and iommu works it out fine. RTFEM (read the fucking error message) : [ 0.872160] Kernel panic - not syncing: Out of memory and no killable processes... ________________________________________________________________________________________________________________ Frédéric Abel| RTS France BeNeLux | Quantum Corporation
2003 Oct 05
1
HTB qdisc, why quantum <= 200000?
Hi, Can anybody explain to me why the upper limit of quantum of a HTB class is 200000? Why the author choose this number? What if we expand this number, for instant, 500000? Thank you in advance Dong _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Apr 06
1
quantum message
Hey all, When I run my scripts to manage my ungodly slow school connection, I get messages about the quantum size being small and suggesting a r2q change. What is this all about, and should I do anything? my link is effectively 45kBps and I have it set to limit to 42kBps. Thanks, Jay _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2004 Nov 04
0
Re: HTB: quantum of class 10200 is small. Consider r2q change.
Bernard Łabno wrote: > Hello, > What does this line mean : > > HTB: quantum of class 10200 is small. Consider r2q change. > > > And how should I fix it ? I have dsl 1mb connection and 2 cards > (realtek-8139C and realtek-8100B/8139D) > > Could the above line cause this ? : > NETDEV WATCHDOG: eth0: transmit timed out > eth0: Transmit timeout, status 0c 0005