From: Meng Xu <mengxu@cis.upenn.edu>
To: xen-devel@lists.xenproject.org
Cc: Lars Kurth <lars.kurth@citrix.com>, Chong Li <chong.li@wustl.edu>,
Wei Liu <wei.liu2@citrix.com>,
George Dunlap <George.Dunlap@eu.citrix.com>,
Dario Faggioli <dario.faggioli@citrix.com>,
Meng Xu <xumengpanda@gmail.com>, Meng Xu <mengxu@cis.upenn.edu>
Subject: [PATCH] docs:RTDS: Correct mistakes in feature doc
Date: Wed, 19 Oct 2016 10:48:39 -0400 [thread overview]
Message-ID: <1476888519-3874-1-git-send-email-mengxu@cis.upenn.edu> (raw)
Correct the mistakes in the example command
Correct a simple typo.
Signed-off-by: Meng Xu <mengxu@cis.upenn.edu>
---
Cc: Meng Xu <xumengpanda@gmail.com>
Cc: Dario Faggioli <dario.faggioli@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Lars Kurth <lars.kurth@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Chong Li <chong.li@wustl.edu>
---
docs/features/sched_rtds.pandoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/features/sched_rtds.pandoc b/docs/features/sched_rtds.pandoc
index 2843d97..354097b 100644
--- a/docs/features/sched_rtds.pandoc
+++ b/docs/features/sched_rtds.pandoc
@@ -15,7 +15,7 @@
RTDS is one of the virtual CPU (vCPU) scheduler available in the Xen
hypervisor.
-RTDS is a real--time scheduler, so its purpose is enabling
+RTDS is a real-time scheduler, so its purpose is enabling
**deterministic** scheduling of the virtual machine's vCPUs. It has
been originally developed in the context of the RT-Xen project.
@@ -35,8 +35,8 @@ in `docs/man/xlcpupool.cfg.pod.5` (and as exemplified in
For checking or changing a VM's scheduling parameters from xl, do
as follows:
- * `xl sched-rtds -d vm-rt`
- * `xl sched-rtds -d vm-rt -t 10000 -b 25000`
+ * `xl sched-rtds -d vm-rt -v all`
+ * `xl sched-rtds -d vm-rt -v all -p 10000 -b 2500`
It is possible, for a multiple vCPUs VM, to change the parameters of
each vCPU individually:
@@ -88,7 +88,7 @@ at a macroscopic level), the following should be done:
* create a VM with 1 vCPU and put it in the RTDS cpupool,
* set the scheduling parameters such as it has a 50% reservation, with
- `xl sched-rtds -d vm -t 100000 -b 50000`,
+ `xl sched-rtds -d vm -v all -p 100000 -b 50000`,
* run a CPU-burning process inside the VM (e.g., `yes`),
* check with `xentop` (in Domain0) that the VM is getting no more than
50% pCPU time.
--
1.9.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2016-10-19 14:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 14:48 Meng Xu [this message]
2016-10-21 13:15 ` [PATCH] docs:RTDS: Correct mistakes in feature doc Dario Faggioli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1476888519-3874-1-git-send-email-mengxu@cis.upenn.edu \
--to=mengxu@cis.upenn.edu \
--cc=George.Dunlap@eu.citrix.com \
--cc=chong.li@wustl.edu \
--cc=dario.faggioli@citrix.com \
--cc=lars.kurth@citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
--cc=xumengpanda@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).