From ca899c5e1e93fa4cb6d717979ecff288679ffc8a Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 14 Sep 2005 17:06:25 +0000 Subject: Rename xm commands and cleanup of the "bogus" argument code. For the "bogus" argument code, avoid changing the argument list so that errors can be reported consistently. Signed-off-by: Dan Smith Signed-off-by: Christian Limpach --- docs/misc/sedf_scheduler_mini-HOWTO.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/misc/sedf_scheduler_mini-HOWTO.txt') diff --git a/docs/misc/sedf_scheduler_mini-HOWTO.txt b/docs/misc/sedf_scheduler_mini-HOWTO.txt index ad3cc62e1f..52e5b6ead3 100644 --- a/docs/misc/sedf_scheduler_mini-HOWTO.txt +++ b/docs/misc/sedf_scheduler_mini-HOWTO.txt @@ -10,7 +10,7 @@ Overview: Usage:    -add "sched=sedf" on Xen's boot command-line    -create domains as usual -   -use "xm sedf " +   -use "xm sched-sedf "   Where:   -period/slice are the normal EDF scheduling parameters in nanosecs   -latency-hint is the scaled period in case the domain is doing heavy I/O @@ -22,23 +22,23 @@ Usage: Examples:  normal EDF (20ms/5ms): -  xm sedf 20000000 5000000 0 0 0 +  xm sched-sedf 20000000 5000000 0 0 0  best-effort domains (i.e. non-realtime): -  xm sedf 20000000 0 0 1 0 +  xm sched-sedf 20000000 0 0 1 0   normal EDF (20ms/5ms) + share of extra-time: -  xm sedf 20000000 5000000 0 1 0 +  xm sched-sedf 20000000 5000000 0 1 0  4 domains with weights 2:3:4:2 -  xm sedf 0 0 0 0 2 -  xm sedf 0 0 0 0 3 -  xm sedf 0 0 0 0 4 -  xm sedf 0 0 0 0 2 +  xm sched-sedf 0 0 0 0 2 +  xm sched-sedf 0 0 0 0 3 +  xm sched-sedf 0 0 0 0 4 +  xm sched-sedf 0 0 0 0 2  1 fully-specified (10ms/3ms) domain, 3 other domains share  available rest in 2:7:3 ratio: -  xm sedf 10000000 3000000 0 0 0 -  xm sedf 0 0 0 0 2 -  xm sedf 0 0 0 0 7 -  xm sedf 0 0 0 0 3 \ No newline at end of file +  xm sched-sedf 10000000 3000000 0 0 0 +  xm sched-sedf 0 0 0 0 2 +  xm sched-sedf 0 0 0 0 7 +  xm sched-sedf 0 0 0 0 3 -- cgit v1.2.3