Created
October 30, 2010 07:52
-
-
Save gslin/655078 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gslin@colo-p [~/work] [15:50/W3] time gzip -9 -c perl-5.12.2.tar > perl-5.12.2.tar.gz | |
11.667u 0.075s 0:11.74 99.9% 37+1111k 0+116io 0pf+0w | |
gslin@colo-p [~/work] [15:50/W3] time bzip2 -9 -c perl-5.12.2.tar > perl-5.12.2.tar.bz2 | |
9.410u 0.075s 0:09.48 100.0% 31+1114k 0+95io 0pf+0w | |
gslin@colo-p [~/work] [15:51/W3] time xz -9 -c perl-5.12.2.tar > perl-5.12.2.tar.xz | |
49.561u 0.540s 0:50.14 99.9% 47+1102k 2+71io 0pf+0w | |
gslin@colo-p [~/work] [15:54/W3] time plzip -9 -c perl-5.12.2.tar > perl-5.12.2.tar.plzip | |
64.692u 0.729s 1:05.56 99.7% 143+1005k 0+72io 0pf+0w | |
gslin@colo-p [~/work] [15:52/W3] d perl* | |
-rw-r--r-- 1 gslin staff 65300480 Sep 7 09:43 perl-5.12.2.tar | |
-rw-r--r-- 1 gslin staff 12348985 Oct 30 15:51 perl-5.12.2.tar.bz2 | |
-rw-r--r-- 1 gslin staff 15104675 Oct 30 15:50 perl-5.12.2.tar.gz | |
-rw-r--r-- 1 gslin staff 9446272 Oct 30 15:55 perl-5.12.2.tar.plzip | |
-rw-r--r-- 1 gslin staff 9347100 Oct 30 15:52 perl-5.12.2.tar.xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment