public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Prakash K. Cheemplavam" <prakashkc@gmx.de>
To: Jens Axboe <axboe@suse.de>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org, nickpiggin@yahoo.com.au
Subject: Re: Time sliced CFQ io scheduler
Date: Fri, 03 Dec 2004 10:54:00 +0100	[thread overview]
Message-ID: <41B037B8.20204@gmx.de> (raw)
In-Reply-To: <20041203093903.GE10492@suse.de>

[-- Attachment #1: Type: text/plain, Size: 3141 bytes --]

Jens Axboe schrieb:
> On Fri, Dec 03 2004, Andrew Morton wrote:
> 
>>Is this a parallel IDE system?  SATA?  SCSI?  If the latter, what driver
>>and what is the TCQ depth?
> 
> 
> Yeah, that would be interesting to know. Or of the device is on dm or
> raid. And what filesystem is being used?

It is ext3. (The writing-makes-reading-starve problem happen on reiserfs 
as well. ext2 is not so bad and xfs behaves best, ie my email client 
doesn't get unuasable with my earlier tests, but "only" very slow. But 
then I only wrote down 2gb and nothing continuesly.)

> # cd /sys/block/<dev>/queue/iosched
> # echo 6 > idle
> # echo 150 > slice
> 
> These are the first I tried, there may be better settings. If you have
> your filesystem on dm/raid, you probably want to do the above for each
> device the dm/raid is composed of.

Yes, I have linux raid (testing md1). Have appield both settings on both 
drives and got a interesting new pattern: Now it alternates. My email 
client is still not usale while writing though...


0  3   4120   5276   1792 856784    0    0  3880 81372 1528   931  1 17 
  0 82
  0  4   4120   5576   1800 856148    0    0  1292 121136 1379   872  5 
12  0 83
  0  3   4120   6624   1796 857700    0    0  1548  4464 1324   712  4 7 
  0 89
  1  3   4120   5200   1568 859600    0    0 42608  2308 1679  1392  3 
28  0 69
  1  3   4120   5212   1472 856672    0    0 12372 94992 1451  1047  1 
30  0 69
  1  2   4120   5700   1476 856892    0    0  2576 27252 1337   770  2 9 
  0 89
  0  3   4120   5404   1484 860292    0    0  2076 63876 1323   758  2 
13  0 85
procs -----------memory---------- ---swap-- -----io---- --system-- 
----cpu----
  r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us 
sy id wa
  1  2   4120   5536   1492 860240    0    0 49248    12 1783  1478  2 
26  0 72
  0  3   4120   5476   1492 857976    0    0 21852 98552 1500  1021  2 
20  0 78
  0  3   4120   5340   1552 860104    0    0  2672 36920 1321   717  1 
15  0 84
  0  4   4120   5436   1588 861080    0    0  2364 20748 1331   716  1 
12  0 87
  0  3   4120   5092   1632 860012    0    0 59520     0 1810  1591  3 
32  0 65
  0  3   4120   5568   1616 858252    0    0 58232     0 1833  1519  2 
30  0 68
  0  2   4120   5508   1548 857784    0    0  3864 70500 1347   767  1 
13  0 86
  0  2   4120   5376   1488 857760    0    0  5164 41440 1317   800  2 
15  0 83
  0  3   4120   5256   1484 858448    0    0  6452 111292 1342   829  2 
22  0 76
  0  3   4120   5832   1488 858768    0    0  2060 26624 1320   769  2 5 
  0 93
  3  4   4120   5564   1492 859644    0    0 20568    12 1426  1048  1 
25  0 75
  0  2   4120   5448   1516 857548    0    0 41056 47636 1746  1355  2 
29  0 69
  0  2   4120   5572   1524 858020    0    0  2332 25020 1330   737  1 
10  0 89
  0  3   4120   5508   1568 858020    0    0  4152 130164 1338   844  2 
20  0 78
  1  3   4120   6260   1588 858840    0    0   836 14288 1314   747  1 3 
  0 96
  1  3   4120   5192   1644 860304    0    0 41628    12 1677  2226  2 
31  0 67
  2  3   4120   5308   1588 857448    0    0 53324  1456 2044  9456  2 
60  0 38


Prakash

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-12-03  9:54 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-02 13:04 Time sliced CFQ io scheduler Jens Axboe
2004-12-02 13:48 ` Jens Axboe
2004-12-02 19:48   ` Andrew Morton
2004-12-02 19:52     ` Jens Axboe
2004-12-02 20:19       ` Andrew Morton
2004-12-02 20:19         ` Jens Axboe
2004-12-02 20:34           ` Andrew Morton
2004-12-02 20:37             ` Jens Axboe
2004-12-07 23:11               ` Nick Piggin
2004-12-02 22:18         ` Prakash K. Cheemplavam
2004-12-03  7:01           ` Jens Axboe
2004-12-03  9:12             ` Prakash K. Cheemplavam
2004-12-03  9:18               ` Jens Axboe
2004-12-03  9:35                 ` Prakash K. Cheemplavam
2004-12-03  9:43                   ` Jens Axboe
2004-12-03  9:26               ` Andrew Morton
2004-12-03  9:34                 ` Prakash K. Cheemplavam
2004-12-03  9:39                 ` Jens Axboe
2004-12-03  9:54                   ` Prakash K. Cheemplavam [this message]
     [not found]                   ` <41B03722.5090001@gmx.de>
2004-12-03 10:31                     ` Jens Axboe
2004-12-03 10:38                       ` Jens Axboe
2004-12-03 10:45                         ` Prakash K. Cheemplavam
2004-12-03 10:48                           ` Jens Axboe
2004-12-03 11:27                             ` Prakash K. Cheemplavam
2004-12-03 11:29                               ` Jens Axboe
2004-12-03 11:52                                 ` Prakash K. Cheemplavam
2004-12-08  0:37       ` Andrea Arcangeli
2004-12-08  0:54         ` Nick Piggin
2004-12-08  1:37           ` Andrea Arcangeli
2004-12-08  1:47             ` Nick Piggin
2004-12-08  2:09               ` Andrea Arcangeli
2004-12-08  2:11                 ` Andrew Morton
2004-12-08  2:22                   ` Andrea Arcangeli
2004-12-08  6:52               ` Jens Axboe
2004-12-08  2:00             ` Andrew Morton
2004-12-08  2:08               ` Andrew Morton
2004-12-08  6:55                 ` Jens Axboe
2004-12-08  2:20               ` Andrea Arcangeli
2004-12-08  2:25                 ` Andrew Morton
2004-12-08  2:33                   ` Andrea Arcangeli
2004-12-08  2:33                   ` Nick Piggin
2004-12-08  2:51                     ` Andrea Arcangeli
2004-12-08  3:02                       ` Nick Piggin
2004-12-08  6:58                     ` Jens Axboe
2004-12-08  7:14                       ` Nick Piggin
2004-12-08  7:20                         ` Jens Axboe
2004-12-08  7:29                           ` Nick Piggin
2004-12-08  7:32                             ` Jens Axboe
2004-12-08  7:30                           ` Andrew Morton
2004-12-08  7:36                             ` Jens Axboe
2004-12-08 13:48                         ` Jens Axboe
2004-12-08  6:55               ` Jens Axboe
2004-12-08  7:08                 ` Nick Piggin
2004-12-08  7:11                   ` Jens Axboe
2004-12-08  7:19                     ` Nick Piggin
2004-12-08  7:26                       ` Jens Axboe
2004-12-08  9:35                         ` Jens Axboe
2004-12-08 10:08                           ` Jens Axboe
2004-12-08 12:47                           ` Jens Axboe
2004-12-08 10:52                 ` Helge Hafting
2004-12-08 10:49                   ` Jens Axboe
2004-12-08  6:49           ` Jens Axboe
2004-12-02 14:28 ` Giuliano Pochini
2004-12-02 14:41   ` Jens Axboe
2004-12-04 13:05     ` Giuliano Pochini
  -- strict thread matches above, loose matches on Subject: below --
2004-12-03 20:52 Chuck Ebbert

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=41B037B8.20204@gmx.de \
    --to=prakashkc@gmx.de \
    --cc=akpm@osdl.org \
    --cc=axboe@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nickpiggin@yahoo.com.au \
    /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