Dietmar Maurer wrote:
> Is there a monitor command to query the guest memory usage?
>
> Using Host VSZ/RSS gives wrong values - looks like allocated pages get
> never free?
>   

The VSZ/RSS is correct.  What you're seeing is probably a mix of two 
things.  In the absence of MMU notifiers, not all memory is reclaimable 
all the time.  Second, reducing the RSS size and free()'ing in the guest 
are not related operations.

Regards,

Anthony Liguori

> - Dietmar
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to