Displaying 20 results from an estimated 10000 matches similar to: "libvirt blkiotune mechanism"
2013 Mar 19
2
Errors while using blkiotune command
Hi all,
I want to limit the I/O bandwidth inside the container, so I used virsh
command blkiotune. But when I enter a command:
virsh # blkiotune lxcguest --weight 250
I get following errors:
error: Unable to change blkio parameters
error: Requested operation is not valid: blkio cgroup isn't mounted
I also have blkio cgroup mounted. What can be the problem?
Thanks in advance.
Regards,
2013 Jan 18
1
Question about blkiotune.device_weight
Hi, Hu Tao
I noticed that in your patch about blkiotune.device_weight, You set the device blkio weight value between 100 and 1000.
But from the kernel document, I see that the blkio weight can be set from 10 to 1000. Why do you limit the weight minimum to 100 rather than 10 ?
Looking forward your explanation, thanks!
--------------
Best regards!
GuanQiang
2013-01-18
2012 Oct 17
0
cgroup blkio.weight working, but not for KVM guests
I'm running libvirt 0.10.2 and qemu-kvm-1.2.0, both compiled from source, on
CentOS 6. I've got a working blkio cgroup hierarchy which I'm attaching
guests to using the following XML guest configs:
VM1 (foreground):
<cputune>
<shares>2048</shares>
</cputune>
<blkiotune>
<weight>1000</weight>
</blkiotune>
2002 Oct 16
10
htb limiting trouble: no overlimit or dropped packets
Hi!
I''m trying to limit the uplink bandwidth using htb but no packets are
overlimit or dropped. :-(
My router config:
* Linux kernel 2.4.20-pre10 (htb v3.7) with everything built as
modules in QoS, iptables in use.
* tc binary from htb3.6-020525.tgz
* external interface eth0: Internet access, 512 kbit/s uplink speed
* internal interface eth1: internal LAN, 100 Mbit/s
The hosts in the
2004 Jan 30
2
FW: QoS extension to Net-SNMP
Hi.
I did send this to `jaazz@post.cz'', but I suspect the list is a more
appropriate/useful place for it. It''s a question about Michal Charvat''s QoS
extension to Net-SNMP.
When I look at the MIB entries for the QoS handles, I get something like
this -
enterprises.qos.qosObjectTable.qosObject.qosHandle.0.0 = Gauge32: 0
2004 Jun 19
7
QoS net-snmp ?
Hi
I''ve patched net-mrtg http://www.net-snmp.org/
with http://x-ray.prokon.cz/data/snmp/
sucefully
Also I''ve copied QOS.TXT to /usr/local/share/snmp/mibs
when I make a normal use of snmp, with mrtg in order
to monitor all traffic on eth0 and eth1, it works
OK.
But, how must I do in order to get monitor for a
specific class ?
If I make a snmpwalk (like README suggest), I get
2013 Jul 31
0
Re: start lxc container on fedora 19
On Wed, Jul 31, 2013 at 12:46:58PM +0530, Aarti Sawant wrote:
> hello,
>
> i am new to lxc, i have created a lxc container on fedora 19
> i created a container rootfs of fedora 19 by using
> yum --installroot=/containers/test1 --releasever=19 install openssh
>
> test1.xml file for container test1
> <domain type="lxc">
> <name>test1</name>
2020 Jan 13
0
Re: error: internal error: Unable to parse 'rbps=max wbps=max riops=100 wiops=max' as an integer
On Mon, Jan 13, 2020 at 01:42:24AM +0100, Oliver Dzombic wrote:
> Hi,
>
> i am running:
>
> libvirt-5.6.0-5.fc31.x86_64
> 5.4.8-200.fc31.x86_64
>
>
> Using:
>
> <blkiotune>
> <device>
> <path>/dev/sda1</path>
> <read_iops_sec>100</read_iops_sec>
>
2005 Nov 02
1
HTB not shaping traffic
I cannot get HTB to function properly. Most classes transmit more than
their ceiling, more than any reasonable burst would allow. I have
reviewed my script several times but I can''t find anything out of place.
The setup is as standard as it gets: one HTB root qdisc, a small tree of
HTB classes, one SFQ qdisc for each leaf HTB class.
To illustrate the problem, here is non-leaf HTB
2005 Sep 26
1
Qos, HFSC and VoIP
Hello,
I''m using Linux kernel 2.6.x and tc (from iproute2 package).
I''m trying to use HTB or HFSC scheduler in order to limite the rate of outgoing packets and also in order to minimiez delay for RTP stream.
But I didn''t suceed in having this 2 QoS services working.
I use Iptables in order to classify packets. Here is my HFSC conf.
In fact the pings that i send from
2004 Jun 01
0
what does overlimit parameter mean?
hi,
can someone tell me what does "overlimit" means with repect to TBF at the
root when the "show -s qdisc .." is run .
it reports 3 parameters - drops, overlimits and backlog. How are the three
related? is overlimit specified in terms of bytes or packets.
need help urgently
Amita
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2013 Jul 31
2
start lxc container on fedora 19
hello,
i am new to lxc, i have created a lxc container on fedora 19
i created a container rootfs of fedora 19 by using
yum --installroot=/containers/test1 --releasever=19 install openssh
test1.xml file for container test1
<domain type="lxc">
<name>test1</name>
<vcpu placement="static">1</vcpu>
<cputune>
2005 Jun 22
1
Problem with HTB and IPTABLES
Dear All,
Im working with Fedora Core 3, kernel 2.9.1, MPLS-for-Linux-4.193, and
having some problems when create a HTB queue. ALL packets goes to the
default queue, they dont care about any mark or ip field I use to enqueue
them. : -/
Thats the deal, all packets that incoming the interface eth2 are classified
and have theirs TOS field changed following some qos policy at the
PREROUTING
2006 Apr 27
1
Unsubscribe
> Send LARTC mailing list submissions to
> lartc@mailman.ds9a.nl
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
> or, via email, send a message with subject or body ''help'' to
> lartc-request@mailman.ds9a.nl
>
> You can reach the person managing the list at
>
2005 Mar 25
3
These tc commands used to work... what''s broken them?
I have a Gentoo Linux (kernel 2.6.11) server. Several months ago, I
made a traffic shaping setup for my box (running a 2.4 kernel then)
that worked beautifully. It gave high priority to SSH and RealAudio
traffic, and put HTTP downloading traffic on a lower prio so they could
only use what bandwidth was left.
However, I''ve only just realized that tc is no longer accepting the
commands I
2006 Sep 10
1
HTB and tc filter
Help me ...
I try use the tc filter, but seems he doesn''t work, I already
reconfigured my kernel ( 2.4.32 ) with all options related a QOS
enabled ( like modules ) and nothing happens. I get the tc tool from
HTB source package, well this is my set :
eth0 is my internal NIC.
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1 htb rate
2006 Sep 10
1
help with HTB and tc
Help me ...
I try use the tc filter, but seems he doesn''t work, I already
reconfigured my kernel ( 2.4.32 ) with all options related a QOS
enabled ( like modules ) and nothing happens. I get the tc tool from
HTB source package, well this is my set :
eth0 is my internal NIC.
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1 htb rate
2004 Apr 28
1
HTB not obeying to specified rate?
here is the situation
i am using htb.init with fwmark to do QoS.
i have 2 parent classes with RATE=CEIL which then have some leafs each on
his own.
the first one works fine (it shapes the packets to the specified rate)
class htb 1:21 root rate 1Mbit ceil 1Mbit burst 2909b cburst 2909b
Sent 631520262 bytes 651550 pkts (dropped 0, overlimits 0)
rate 131573bps 141pps
lended: 380595 borrowed: 0
2005 Nov 24
0
max latency with htb and wondershaper for voip and p2p
Hi
I''m actually using a wondershaper derived script.
The problem I have is that when I ping (ping is in high priority queue)
the ping time is not as low as I expected with p2p running:
760 packets transmitted, 760 received, 0% packet loss, time 759695ms
rtt min/avg/max/mdev = 39.667/62.863/598.539/33.287 ms, pipe 2
With voip, it is much better with the qos but it is still a little
2012 Aug 29
1
Use virsh command domjobinfo but get nothing
Hi, all
I test virsh comand "domjobinfo" on x86-i386 and PPC64 host. But Both
get nothing.
# virsh version
Compiled against library: libvir 0.9.13
Using library: libvir 0.9.13
Using API: QEMU 0.9.13
Running hypervisor: QEMU 1.1.50
# virsh list
Id Name State
----------------------------------------------------
21 f16-ppc-qcow2