sagemath / docker-images

Dockerfiles for Sage
54 stars 18 forks source link

Compare performance and resource usage between sage VM and sage docker container #8

Open embray opened 8 years ago

embray commented 8 years ago

FWIW here is some very rough resource usage on Windows 7 using docker. More detailed analysis may follow another time. Also what are some good performance tests for sage?

Here is Windows 7 with no other foreground applications running, and before running Docker:

1-resources-pre-docker

Here the Docker terminal has been started; this means the boot2docker Linux VM, which runs the docker engine, is running with VirtualBox:

2-resources-docker-host-running

Here I've started a container for the sagemath-jupyter image (but not done anything with it yet):

3-resources-sagemath-jupyter-running

And finally, here's after starting chrome, connecting to the notebook server, and starting a new notebook with the sage kernel:

4-resources-notebook-sagemath-kernel-running