VBoxManage metrics
Posted: 28. Nov 2010, 05:02
Hi, I'm trying to collect informations about my running vms. Here is one example of how I'm trying to accomplish this (in particular, a VM called cm-19):
VBoxManage metrics enable cm-19 Guest/RAM/Usage
VBoxManage metrics setup --period 1 --samples 5 cm-19 Guest/RAM/Usage
VBoxManage metrics query cm-19 Guest/RAM/Usage/Total
I didn't get any real values from query command (only 0 kb, which obviously, is not the real ram usage of vm)
Am I doing something wrong?
VBoxManage metrics enable cm-19 Guest/RAM/Usage
VBoxManage metrics setup --period 1 --samples 5 cm-19 Guest/RAM/Usage
VBoxManage metrics query cm-19 Guest/RAM/Usage/Total
I didn't get any real values from query command (only 0 kb, which obviously, is not the real ram usage of vm)
Am I doing something wrong?