@ -1742,23 +1742,6 @@ SRST
* icount * for t h e r e f e r e n c e m a y b e o b s e r v e d w i t h ` ` i n f o r e p l a y ` ` c o m m a n d .
ERST
{
. name = " i n f o " ,
. args_type = " i t e m : s ? " ,
. params = " [ s u b c o m m a n d ] " ,
. help = " s h o w v a r i o u s i n f o r m a t i o n a b o u t t h e s y s t e m s t a t e " ,
. 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 = " c a l c _ d i r t y _ r a t e " ,
. args_type = " d i r t y _ r i n g : - r , d i r t y _ b i t m a p : - b , s e c o n d : l , s a m p l e _ p a g e s _ p e r _ G B : l ? " ,
@ -1770,10 +1753,10 @@ ERST
} ,
SRST
` ` set_vcpu_dirty_limit ` `
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 ` `
command .
` ` 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
{
@ -1786,8 +1769,8 @@ ERST
} ,
SRST
` ` cancel _vcpu_dirty_limit` `
Cancel dirty page rate limit on virtual CPU , the information about all the
` ` set _vcpu_dirty_limit` `
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 ` `
command .
ERST
@ -1800,3 +1783,20 @@ ERST
" \n \t \t \t \t \t l i m i t o n a s p e c i f i e d v i r t u a l c p u " ,
. 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 = " i n f o " ,
. args_type = " i t e m : s ? " ,
. params = " [ s u b c o m m a n d ] " ,
. help = " s h o w v a r i o u s i n f o r m a t i o n a b o u t t h e s y s t e m s t a t e " ,
. cmd = hmp_info_help ,
. sub_table = hmp_info_cmds ,
. flags = " p " ,
} ,