From: xfs@bob.dscon.sk (DS)
To: xfs@oss.sgi.com
Subject: rewrite very slow
Date: Fri, 15 Feb 2008 20:16:37 +0100 [thread overview]
Message-ID: <20080215191636.GC4859@bob.dscon.sk> (raw)
Hello,
I need some help to tunning my storage.
Very simple test at begin (perl script test.pl):
#!/usr/bin/perl
$time=time();
for ($i=1;$i<100;$i++)
{
open (SUBOR,">$i.txt");
print SUBOR "aaaaaaaaaaaaaaaaaaa\n";
close (SUBOR);
print "WRITE $i. FILE\n";
}
$time2=time();
$rozdiel_casov=$time2-$time;
print "TIME ".$rozdiel_casov." sekund\n";
First run:
file1:/mnt/hosting/test# ./test.pl
WRITE 1. FILE
WRITE 2. FILE
...
WRITE 98. FILE
WRITE 99. FILE
TIME 0 sekund
Every next run (rewrite existing files) is very very very slow:
file1:/mnt/hosting/test# ./test.pl
WRITE 1. FILE
WRITE 2. FILE
...
WRITE 98. FILE
WRITE 99. FILE
TIME 43 sekund
I try it on ext3. Every run is only 1-3seconds.
I tried tunning my storage.
My last mount specification:
(rw,noatime,nodiratime,nobarrier,osyncisosync,logbsize=256k,logbufs=8,quota)
I tried all possible configuration (barrier, nobarrier, osyncisosync,
logbssize=XX,logbufs=2-8) nothing help me.
file1:/mnt/hosting/test# xfs_info /mnt/hosting/
meta-data=/dev/mapper/vghosting-hosting isize=256 agcount=32,
agsize=7626752 blks
= sectsz=512 attr=2
data = bsize=4096 blocks=244056064,
imaxpct=25
= sunit=0 swidth=0 blks, unwritten=1
naming =version 2 bsize=4096
log =internal bsize=4096 blocks=32768, version=2
= sectsz=512 sunit=0 blks
realtime =none extsz=65536 blocks=0, rtextents=0
I test it on 4 other xfs storages and results was similar.
Any ideas?
Thanks.
Dusan
next reply other threads:[~2008-02-15 19:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-15 19:16 DS [this message]
2008-02-16 0:36 ` rewrite very slow Eric Sandeen
2008-02-16 2:46 ` David Chinner
2008-02-16 5:43 ` DS
2008-02-16 5:41 ` DS
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=20080215191636.GC4859@bob.dscon.sk \
--to=xfs@bob.dscon.sk \
--cc=xfs@oss.sgi.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