linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: dean gaudet <dean-list-linux-kernel@arctic.org>
To: Samphan Raruenrom <samphan@thai.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Crusoe's performance on linux?
Date: Mon, 23 Jun 2003 21:33:28 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.53.0306232128430.9041@twinlark.arctic.org> (raw)
In-Reply-To: <Pine.LNX.4.53.0306231821480.17484@twinlark.arctic.org>

On Mon, 23 Jun 2003, dean gaudet wrote:

> On Mon, 23 Jun 2003, Samphan Raruenrom wrote:
>
> > Desktop - Pentium III 1 G Hz 754 MB	->	10.x min.
> > Tablet PC - Crusoe TM5800 1 GHz 731 MB	->	17.x min.
...
> but i'm really guessing you're causing excessive disk i/o by having a
> small memory system use a huge tmpfs... get rid of the tmpfs and

you know a few other things occured to me -- you should use "vmstat 5" to
find out if any disk i/o is occuring (not that if longrun is doing its job
then the "idle%" for cpu statistic is completely useless -- longrun should
be making it as close to 100% as possible) .  i'm guessing you've got a
desktop disk drive in your p3 system -- which almost certainly outperforms
the laptop disk in the tablet pc...

not only for reasons like platter transfer speed, and seek latency, but
it's also possible your tablet isn't using anything faster than UDMA33 --
and in fact it's entirely possible you're not even using UDMA33.  do
something like "grep hda /var/log/dmesg" to see what the bootup messages
said.  try "hdparm -d /dev/hda" to see if dma is active -- and if it
isn't, try "hdparm -d1 /dev/hda" to enable it.

if that doesn't work then it's most likely you don't have the IDE driver
necessary for your tablet -- try "lspci -v" and try to find your
southbridge IDE controller... i don't recall which southbridge is in the
tablet, many crusoe boxes have ALi southbridges which have a kernel
driver, but i think the tablet has something other than ALi... if in doubt
post here and i'm sure someone can point you to the right driver.

-dean

  reply	other threads:[~2003-06-24  4:19 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-19 16:37 Crusoe's persistent translation on linux? Samphan Raruenrom
2003-06-19 18:03 ` Vojtech Pavlik
2003-06-19 19:51   ` Samphan Raruenrom
2003-06-20  0:02     ` Nuno Silva
2003-06-20  0:16       ` Linus Torvalds
2003-06-20  2:08         ` Nuno Silva
2003-06-20  9:08         ` Xavier Bestel
2003-06-20  9:33           ` Nick Piggin
2003-06-20 14:08           ` Henning P. Schmiedehausen
2003-06-20 15:38           ` Linus Torvalds
2003-06-20 16:51             ` AMD MP, SMP, Tyan 2466 kernel
2003-06-20 17:08               ` Bart SCHELSTRAETE
2003-06-20 17:09               ` Brian Jackson
2003-06-25 17:37                 ` Artur Jasowicz
2003-06-25 18:51                   ` joe briggs
2003-06-25 18:16                     ` Mike Dresser
2003-07-21 20:52                     ` Artur Jasowicz
2003-07-22  4:02                       ` Jason
2003-07-23 12:19                         ` paterley
2003-07-23 20:03                           ` Joe Briggs
2003-06-25 19:01                   ` joe briggs
2003-06-25 18:56                     ` Edward Tandi
2003-06-25 22:59                       ` Timothy Miller
2003-06-25 23:17                         ` Edward Tandi
2003-06-25 23:26                           ` Timothy Miller
2003-06-25 23:39                             ` Timothy Miller
2003-06-26  0:29                               ` Edward Tandi
2003-06-25 23:40                             ` Edward Tandi
2003-06-26 15:12                               ` Herbert Poetzl
2003-06-25 23:35                           ` Joel Jaeggli
2003-06-26 12:25                           ` AMD MP, SMP, Tyan 2466, REISERFS I/O error joe briggs
2003-06-26 11:55                             ` Oleg Drokin
2003-06-26 13:37                               ` joe briggs
2003-06-26 23:15                               ` Timothy Miller
2003-06-26 23:48                                 ` Joel Jaeggli
2003-06-27 13:01                                 ` joe briggs
2003-06-20 12:05         ` Crusoe's persistent translation on linux? Samphan Raruenrom
     [not found]     ` <20030619221126.B3287@ucw.cz>
2003-06-23  3:58       ` Crusoe's performance " Samphan Raruenrom
2003-06-23  5:22         ` H. Peter Anvin
2003-06-23  5:40         ` Grzegorz Jaskiewicz
2003-06-23  8:10         ` Vojtech Pavlik
2003-06-23  8:26         ` Vojtech Pavlik
2003-06-23 18:58           ` Samphan Raruenrom
2003-06-24  1:43             ` dean gaudet
2003-06-24  4:33               ` dean gaudet [this message]
2003-06-24 22:54                 ` Samphan Raruenrom
2003-06-24 23:06                   ` dean gaudet
2003-06-23 23:46           ` H. Peter Anvin
2003-06-24  0:51         ` H. Peter Anvin
2003-06-26  3:39         ` H. Peter Anvin
2003-06-26  4:22           ` H. Peter Anvin
     [not found]         ` <200306240051.RAA12097@cesium.transmeta.com>
2003-06-26 19:09           ` Samphan Raruenrom

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=Pine.LNX.4.53.0306232128430.9041@twinlark.arctic.org \
    --to=dean-list-linux-kernel@arctic.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samphan@thai.com \
    /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;
as well as URLs for NNTP newsgroup(s).