Skip to content

Instantly share code, notes, and snippets.

@bcicen
Created April 4, 2015 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcicen/7704bcdcdf715e48a2a4 to your computer and use it in GitHub Desktop.
Save bcicen/7704bcdcdf715e48a2a4 to your computer and use it in GitHub Desktop.
with dm:
time docker run -ti ubuntu:latest "w"
14:46:30 up 4 days, 1:47, 0 users, load average: 0.51, 0.40, 0.39
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
real 0m1.134s
user 0m0.030s
sys 0m0.010s
with aufs3:
time docker run -ti ubuntu:latest "w"
14:47:00 up 190 days, 22:59, 0 users, load average: 0.22, 0.09, 0.06
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
real 0m0.245s
user 0m0.032s
sys 0m0.004s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment