LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Weird XFS slowness
@ 2007-01-21 0:29 S.Çağlar Onur
2007-01-21 21:33 ` Jan Engelhardt
0 siblings, 1 reply; 2+ messages in thread
From: S.Çağlar Onur @ 2007-01-21 0:29 UTC (permalink / raw)
To: lkml
[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]
Hi;
After switching ext3 to xfs, i realize system starts to _really_ unresponsive
and extracting tarballs, copying or deleting files or checking out svn
repositories are really slow, so i basically try to measure some for both xfs
and ext3 with same computer, same kernel (2.6.18.6), same disk, here are the
results
* between all tests i dropped caches
* i already tried to change block device's scheduler to as, noop and cfq,
nothing really changes
* i already tried 2.6.20-rc5 and 2.6.20-rc5.1.rt8.0085 which Ingo provides but
again nothing really changes
Kernel Tarball
--------------
a) XFS
ekin@idaho ~ $ time tar xvf linux-2.6.19.tar.bz2
...
real 2m16.865s
user 0m21.113s
sys 0m2.426s
b) EXT3
ekin@idaho ~ $ time tar xvf linux-2.6.19.tar.bz2
...
real 0m34.192s
user 0m20.624s
sys 0m1.771s
Deletion
--------
a) XFS
ekin@idaho ~ $ time rm -rf linux-2.6.19/
real 0m50.902s
user 0m0.064s
sys 0m1.378s
b) EXT3
ekin@idaho ~ $ time rm -rf linux-2.6.19/
real 0m1.162s
user 0m0.031s
sys 0m0.411s
Copying
-------
a) XFS
ekin@idaho test $ time cp -r ../linux-2.6.19 .
...
real 1m42.833s
user 0m0.124s
sys 0m2.621s
b) EXT3
ekin@idaho test $ time cp -r ../linux-2.6.19 .
...
real 0m38.456s
user 0m0.166s
sys 0m2.744s
I'm not sure these are normal numbers or its a regression (i'm just starting
to use XFS) so any hints will be appreciated.
Cheers
--
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Weird XFS slowness
2007-01-21 0:29 Weird XFS slowness S.Çağlar Onur
@ 2007-01-21 21:33 ` Jan Engelhardt
0 siblings, 0 replies; 2+ messages in thread
From: Jan Engelhardt @ 2007-01-21 21:33 UTC (permalink / raw)
To: S.Çağlar Onur; +Cc: lkml
[-- Attachment #1: Type: TEXT/PLAIN, Size: 221 bytes --]
On Jan 21 2007 02:29, S.Çağlar Onur wrote:
>After switching ext3 to xfs, i realize system starts to _really_
>unresponsive and extracting tarballs,
Please have a look at http://lkml.org/lkml/2006/5/22/278
-`J'
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-21 21:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-21 0:29 Weird XFS slowness S.Çağlar Onur
2007-01-21 21:33 ` Jan Engelhardt
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).