search for: vir_node_memory_stat

Displaying 1 result from an estimated 1 matches for "vir_node_memory_stat".

Did you mean: vir_node_memory_stats
2013 Oct 12
0
Kvm Libvirt dirty page log facility
...a vm in MB/s. My question is on how to get the page dirty rate. Does kvm libvirt provide a dirty page log facility that provides user space with a bitmap of modified pages since the last call? And if yes, please kindly direct me on how to get started. I have searched and come across things like VIR_NODE_MEMORY_STATS and kvm_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log, int *is_dirty), I do not know if these are the ones and if yes how I can use them. Thank you very much