From: Craig Shelley <craig@microtron.org.uk>
To: Hans Reiser <reiser@namesys.com>
Cc: reiserfs-list@namesys.com
Subject: Re: More Slowdown
Date: Wed, 16 Nov 2005 09:33:04 +0000 [thread overview]
Message-ID: <1132133584.7652.21.camel@teratron.lan.etheus.net> (raw)
In-Reply-To: <437AF653.9040001@namesys.com>
[-- Attachment #1: Type: text/plain, Size: 4113 bytes --]
On Wed, 2005-11-16 at 01:05 -0800, Hans Reiser wrote:
> Craig Shelley wrote:
>
> >On Tue, 2005-11-15 at 19:04 +0100, Laurent Riffard wrote:
> >
> >
> >>Please, could you do it again with the -T option for strace? It will
> >>show the time spent in system calls.
> >>
> >>
> >>
> >craig@teratron.lan.etheus.net:~$ strace -T -p 8002 2>&1 | grep fsync
> >fsync(26) = 0 <0.566159>
> >fsync(26) = 0 <0.159852>
> >fsync(26) = 0 <0.179659>
> >fsync(26) = 0 <0.153406>
> >fsync(26) = 0 <0.136685>
> >fsync(26) = 0 <0.171057>
> >fsync(26) = 0 <0.165733>
> >fsync(26) = 0 <0.178846>
> >fsync(26) = 0 <0.186595>
> >fsync(26) = 0 <0.184368>
> >fsync(26) = 0 <0.177273>
> >fsync(26) = 0 <0.178634>
> >fsync(26) = 0 <0.181036>
> >fsync(26) = 0 <0.178750>
> >fsync(26) = 0 <0.324480>
> >fsync(26) = 0 <0.177226>
> >fsync(26) = 0 <0.184625>
> >fsync(26) = 0 <0.186224>
> >fsync(26) = 0 <0.177282>
> >fsync(26) = 0 <0.177146>
> >fsync(26) = 0 <0.176000>
> >fsync(26) = 0 <0.192434>
> >fsync(26) = 0 <0.177482>
> >fsync(26) = 0 <0.183357>
> >fsync(26) = 0 <0.176528>
> >fsync(26) = 0 <0.184334>
> >fsync(26) = 0 <0.176622>
> >fsync(26) = 0 <0.177977>
> >fsync(26) = 0 <0.178636>
> >fsync(26) = 0 <0.259863>
> >fsync(26) = 0 <0.172789>
> >fsync(26) = 0 <0.171739>
> >fsync(26) = 0 <0.179641>
> >fsync(26) = 0 <0.178157>
> >fsync(26) = 0 <0.180272>
> >fsync(26) = 0 <0.170426>
> >fsync(26) = 0 <0.187630>
> >fsync(26) = 0 <0.171589>
> >fsync(26) = 0 <0.178135>
> >
> >
> >I seem to be finding that the performance of the system degrades with
> >time and file system usage.
> >Openoffice really starts to run slow after a while. Just as an
> >experiment, I did
> >ls -R /usr
> >The directory listing appeared very quickly with hardly any hard disk
> >access. Then shortly later when switching back to Openoffice, the
> >process froze for about 3 minutes with continuous hard disk access.
> >
> >One thing which may be relevant is that my kernel is patched with
> >Suspend2 and FBsplash, although I can't remember having any problems
> >like this before.
> >
> >Many Thanks,
> >
> >
> >
> could you define what the numbers mean (what units, what is measured)?
I believe the value inside < > is the time spent in the system call in
seconds. In the above list, evolution seemed to be calling fsync() as
fast as it could. Although the fd remains at 26 in this case, it closes
and re-opens the file between calls to fsync().
I seem to notice that the length of time spent in the fsync() calls
depends to some degree on how much hard disk activity there has been
since the last call. The strange thing is this seems to apply to reading
also, so performing an ls -R /, and stopping it after a few seconds.
Shortly later, some process will block for tens of seconds when it next
calls fsync().
--
Craig Shelley
EMail: craig@microtron.org.uk
Jabber: shell@jabber.earth.li
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-11-16 9:33 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-11 13:59 Slowdown is gone & apt-get works with updated reiser4. So nevermind John Gilmore
2005-11-11 21:22 ` Hans Reiser
2005-11-11 22:06 ` Jonathan Briggs
2005-11-12 3:07 ` michael chang
2005-11-12 6:38 ` Hans Reiser
2005-11-12 9:06 ` John Gilmore
2005-11-12 20:57 ` Artur Makówka
2005-11-12 21:28 ` Hans Reiser
2005-11-13 0:55 ` Artur Makówka
2005-11-13 12:18 ` Laurent Riffard
2005-11-13 12:25 ` Laurent Riffard
2005-11-13 12:29 ` Artur Makówka
2005-11-13 13:12 ` Thomas Kuther
2005-11-13 14:05 ` Artur Makówka
2005-11-14 17:48 ` Pat Double
2005-11-14 20:22 ` Artur Makówka
2005-11-13 14:05 ` Ingo Bormuth
2005-11-14 19:41 ` More Slowdown Craig Shelley
2005-11-14 19:53 ` jp
2005-11-14 20:47 ` Christian Iversen
2005-11-15 14:27 ` Craig Shelley
2005-11-15 18:04 ` Laurent Riffard
2005-11-15 18:42 ` Craig Shelley
[not found] ` <437AF653.9040001@namesys.com>
2005-11-16 9:33 ` Craig Shelley [this message]
2005-11-17 3:08 ` michael chang
2005-11-17 4:49 ` Hans Reiser
2005-11-17 12:02 ` Artur Makówka
2005-11-17 12:40 ` Vladimir V. Saveliev
2005-11-17 10:34 ` John Gilmore
2005-11-17 21:12 ` Hans Reiser
2005-11-18 20:45 ` Hans Reiser
2005-11-17 8:56 ` Ingo Bormuth
2005-11-17 9:36 ` PFC
2005-11-17 21:08 ` Hans Reiser
2005-11-19 4:44 ` michael chang
2005-11-12 0:56 ` Versioning Plugin Peter van Hardenberg
2005-11-12 2:24 ` Hans Reiser
2005-11-12 14:06 ` Ming Zhang
2005-11-12 21:46 ` David Masover
2005-11-12 22:05 ` Ming Zhang
2005-11-13 2:56 ` David Masover
2005-11-13 3:05 ` Ming Zhang
2005-11-13 4:23 ` Hans Reiser
2005-11-13 3:28 ` Hans Reiser
2005-11-12 22:54 ` Hans Reiser
2005-11-13 0:57 ` Ming Zhang
2005-11-13 1:55 ` michael chang
2005-11-13 1:56 ` michael chang
2005-11-13 2:13 ` Ming Zhang
2005-11-13 3:03 ` Hans Reiser
2005-11-13 2:13 ` Ming Zhang
2005-11-13 2:27 ` Hans Reiser
2005-11-13 2:32 ` Ming Zhang
2005-11-13 2:53 ` michael chang
2005-11-13 2:56 ` Ming Zhang
2005-11-12 22:57 ` Lares Moreau
2005-11-12 23:35 ` Hans Reiser
-- strict thread matches above, loose matches on Subject: below --
2005-11-15 22:22 More Slowdown Thorsten Hirsch
2005-11-15 22:55 ` Artur Makówka
2005-11-15 23:09 ` Andreas Rosander
2005-11-15 23:13 ` Avuton Olrich
2005-11-15 23:23 ` Artur Makówka
2005-11-15 23:44 ` Craig Shelley
2005-11-16 0:45 ` David Masover
2005-11-16 1:40 ` Francesco Biscani
2005-11-16 12:18 ` Nikita Danilov
2005-11-16 13:28 ` John Gilmore
2005-11-16 17:28 ` David Masover
2005-11-17 0:46 ` evilninja
2005-11-16 18:18 ` Artur Makówka
2005-11-17 13:47 Hesse, Christian
2005-11-22 10:23 ` Marcel Hilzinger
2005-11-22 10:38 ` Sander
2005-11-22 10:44 ` Marcel Hilzinger
2005-11-22 14:29 ` David Masover
2005-11-22 15:01 ` Marcel Hilzinger
2005-11-22 19:15 ` David Masover
2005-11-22 23:17 ` Hans Reiser
2005-11-22 15:08 ` Sander
2005-11-22 11:34 ` Ingo Bormuth
2005-11-22 12:29 ` Artur Makówka
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=1132133584.7652.21.camel@teratron.lan.etheus.net \
--to=craig@microtron.org.uk \
--cc=reiser@namesys.com \
--cc=reiserfs-list@namesys.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.