hmp: Fix ordering of text
Fix the ordering of the help text so it's always after the commands being defined. A few had got out of order. Keep 'info' at the end. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
3183bb3f44
commit
22269b0436
@ -1742,23 +1742,6 @@ SRST
|
|||||||
*icount* for the reference may be observed with ``info replay`` command.
|
*icount* for the reference may be observed with ``info replay`` command.
|
||||||
ERST
|
ERST
|
||||||
|
|
||||||
{
|
|
||||||
.name = "info",
|
|
||||||
.args_type = "item:s?",
|
|
||||||
.params = "[subcommand]",
|
|
||||||
.help = "show various information about the system state",
|
|
||||||
.cmd = hmp_info_help,
|
|
||||||
.sub_table = hmp_info_cmds,
|
|
||||||
.flags = "p",
|
|
||||||
},
|
|
||||||
|
|
||||||
SRST
|
|
||||||
``calc_dirty_rate`` *second*
|
|
||||||
Start a round of dirty rate measurement with the period specified in *second*.
|
|
||||||
The result of the dirty rate measurement may be observed with ``info
|
|
||||||
dirty_rate`` command.
|
|
||||||
ERST
|
|
||||||
|
|
||||||
{
|
{
|
||||||
.name = "calc_dirty_rate",
|
.name = "calc_dirty_rate",
|
||||||
.args_type = "dirty_ring:-r,dirty_bitmap:-b,second:l,sample_pages_per_GB:l?",
|
.args_type = "dirty_ring:-r,dirty_bitmap:-b,second:l,sample_pages_per_GB:l?",
|
||||||
@ -1770,10 +1753,10 @@ ERST
|
|||||||
},
|
},
|
||||||
|
|
||||||
SRST
|
SRST
|
||||||
``set_vcpu_dirty_limit``
|
``calc_dirty_rate`` *second*
|
||||||
Set dirty page rate limit on virtual CPU, the information about all the
|
Start a round of dirty rate measurement with the period specified in *second*.
|
||||||
virtual CPU dirty limit status can be observed with ``info vcpu_dirty_limit``
|
The result of the dirty rate measurement may be observed with ``info
|
||||||
command.
|
dirty_rate`` command.
|
||||||
ERST
|
ERST
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -1786,8 +1769,8 @@ ERST
|
|||||||
},
|
},
|
||||||
|
|
||||||
SRST
|
SRST
|
||||||
``cancel_vcpu_dirty_limit``
|
``set_vcpu_dirty_limit``
|
||||||
Cancel dirty page rate limit on virtual CPU, the information about all the
|
Set dirty page rate limit on virtual CPU, the information about all the
|
||||||
virtual CPU dirty limit status can be observed with ``info vcpu_dirty_limit``
|
virtual CPU dirty limit status can be observed with ``info vcpu_dirty_limit``
|
||||||
command.
|
command.
|
||||||
ERST
|
ERST
|
||||||
@ -1800,3 +1783,20 @@ ERST
|
|||||||
"\n\t\t\t\t\t limit on a specified virtual cpu",
|
"\n\t\t\t\t\t limit on a specified virtual cpu",
|
||||||
.cmd = hmp_cancel_vcpu_dirty_limit,
|
.cmd = hmp_cancel_vcpu_dirty_limit,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
SRST
|
||||||
|
``cancel_vcpu_dirty_limit``
|
||||||
|
Cancel dirty page rate limit on virtual CPU, the information about all the
|
||||||
|
virtual CPU dirty limit status can be observed with ``info vcpu_dirty_limit``
|
||||||
|
command.
|
||||||
|
ERST
|
||||||
|
|
||||||
|
{
|
||||||
|
.name = "info",
|
||||||
|
.args_type = "item:s?",
|
||||||
|
.params = "[subcommand]",
|
||||||
|
.help = "show various information about the system state",
|
||||||
|
.cmd = hmp_info_help,
|
||||||
|
.sub_table = hmp_info_cmds,
|
||||||
|
.flags = "p",
|
||||||
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user