Skip to content

Instantly share code, notes, and snippets.

@matti
Created November 14, 2019 08:37
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 matti/b6454a4237e058832a335a33df0d3d64 to your computer and use it in GitHub Desktop.
Save matti/b6454a4237e058832a335a33df0d3d64 to your computer and use it in GitHub Desktop.

3 replicas on 3 azs

$ while true; do echo; echo "untar"; time (tar -xof linux-5.4-rc1.tar.gz; sync); echo; echo "rm"; time (rm -rf linux-5.4-rc1; sync); done

untar

real    0m58.023s
user    0m5.774s
sys    0m3.229s

rm

real    1m17.479s
user    0m0.179s
sys    0m1.168s

untar

real    1m8.703s
user    0m5.896s
sys    0m3.106s

rm

real    1m8.594s
user    0m0.159s
sys    0m1.118s

untar

real    1m7.868s
user    0m5.828s
sys    0m3.157s

rm

real    1m19.885s
user    0m0.150s
sys    0m1.180s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment