Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | tools: kvm_stat: Introduce pid monitoring | Janosch Frank | |
Having stats for single VMs can help to determine the problem of a VM without the need of running other tools like perf. The tracepoints already allowed pid level monitoring, but kvm_stat didn't have support for it till now. Support for the newly implemented debugfs vm monitoring was also implemented. Signed-off-by: Janosch Frank <frankja@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2016-05-25 | tools: Add kvm_stat man page | Paolo Bonzini | |
Converted from the Texinfo source in QEMU to asciidoc. The a2x incantation was provided by Janosch Frank. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |