From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Запись на жесткий диск - ядро 2.6 хуже, чем 2.4 ???
Date: Sat, 6 Nov 2010 22:02:36 +0200
Message-ID: <20101106200236.GK23633@osdn.org.ua> (raw)
In-Reply-To: <4CD58693.4040006@kalina.in.ua>
On Sat, Nov 06, 2010 at 06:47:15PM +0200, Yura Kalinichenko wrote:
> Не вдаваясь в детали, результат: блочная запись и перезапись
> под ядрами 2.6.x в 2 с лишним раза медленнее, чем под 2.4.33.
> Остальные характеристики примерно одинаковы. Проверялись ядра
> от 2.6.26 до 2.6.35, различия незначительные. Не влияет также
> ни тип ФС, ни использование/неиспользование софтрейда. Гугленье
> на данную тему ничего не дало (ну кроме шедулера BFS, пока не
> пробовал). Что это, только у меня такие грабли ?
Погоняй разные io scheduler'ы, меня устроил deadline.
Если вдруг softraid не зеркалом, а 5/6 -- глянь про выравнивание:
http://freesource.info/wiki/HCL/XranenieDannyx/SoftwareRAID
Ещё из закромов:
#!/bin/sh
# http://www.mail-archive.com/linux-raid@vger.kernel.org/msg07509.html
# (thanks vsu@)
# https://mail.clusterfs.com/wikis/attachments/LustreManual.html#1.4.3_Proper_Kernel_I/O_Elevator
# `-> The "cfq" and "as" schedulers should never be used for server platform
for i in a b c d e f g h; do
echo deadline > /sys/block/sd$i/queue/scheduler
echo 1024 > /sys/block/sd$i/queue/read_ahead_kb
done
# http://scotgate.org/?p=107
echo 2048 > /sys/block/md0/md/stripe_cache_size
#echo 2048 > /sys/block/md4/md/stripe_cache_size
#echo 3000 > /sys/block/md4/md/sync_speed_min
#echo 5000 > /sys/block/md4/md/sync_speed_max
hdparm -a 1024 /dev/sd[a-h] >/dev/null
hdparm -a 4096 /dev/md[04] >/dev/null
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
next prev parent reply other threads:[~2010-11-06 20:02 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-06 16:47 Yura Kalinichenko
2010-11-06 18:19 ` vx 8400
2010-11-06 18:44 ` Yura Kalinichenko
2010-11-06 19:12 ` vx 8400
2010-11-06 21:35 ` Yura Kalinichenko
2010-11-07 9:07 ` vx 8400
2010-11-07 16:25 ` Yura Kalinichenko
2010-11-07 16:38 ` vx 8400
2010-11-07 17:17 ` Yura Kalinichenko
2010-11-07 17:47 ` vx 8400
2010-11-07 17:58 ` vx 8400
2010-11-06 20:03 ` Michael Shigorin
2010-11-06 20:02 ` Michael Shigorin [this message]
2010-11-06 21:44 ` Yura Kalinichenko
2010-11-06 22:50 ` Michael Shigorin
2010-12-17 9:37 ` Yura Kalinichenko
2010-12-17 10:07 ` vx 8400
2010-12-17 21:53 ` Yura Kalinichenko
2010-12-17 13:33 ` Damir
2010-12-17 23:06 ` Yura Kalinichenko
2010-12-17 16:01 ` Michael Shigorin
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=20101106200236.GK23633@osdn.org.ua \
--to=mike@osdn.org.ua \
--cc=community@lists.altlinux.org \
--cc=shigorin@gmail.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
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git