All of lore.kernel.org
 help / color / mirror / Atom feed
* Interesting results
@ 2012-06-28 22:37 Jim Schutt
  2012-06-28 22:53 ` Mark Nelson
  2012-07-01 19:57 ` Stefan Priebe
  0 siblings, 2 replies; 7+ messages in thread
From: Jim Schutt @ 2012-06-28 22:37 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

Hi,

Lots of trouble reports go by on the list - I thought
it would be useful to report a success.

Using a patch (https://lkml.org/lkml/2012/6/28/446)
on top of 2.5-rc4 for my OSD servers, the same kernel
for my Linux clients, and a recent master branch
tip (git://github.com/ceph/ceph commit 4142ac44b3f),
I was able to sustain streaming writes from 166 linux
clients for 2 hours:

On 166 clients:
   dd conv=fdatasync if=/dev/zero of=/mnt/ceph/stripe-4M/1/zero0.`hostname -s` bs=4k count=65536k

Elapsed time:   7274.55 seconds
Total data:     45629732.553 MB (43515904 MiB)
Aggregate rate: 6272.516 MB/s

That kernel patch was critical; without it this test
runs into trouble after a few minutes because the
kernel runs into trouble looking for pages to merge
during page compaction.  Also critical were the ceph
tunings I mentioned here:
   http://www.spinics.net/lists/ceph-devel/msg07128.html

-- Jim


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-07-02 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 22:37 Interesting results Jim Schutt
2012-06-28 22:53 ` Mark Nelson
2012-06-29 14:54   ` Jim Schutt
2012-07-01 19:57 ` Stefan Priebe
2012-07-02 14:04   ` Jim Schutt
2012-07-02 14:07     ` Stefan Priebe - Profihost AG
2012-07-02 14:38       ` Jim Schutt

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.