All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Nelson <mnelson@redhat.com>
To: "Chen, Xiaoxi" <xiaoxi.chen@intel.com>,
	Haomai Wang <haomaiwang@gmail.com>
Cc: ceph-devel <ceph-devel@vger.kernel.org>,
	"ceph-users@lists.ceph.com" <ceph-users@lists.ceph.com>
Subject: Re: [ceph-users] Initial performance cluster SimpleMessenger vs AsyncMessenger results
Date: Wed, 14 Oct 2015 11:54:37 -0500	[thread overview]
Message-ID: <561E88CD.8000809@redhat.com> (raw)
In-Reply-To: <6F3FA899187F0043BA1827A69DA2F7CC0363250E@shsmsx102.ccr.corp.intel.com>

Hi Xiaoxi,

I would ignore the tails on those tests.  I suspect it's just some fio 
processes finishing earlier than others and the associated aggregate 
performance dropping off.  These reads tests are so fast that my 
original guess at reasonable volume sizes for 300 second tests appear to 
be off.

Mark

On 10/14/2015 10:57 AM, Chen, Xiaoxi wrote:
> Hi Mark,
>       The Async result  in 128K drops quickly after some point, is that because of the testing methodology?
>
>       Other conclusion looks to me like simple messenger + Jemalloc is the best practice till now as it has the same performance as async but using much less memory?
>
> -Xiaoxi
>
>> -----Original Message-----
>> From: ceph-users [mailto:ceph-users-bounces@lists.ceph.com] On Behalf Of
>> Mark Nelson
>> Sent: Tuesday, October 13, 2015 9:03 PM
>> To: Haomai Wang
>> Cc: ceph-devel; ceph-users@lists.ceph.com
>> Subject: Re: [ceph-users] Initial performance cluster SimpleMessenger vs
>> AsyncMessenger results
>>
>> Hi Haomai,
>>
>> Great!  I haven't had a chance to dig in and look at it with valgrind yet, but if I
>> get a chance after I'm done with newstore fragment testing and somnath's
>> writepath work I'll try to go back and dig in if you haven't had a chance yet.
>>
>> Mark
>>
>> On 10/12/2015 09:56 PM, Haomai Wang wrote:
>>> resend
>>>
>>> On Tue, Oct 13, 2015 at 10:56 AM, Haomai Wang <haomaiwang@gmail.com>
>> wrote:
>>>> COOL
>>>>
>>>> Interesting that async messenger will consume more memory than
>>>> simple, in my mind I always think async should use less memory. I
>>>> will give a look at this
>>>>
>>>> On Tue, Oct 13, 2015 at 12:50 AM, Mark Nelson <mnelson@redhat.com>
>> wrote:
>>>>>
>>>>> Hi Guy,
>>>>>
>>>>> Given all of the recent data on how different memory allocator
>>>>> configurations improve SimpleMessenger performance (and the effect
>>>>> of memory allocators and transparent hugepages on RSS memory usage),
>>>>> I thought I'd run some tests looking how AsyncMessenger does in
>>>>> comparison.  We spoke about these a bit at the last performance
>> meeting but here's the full write up.
>>>>> The rough conclusion as of right now appears to be:
>>>>>
>>>>> 1) AsyncMessenger performance is not dependent on the memory
>>>>> allocator like with SimpleMessenger.
>>>>>
>>>>> 2) AsyncMessenger is faster than SimpleMessenger with TCMalloc +
>>>>> 32MB (ie
>>>>> default) thread cache.
>>>>>
>>>>> 3) AsyncMessenger is consistently faster than SimpleMessenger for
>>>>> 128K random reads.
>>>>>
>>>>> 4) AsyncMessenger is sometimes slower than SimpleMessenger when
>>>>> memory allocator optimizations are used.
>>>>>
>>>>> 5) AsyncMessenger currently uses far more RSS memory than
>> SimpleMessenger.
>>>>>
>>>>> Here's a link to the paper:
>>>>>
>>>>> https://drive.google.com/file/d/0B2gTBZrkrnpZS1Q4VktjZkhrNHc/view
>>>>>
>>>>> Mark
>>>>> _______________________________________________
>>>>> ceph-users mailing list
>>>>> ceph-users@lists.ceph.com
>>>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Best Regards,
>>>>
>>>> Wheat
>>>
>>>
>>>
>> _______________________________________________
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

  reply	other threads:[~2015-10-14 16:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12 16:50 Initial performance cluster SimpleMessenger vs AsyncMessenger results Mark Nelson
     [not found] ` <561BE4E3.7050404-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-10-13  2:56   ` Haomai Wang
2015-10-13  2:56     ` [ceph-users] " Haomai Wang
     [not found]       ` <CACJqLyY+11d9ENxnMeNSTnJ-u-CAKbEED79GAjgJU7=nAAZ=9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-13 12:58         ` Sage Weil
2015-10-13 13:03       ` [ceph-users] " Mark Nelson
     [not found]         ` <561D0113.108-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-10-14 15:57           ` Chen, Xiaoxi
2015-10-14 16:54             ` Mark Nelson [this message]
     [not found]     ` <CACJqLyaF-rtPVe2cX=y19cxcupfWPVXeZSpgpofXxR1qktwo2g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-13  4:18       ` Somnath Roy
2015-10-13  6:34         ` [ceph-users] " Haomai Wang
2015-10-13  6:45           ` Somnath Roy
2015-10-13  6:48             ` Haomai Wang
2015-10-13  7:20             ` Dałek, Piotr
2015-10-13  4:12   ` Gregory Farnum
2015-10-13 15:52     ` Mark Nelson

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=561E88CD.8000809@redhat.com \
    --to=mnelson@redhat.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=ceph-users@lists.ceph.com \
    --cc=haomaiwang@gmail.com \
    --cc=xiaoxi.chen@intel.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.