On 07/11/2012 04:32 AM, Vasilis Liaskovitis wrote:
Returns total memory of guest in bytes, including hotplugged memory.
Signed-off-by: Vasilis Liaskovitis vasilis.liaskovitis@profitbricks.com
Should this instead be merged with query-balloon output, so that we have a single command that shows all aspects of memory usage (both balloon and hotplug at once)?
@@ -1888,3 +1888,15 @@ # Since: 1.1.3 ## { 'command': 'query-memhp', 'returns': ['MemHpInfo'] }
+## +# @query-memtotal:
A more generic name might be 'query-memory', especially if we merge balloon and hotplug information into one command.
+# +# Returns total memory in bytes, including hotplugged dimms +# +# Returns: a l
truncated