Skip to content

wjkoh/kvm-profiler

Repository files navigation

KVM Profiler

KVM Profiler is a profiler for Kernel-based Virtual Machine (KVM).

Usage

$ 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' ...

Demo Videos

Dependencies

  1. python-libvirt
  2. lxml
  3. psutil
  4. numpy
  5. matplotlib
  6. django

Guest tools

  1. psutil

Authors

About

A profiler for Kernel-based Virtual Machine (KVM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published