Signed off by: Sean Dague xm.pod.1 | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) # HG changeset patch # User sean@xxxxxxxxx # Node ID 948fa2ae9ed646690dcac56eaa19f95d1ad6bfed # Parent 09aa4820fc4eacedeae2dc0ceefb7647b8beff8b minor format changes to make it easier to read the sedf section diff -r 09aa4820fc4e -r 948fa2ae9ed6 docs/man/xm.pod.1 --- a/docs/man/xm.pod.1 Mon Nov 14 20:47:42 2005 -0500 +++ b/docs/man/xm.pod.1 Wed Nov 16 08:57:34 2005 -0500 @@ -550,10 +550,10 @@ =item B I I I I I -Set Simple EDF scheduler parameters. This scheduler provides weighted -CPU sharing in an intuitive way and uses realtime-algorithms to ensure -time guarantees. For more information see -docs/misc/sedf_scheduler_mini-HOWTO.txt in the Xen distribution. +Set Simple EDF (Earliest Deadline First) scheduler parameters. This +scheduler provides weighted CPU sharing in an intuitive way and uses +realtime-algorithms to ensure time guarantees. For more information +see docs/misc/sedf_scheduler_mini-HOWTO.txt in the Xen distribution. B @@ -585,27 +585,27 @@ B -normal EDF (20ms/5ms): +I xm sched-sedf 20000000 5000000 0 0 0 -best-effort domains (i.e. non-realtime): +I xm sched-sedf 20000000 0 0 1 0   -normal EDF (20ms/5ms) + share of extra-time: +I   xm sched-sedf 20000000 5000000 0 1 0 -4 domains with weights 2:3:4:2 +I<4 domains with weights 2:3:4: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:   +I<1 fully-specified (10ms/3ms) domain, 3 other domains share available +rest in 2:7:3 ratio:> xm sched-sedf 10000000 3000000 0 0 0   xm sched-sedf 0 0 0 0 2   @@ -640,8 +640,8 @@ =head2 NETWORK DEVICES -=item B I I<[script=script]> I<[ip=ip]> -I<[mac=mac]> I<[bridge=bridge]> I<[backend=bedomain-id]> +=item B I I<[script=script]> I<[ip=ipaddr]> +I<[mac=macaddr]> I<[bridge=bridge-name]> I<[backend=bedomain-id]> =item B I I