From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Deprecating .gz format on kernel.org
Date: Thu, 20 Mar 2003 09:23:34 -0800 [thread overview]
Message-ID: <20030320092334.31ee2254.rddunlap@osdl.org> (raw)
In-Reply-To: <20030320163207.GH28454@lug-owl.de>
On Thu, 20 Mar 2003 17:32:07 +0100 Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
| However, please keep in mind that it's a *PITA* if you're working on a
| machine with not > 500MHz and > 128MB RAM:
|
| jbglaw@schnarchnase:/tmp$ ls -l linux-2.5.65.tar.*
| -rw-r--r-- 1 jbglaw jbglaw 31889910 Mar 20 11:37
| linux-2.5.65.tar.bz2
| -rw-r--r-- 1 jbglaw jbglaw 39711645 Mar 20 11:44
| linux-2.5.65.tar.gz
| jbglaw@schnarchnase:/tmp$ time tar xjf linux-2.5.65.tar.bz2
|
| real 194m21.665s
| user 172m55.026s
| sys 14m19.018s
| jbglaw@schnarchnase:/tmp$ mv linux-2.5.65 linux-2.5.65xx
| jbglaw@schnarchnase:/tmp$ time tar xzf linux-2.5.65.tar.gz
|
| real 39m39.294s
| user 22m32.306s
| sys 13m56.524s
| jbglaw@schnarchnase:/tmp$ free
| total used free shared buffers cached
| Mem: 10100 9792 308 0 952 5232
...
| jbglaw@schnarchnase:/tmp$ cat /proc/cpuinfo
...
| bogomips : 15.10
|
| jbglaw@schnarchnase:/tmp$ uname -a
| Linux schnarchnase 2.5.65 #1 Thu Mar 20 07:39:11 CET 2003 i486 unknown unknown GNU/Linux
What kind of processor/system is that?
I also see quite a difference in untarring gz vs. bz2.
On a Pentium classic with genuine f00f bug, 180 Mhz, 80 MB of RAM,
running Linux 2.5.64, I get:
[rddunlap@eeyore linsrc]$ time tar xzf linux-2.5.65.tar.gz
41.98user 38.15system 1:45.94elapsed 75%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (314major+97minor)pagefaults 0swaps
[rddunlap@eeyore linsrc]$ mv linux-2.5.65 linux-2565
[rddunlap@eeyore linsrc]$ time tar xjf linux-2.5.65.tar.bz2
243.99user 39.62system 5:29.39elapsed 86%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (324major+971minor)pagefaults 0swaps
--
~Randy
next prev parent reply other threads:[~2003-03-20 17:16 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-19 20:19 H. Peter Anvin
2003-03-19 20:39 ` wind
2003-03-19 20:46 ` Martin J. Bligh
2003-03-19 20:57 ` Mr. James W. Laferriere
2003-03-19 21:12 ` Tigran Aivazian
2003-03-19 21:42 ` Arjan van de Ven
2003-03-19 21:55 ` Arnaldo Carvalho de Melo
2003-03-19 22:06 ` Kurt Garloff
2003-03-19 23:46 ` Eric Sandall
2003-03-20 8:27 ` Thierry Vignaud
2003-03-20 8:40 ` Dagfinn Ilmari Mannsåker
2003-03-20 15:37 ` Jon Portnoy
2003-03-20 11:23 ` [kernel.org mirrors] " Bruno Cornec
2003-03-20 0:21 ` Jamie Lokier
2003-03-20 17:53 ` Eric Sandall
2003-03-20 17:39 ` Jamie Lokier
2003-03-20 18:31 ` Eric Sandall
2003-03-20 21:14 ` Jörn Engel
2003-03-25 15:59 ` Bill Davidsen
2003-03-26 12:57 ` Jörn Engel
2003-03-20 14:03 ` Juan Quintela
2003-03-19 21:39 ` Sam Ravnborg
2003-03-20 22:17 ` LA Walsh
2003-03-20 23:30 ` [kernel.org mirrors] " H. Peter Anvin
2003-03-21 0:09 ` Eric Sandall
2003-03-21 4:42 ` Vlad@geekizoid.com
2003-03-21 7:24 ` Eric Sandall
2003-03-19 22:22 ` H. Peter Anvin
[not found] ` <1048114783.5033.70.camel@tombigbee.neark.org>
2003-03-19 23:29 ` [kernel.org mirrors] " H. Peter Anvin
2003-03-20 3:56 ` Martin J. Bligh
2003-03-20 4:18 ` H. Peter Anvin
2003-03-19 22:44 ` DervishD
2003-03-20 0:02 ` David S. Miller
2003-03-20 9:55 ` John Bradford
2003-03-20 13:10 ` John Jasen
2003-03-20 13:49 ` Richard B. Johnson
2003-03-20 10:03 ` Erik Hensema
2003-03-20 16:32 ` Jan-Benedict Glaw
2003-03-20 16:42 ` Mike Dresser
2003-03-20 17:51 ` Eli Carter
2003-03-20 18:04 ` Thomas Duffy
2003-03-25 16:04 ` Bill Davidsen
2003-03-25 16:25 ` Jan-Benedict Glaw
2003-03-25 16:34 ` Stephen Frost
2003-03-25 20:26 ` Deprecating .gz format on kernel.org aka BogoMips Marc Giger
2003-03-20 18:10 ` Deprecating .gz format on kernel.org Jan-Benedict Glaw
2003-03-24 2:12 ` Miles Bader
2003-03-24 2:24 ` Miles Bader
2003-03-24 2:40 ` nick
2003-03-24 11:33 ` Jan-Benedict Glaw
2003-03-20 17:23 ` Randy.Dunlap [this message]
2003-03-20 18:12 ` Jan-Benedict Glaw
2003-03-20 17:48 ` Tomas Szepe
2003-03-20 17:57 ` Dana Lacoste
2003-03-20 18:24 ` Tomas Szepe
2003-03-20 18:34 ` [kernel.org mirrors] " Ryan Finnie
2003-03-20 20:13 ` H. Peter Anvin
[not found] <20030320165007$503c@gated-at.bofh.it>
[not found] ` <20030320180014$0e31@gated-at.bofh.it>
[not found] ` <20030320182006$46bf@gated-at.bofh.it>
2003-03-20 18:44 ` Pascal Schmidt
2003-03-20 19:52 ` Pavel Machek
2003-03-23 23:30 ` Krzysztof Halasa
2003-03-20 21:54 Hank Leininger
2003-03-20 22:13 ` Jörn Engel
2003-03-20 23:14 ` Hank Leininger
2003-03-20 23:34 ` Jörn Engel
2003-03-21 6:26 ` Ville Herva
2003-03-21 6:38 ` Ville Herva
2003-03-21 7:26 ` Hank Leininger
2003-03-20 23:50 ` H. Peter Anvin
[not found] <200303211124.h2LBO6mU011361@sunrise.pg.gda.pl>
2003-03-21 11:28 ` Andrzej Krzysztofowicz
2003-03-21 15:39 ` Alan Cox
2003-03-21 19:43 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030320092334.31ee2254.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=jbglaw@lug-owl.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®