shwstppr commented on issue #3456: Memory Used is incorrect URL: https://github.com/apache/cloudstack/issues/3456#issuecomment-508462294 Checked with VMware and it is same, ``` list virtualmachines id=f834f6d2-aef3-4b71-bc19-a59bb4e4f7a7 { "count": 1, "virtualmachine": [ { "account": "admin", "affinitygroup": [], "cpunumber": 1, "cpuspeed": 500, "cpuused": "52%", "created": "2019-07-04T12:06:30+0000", "details": { "cpuOvercommitRatio": "2.0", "dataDiskController": "osdefault", "memoryOvercommitRatio": "1.0", "rootDiskController": "ide" }, "diskioread": 43, "diskiowrite": 34, "diskkbsread": 1792, "diskkbswrite": 266, "displayname": "VM-f834f6d2-aef3-4b71-bc19-a59bb4e4f7a7", "displayvm": true, "domain": "ROOT", "domainid": "aaa52283-9986-11e9-aa0e-1e007b01075d", "guestosid": "aaae020e-9986-11e9-aa0e-1e007b01075d", "haenable": false, "hostid": "2c998985-2ef6-419c-82f2-894f9c3c12e2", "hypervisor": "VMware", "id": "f834f6d2-aef3-4b71-bc19-a59bb4e4f7a7", "instancename": "i-2-3-VM", "isdynamicallyscalable": false, "memory": 512, "memoryintfreekbs": 393216, "memorykbs": 524288, "memorytargetkbs": 524288, "name": "VM-f834f6d2-aef3-4b71-bc19-a59bb4e4f7a7", "networkkbsread": 0, "networkkbswrite": 0, ``` `memorykbs` is surely not the memory currently in use. Not sure if it is an ambiguity with docs or issue with code.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
