DaanHoogland commented on code in PR #6358:
URL: https://github.com/apache/cloudstack/pull/6358#discussion_r992215798
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java:
##########
@@ -440,6 +440,19 @@ public class LibvirtComputingResource extends
ServerResourceBase implements Serv
protected Boolean enableManuallySettingCpuTopologyOnKvmVm =
AgentPropertiesFileHandler.getPropertyValue(AgentProperties.ENABLE_MANUALLY_SETTING_CPU_TOPOLOGY_ON_KVM_VM);
+ /**
+ * Virsh command to set the memory balloon stats period.<br><br>
+ * 1st parameter: the VM name;<br>
+ * 2nd parameter: the period (in seconds).
+ */
+ private static final String COMMAND_SET_MEM_BALLOON_STATS_PERIOD = "virsh
dommemstat %s --period %s --live";
Review Comment:
Can you answer this one @joseflauzino , did you investigate the java binding?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]