Description of problem: kvm-stat is a python script present in the kvm git repository. This script counts the number of exits per second with a cause for each exit. Using this information you can profile the hypervisor per guest to determine if a guest is exiting due to I/O, page faults or other. This script is useful for profiling and debugging. Because the package requires python, we don't want to include it in core kvm RPM. Instead suggest adding kvm-stat subpackage that contains this script. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** This bug has been marked as a duplicate of bug 480942 ***