Skip to content

Benchmarking docker container with phoronix test suite

Notifications You must be signed in to change notification settings

ianabc/phoronix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-phoronix

Benchmarking docker container with phoronix test suite

This project deploys a docker container with Phoronix Test Suite installed, as well as a couple of tests that are predefined in the Dockerfile.

The purpose of this container will solely be to benchmark your docker-machine.
For ease of use, a couple of 'make commands' are supplied within this repo.

Installation

After cloning the repository, just execute these commands:

Building the docker-phoronix image

$ make bench_build

Usage

$ make bench

This will run the container together with the supplied script. The script returns a menu from which you can choose an option.

alt text

After you exit from this menu, the docker-phoronix container will be automatically removed.

NOTE: Don't use CTRL+C to exit the make command. This could result in the script being stuck in a loop and you will have to kill and remove the container manually.

About

Benchmarking docker container with phoronix test suite

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 90.2%
  • Makefile 9.8%