From nobody Mon Apr 29 10:52:27 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1531842480668419.98083960267684; Tue, 17 Jul 2018 08:48:00 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CDD6C8110A; Tue, 17 Jul 2018 15:47:58 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 85FBF308332B; Tue, 17 Jul 2018 15:47:58 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 122321841C4A; Tue, 17 Jul 2018 15:47:58 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w6HFlYHX013591 for ; Tue, 17 Jul 2018 11:47:34 -0400 Received: by smtp.corp.redhat.com (Postfix) id EC14820180EB; Tue, 17 Jul 2018 15:47:33 +0000 (UTC) Received: from sequoia.brq.redhat.com (unknown [10.43.2.215]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8DD392026D68 for ; Tue, 17 Jul 2018 15:47:33 +0000 (UTC) From: Katerina Koukiou To: libvir-list@redhat.com Date: Tue, 17 Jul 2018 17:47:31 +0200 Message-Id: <20180717154732.4330-2-kkoukiou@redhat.com> In-Reply-To: <20180717154732.4330-1-kkoukiou@redhat.com> References: <20180717154732.4330-1-kkoukiou@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/2] docs: formatdomain: add info about global_period and global_quota for cputune X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 17 Jul 2018 15:47:59 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Patch series https://www.redhat.com/archives/libvir-list/2016-January/msg00482.html introduced the parameters but didn't update the docs. Signed-off-by: Katerina Koukiou Reviewed-by: Erik Skultety --- docs/formatdomain.html.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a3afe137bf..7fa448acdc 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -747,6 +747,8 @@ <shares>2048</shares> <period>1000000</period> <quota>-1</quota> + <global_period>1000000</global_period> + <global_quota>-1</global_quota> <emulator_period>1000000</emulator_period> <emulator_quota>-1</emulator_quota> <iothread_period>1000000</iothread_period> @@ -837,6 +839,25 @@ Only QEMU driver support since 0.9.4, LXC si= nce 0.9.10 +
global_period
+
+ The optional global_period element specifies the + enforcement period for a quota (unit: microseconds) for whole doma= in, + when using posix scheduler. The value should be in range + [1000, 1000000]. A global_period with value 0 means no value. + Only QEMU driver support since 1.3.3 +
+
global_quota
+
+ The optional global_quota element specifies the maxim= um + allowed bandwidth (unit: microseconds) to be used within a period = for + whole domain. A domain with global_quota as any negat= ive + value indicates that the domain has infinite bandwidth, which mean= s that + it is not bandwidth controlled. The value should be in range + [1000, 18446744073709551] or less than 0. A global_quota with valu= e 0 + means no value. + Only QEMU driver support since 1.3.3 +
=20
emulator_period
--=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Mon Apr 29 10:52:27 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1531842462381111.1860686524725; Tue, 17 Jul 2018 08:47:42 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9E97081DEA; Tue, 17 Jul 2018 15:47:40 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 069D85C1A1; Tue, 17 Jul 2018 15:47:40 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id F1A694A465; Tue, 17 Jul 2018 15:47:38 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w6HFlYDX013596 for ; Tue, 17 Jul 2018 11:47:34 -0400 Received: by smtp.corp.redhat.com (Postfix) id 98A8820180EB; Tue, 17 Jul 2018 15:47:34 +0000 (UTC) Received: from sequoia.brq.redhat.com (unknown [10.43.2.215]) by smtp.corp.redhat.com (Postfix) with ESMTP id 38AB52026D68 for ; Tue, 17 Jul 2018 15:47:34 +0000 (UTC) From: Katerina Koukiou To: libvir-list@redhat.com Date: Tue, 17 Jul 2018 17:47:32 +0200 Message-Id: <20180717154732.4330-3-kkoukiou@redhat.com> In-Reply-To: <20180717154732.4330-1-kkoukiou@redhat.com> References: <20180717154732.4330-1-kkoukiou@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 2/2] docs: formatdomain: clarify period cputune subelement X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 17 Jul 2018 15:47:41 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Although the name of the element is not self-explanatory, it's affecting only the vcpu threads. Signed-off-by: Katerina Koukiou Reviewed-by: Erik Skultety --- docs/formatdomain.html.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 7fa448acdc..61930e4907 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -831,11 +831,11 @@
The optional quota element specifies the maximum allo= wed bandwidth(unit: microseconds). A domain with quota as= any - negative value indicates that the domain has infinite bandwidth, w= hich - means that it is not bandwidth controlled. The value should be in = range - [1000, 18446744073709551] or less than 0. A quota with value 0 mea= ns no - value. You can use this feature to ensure that all vcpus run at th= e same - speed. + negative value indicates that the domain has infinite bandwidth for + VCPU threads, which means that it is not bandwidth controlled. The= value + should be in range [1000, 18446744073709551] or less than 0. A quo= ta + with value 0 means no value. You can use this feature to ensure th= at all + vcpus run at the same speed. Only QEMU driver support since 0.9.4, LXC si= nce 0.9.10
--=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list