Re: ext4 dbench performance with CONFIG_PREEMPT_RT

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: tytso
Date: Thursday, April 8, 2010 - 2:10 pm

On Thu, Apr 08, 2010 at 01:41:57PM -0700, john stultz wrote:

You might want to ask djwong to play with it with his nice big
machine.  (We don't need a big file system, but we want as many CPU's
as possible, and to use his "mailserver" workload to really stress the
journal.  I'd recommend using barrier=0 for additional journal
lock-level stress testing, and then try some forced sysrq-b reboots
and then make sure that the filesystem is consistent after the journal
replay.)

I've since done basic two-CPU testing using xfstests under KVM, but
that's really not going to test any locking issues.


That's going to be much harder.  We're going to have to take
j_state_lock at some point inside start_this_handle.  We might be able
to decrease the amount of code which is run while the spinlock is
taken, but I very much doubt it's possible to eliminate that spinlock
entirely.

Do you have detailed lockstat information showing the hold-time and
wait-time of j_lock_stat (especially in start_this_handle)?

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ext4 dbench performance with CONFIG_PREEMPT_RT, john stultz, (Wed Apr 7, 4:21 pm)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, Theodore Tso, (Thu Apr 8, 3:18 am)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, john stultz, (Thu Apr 8, 1:41 pm)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, tytso, (Thu Apr 8, 2:10 pm)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, Mingming Cao, (Thu Apr 8, 3:37 pm)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, Andi Kleen, (Fri Apr 9, 8:49 am)
RE: ext4 dbench performance with CONFIG_PREEMPT_RT, Chen, Tim C, (Fri Apr 9, 4:48 pm)
RE: ext4 dbench performance with CONFIG_PREEMPT_RT, john stultz, (Fri Apr 9, 4:57 pm)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, Jan Kara, (Mon Apr 12, 12:46 pm)
RE: ext4 dbench performance with CONFIG_PREEMPT_RT, Chen, Tim C, (Mon Apr 12, 12:54 pm)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, john stultz, (Mon Apr 12, 8:52 pm)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, Darren Hart, (Tue Apr 13, 9:25 am)
Re: ext4 dbench performance with CONFIG_PREEMPT_RT, john stultz, (Tue Apr 13, 8:04 pm)