From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Appel Subject: question about monitoring memory usage of guest OS Date: Wed, 27 Jul 2005 11:51:28 +0200 Message-ID: <1122457889.3661.5.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel List-Id: xen-devel@lists.xenproject.org Hello, I'm trying to find a method to get information about the memory usage (remark: not the amount of reserved memory of the domain, I mean the amount of memory which is really currently in use) of a guest OS to have the information available in domain 0. I made some experiments with xc_domain_getfullinfo. Is there any other, maybe easier way? thanks in advance & regards, Jonas Appel