Re: [PATCH 3/5] docs: add missing balloon stats docs in domstats

2020-07-21 Thread Nikolay Shirokovskiy
On 21.07.2020 11:07, Nikolay Shirokovskiy wrote:
> Signed-off-by: Nikolay Shirokovskiy 
> ---
>  docs/manpages/virsh.rst | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
> index 6a1ae40..d9caef1 100644
> --- a/docs/manpages/virsh.rst
> +++ b/docs/manpages/virsh.rst
> @@ -2265,6 +2265,10 @@ When selecting the *--state* group the following 
> fields are returned:
>(in seconds)
>  * ``balloon.disk_caches`` - the amount of memory that can be reclaimed
>without additional I/O, typically disk (in KiB)
> +* ``hugetlb_pgalloc`` - the number of successful huge page allocations
> +  from inside the domain via virtio balloon
> +* ``hugetlb_pgfail`` - the number of failed huge page allocations
> +  from inside the domain via virtio balloon

In case someone will decide to push it - I missed balloon prefix here.

Nikolay

>  
>  
>  *--vcpu* returns:
> 



[PATCH 3/5] docs: add missing balloon stats docs in domstats

2020-07-21 Thread Nikolay Shirokovskiy
Signed-off-by: Nikolay Shirokovskiy 
---
 docs/manpages/virsh.rst | 4 
 1 file changed, 4 insertions(+)

diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
index 6a1ae40..d9caef1 100644
--- a/docs/manpages/virsh.rst
+++ b/docs/manpages/virsh.rst
@@ -2265,6 +2265,10 @@ When selecting the *--state* group the following fields 
are returned:
   (in seconds)
 * ``balloon.disk_caches`` - the amount of memory that can be reclaimed
   without additional I/O, typically disk (in KiB)
+* ``hugetlb_pgalloc`` - the number of successful huge page allocations
+  from inside the domain via virtio balloon
+* ``hugetlb_pgfail`` - the number of failed huge page allocations
+  from inside the domain via virtio balloon
 
 
 *--vcpu* returns:
-- 
1.8.3.1