qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre DERUMIER <aderumier@odiso.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] qmp query-balloon return only "actual" value ?
Date: Wed, 05 Dec 2012 15:07:24 +0100 (CET)	[thread overview]
Message-ID: <671c943e-ed53-43c6-84eb-b36cf8607a0d@mailpro> (raw)
In-Reply-To: <e3a5d4bc-9192-4d99-a30c-517826ea7c38@mailpro>

Hi,
I'm trying to use qmp "query-balloon", to get stats,

>From Doc, I expect to have


-> { "execute": "query-balloon" }
<- {
      "return":{
         "actual":1073741824,
         "mem_swapped_in":0,
         "mem_swapped_out":0,
         "major_page_faults":142,
         "minor_page_faults":239245,
         "free_mem":1014185984,
         "total_mem":1044668416
      }
   }


But I got only

-> { "execute": "query-balloon" }
<- {
      "return":{
         "actual":1073741824,
      }
   }


qemu 1.3.

Guest kernels tested : 2.6.32, 3.2 and 3.5.

Does I need a more recent kernel in my guest ?

Regards,

Alexandre

       reply	other threads:[~2012-12-05 14:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <e3a5d4bc-9192-4d99-a30c-517826ea7c38@mailpro>
2012-12-05 14:07 ` Alexandre DERUMIER [this message]
2012-12-06 12:34   ` [Qemu-devel] qmp query-balloon return only "actual" value ? Luiz Capitulino
2012-12-06 12:55     ` Alexandre DERUMIER

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=671c943e-ed53-43c6-84eb-b36cf8607a0d@mailpro \
    --to=aderumier@odiso.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).