All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: Steven Cole <elenstev@mesatop.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: 2.5.44-[mm3, ac2] time to tar zxf kernel tarball comparedforvarious   fs.
Date: Wed, 23 Oct 2002 13:44:26 -0700	[thread overview]
Message-ID: <3DB70A2A.A09270A9@digeo.com> (raw)
In-Reply-To: 1035405140.13083.268.camel@spc9.esa.lanl.gov

Steven Cole wrote:
> 
> ...
> OK, here is the ext2 data.  This was done on my /tmp partition.
> 
> For ext2, the variation between runs was as much as between
> mm3 and ac2.  This data is from the first of 4 runs as before.
> 
> Steven
> 
> ext2
> tar zxf linux-2.5.44.tar.gz     2.5.44-mm3      2.5.44-ac2
> user                            4.17            4.16
> system                          2.76            2.7
> elapsed                         00:08.39        00:08.05
> % CPU                           82              85
> 

OK, so I assume what's happening here is that the entire uncompressed
kernel fits into 40% of your memory.

So we see 4 seconds user time from doing the gzip decompression
and three seconds system time; a little from reading the
tarball and most of it is creating a ton of dirty pagecache.

But most of the real cost has not been measured: getting that
dirty pagecache onto disk.  It has to happen sometime...

If you include a "sync" in the timing then you'll see the
benefit from the Orlov allocator.  You'll get that kernel
tree onto disk in half the time.

  reply	other threads:[~2002-10-23 20:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-23 19:42 2.5.44-[mm3, ac2] time to tar zxf kernel tarball compared for various fs Steven Cole
2002-10-23 19:57 ` 2.5.44-[mm3, ac2] time to tar zxf kernel tarball compared forvarious fs Andrew Morton
2002-10-23 20:04   ` Benjamin LaHaise
2002-10-23 20:09     ` Andrew Morton
2002-10-24  8:34       ` Daniel Phillips
2002-10-23 20:05   ` Steven Cole
2002-10-23 20:32   ` Steven Cole
2002-10-23 20:44     ` Andrew Morton [this message]
2002-10-24  3:10     ` Hans Reiser
2002-10-24  9:54       ` 2.5.44-[mm3, ac2] time to tar zxf kernel tarball compared forvarious Henning P. Schmiedehausen
2002-10-24 11:37         ` Padraig Brady

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=3DB70A2A.A09270A9@digeo.com \
    --to=akpm@digeo.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=elenstev@mesatop.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.