Virtualization Benchmarking is a repository containing helper scripts for benchmarking KVM and Docker using phoronix-test-suite.
Intended to be ran on a Cloudlab server that is pre-installed with KVM, Docker, and phoronix-test-suite.
Start a new Cloudlab server using a VM image that contains KVM, Docker, and phoronix-test-suite.
Note: Be sure to login to your own docker profile before executing this script
- Clone this repository
git clone https://github.com/jalvarez1492/virtualization-benchmarking.git
- Run
init.sh
to initalize KVM and the Docker container.
./init.sh
docker run -it \
--mount type=bind,source=.,target=/cloudlab \
phoronix/pts bash
virsh console testkvm