KVM Profiler is a profiler for Kernel-based Virtual Machine (KVM).
$ python .
Profiling and writing to database
$ web/manage.py runserver 0.0.0.0:3000
Serving Web front-end UI
You need to ensure that your username is added to the groups: kvm and libvirtd.
$ sudo adduser `id -un` kvm
Adding user '<username>' to group 'kvm' ...
$ sudo adduser `id -un` libvirtd
Adding user '<username>' to group 'libvirtd' ...
- Charles Hyun [email protected]
- Jeehoon Kang [email protected]
- Woojong Koh [email protected]