mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andreas Hartmann <andihartmann@freenet.de>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rmap 15j for 2.4.21-rc6
Date: Sun, 01 Jun 2003 13:00:22 +0200	[thread overview]
Message-ID: <bbcmc6$74t$1@ID-44327.news.dfncis.de> (raw)
In-Reply-To: <fa.h329tc5.1djcrol@ifi.uio.no>






Michael Frank wrote:

> On Saturday 31 May 2003 22:48, Rik van Riel wrote:
>>
>> Today I finally merged rmap15j forward to marcelo's latest
>> release.  The IO stall fixes should be especially interesting:
>>
> 
> Patched rc6 ex BK OK and compiled with gcc295-3 OK
> 
> On a P4/533-2.4Ghz/512MB with udma5 IDE ~50MB/s:
> 
> Shows severe interactivity problems and hangs
> 
> Scroll and mouse hangs and delayed response to keyboard
> greater 1s are easily observable.
> 

Well, I did the test with 2.4.21rc6 after patching your script (I got syntax
errors):

When I'm using the script as seen in the patch, I'm getting problems with df
(it's mostly very lazy, about 20s delay or more), the load is 4, doing an
ls on some other directories is extremly slow. Mouse and keyboard are
hanging some times.
The write speed shown in xosview was between 1 and 15MB/s. Often the HD LED
was on, but no data seemed to be put to the HD.


My system:
AMD Athlon(tm) XP 2000+
512 MB RAM
Chipsatz Apollo KT266/A/333
WDC WD205AA, udma4, 20,5 GB
             (multcount    = 16 (on),I/O support  =  1 (32-bit),
             unmaskirq    =  1 (on),using_dma    =  1 (on),
             readahead    =  8 (on)
             )
reiserfs


Regards,
Andreas Hartmann


--- /home/Andreas/tstinter      Sun Jun  1 11:03:10 2003
+++ tstinter    Sun Jun  1 11:27:18 2003
@@ -138,7 +138,7 @@
     sleep 1
    fi
  #invoke dd write loops
-   while (( i-- )); do
+   while (( i=`expr $i - 1` )); do
      $TSTINTER _xwrite "$2" $i
      sleep 1
    done
@@ -163,13 +163,13 @@
  #
  _read)
    if [ "$2" = "" ]; then
-     count=100K
+     count=100000
    else
      count=$2
    fi
-   dd if=/dev/zero of=$TEMPFILE$3 bs=4K count=$count
+   dd if=/dev/zero of=$TEMPFILE$3 bs=4096 count=$count
    while (( 1 )); do
-     time dd if=$TEMPFILE$3 of=/dev/null bs=4K count=$count &> /dev/null
+     time dd if=$TEMPFILE$3 of=/dev/null bs=4096 count=$count &> /dev/null
    done
    ;;
  #
@@ -181,12 +181,12 @@
  #
  _write)
    if [ "$2" = "" ]; then
-     count=100K
+     count=100000
    else
      count=$2
    fi
    while (( 1 )); do
-     time dd if=/dev/zero of=$TEMPFILE$3 bs=4K count=$count
+     time dd if=/dev/zero of=$TEMPFILE$3 bs=4096 count=$count
    done
    ;;
  #


       reply	other threads:[~2003-06-01 10:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fa.nvklblk.jl430u@ifi.uio.no>
     [not found] ` <fa.h329tc5.1djcrol@ifi.uio.no>
2003-06-01 11:00   ` Andreas Hartmann [this message]
2003-06-01 11:26     ` Michael Frank
2003-06-02 13:29       ` Rik van Riel
     [not found] <fa.hqlmaq3.1ck6lpl@ifi.uio.no>
     [not found] ` <fa.g746m1f.1u52e03@ifi.uio.no>
2003-06-03  3:16   ` Andreas Hartmann
     [not found] <fa.hnjaa1v.19gukhb@ifi.uio.no>
     [not found] ` <fa.h2i5rk8.1c3cq0m@ifi.uio.no>
2003-06-02 16:55   ` Andreas Hartmann
2003-06-02 19:37     ` Willy Tarreau
2003-06-01  4:57 ghugh Song
2003-06-01  6:39 ` Michael Frank
  -- strict thread matches above, loose matches on Subject: below --
2003-05-30 17:16 [PATCH] rmap 15j Rik van Riel
2003-05-31 14:48 ` [PATCH] rmap 15j for 2.4.21-rc6 Rik van Riel
2003-05-31 15:52   ` Michael Frank

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='bbcmc6$74t$1@ID-44327.news.dfncis.de' \
    --to=andihartmann@freenet.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®