Re: [ceph-users] Extra RAM use as Read Cache

2015-09-08 Thread Nick Fisk
Hi Vickey,

What are you using for the clients to access the Ceph Cluster ie Kernel mounted 
RBD, KVM VM's, CephFS? And as Somnath Roy touched on, what sort of IO pattern 
are you generating? Also if you can specify the type hardware and configuration 
you are running, that will also help.

You said you can get 2.5GBps on Lustre so I'm assuming this is sequential 
reads? Please see the recent thread in the Ceph Dev list regarding readahead 
being broken in recent kernels. 

Nick

> -Original Message-
> From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of
> Somnath Roy
> Sent: 07 September 2015 23:34
> To: Vickey Singh <vickey.singh22...@gmail.com>; ceph-
> us...@lists.ceph.com
> Subject: Re: [ceph-users] Extra RAM use as Read Cache
> 
> Vickey,
> OSDs are on top of filesystem and those unused memory will be
> automatically part of paged cache by filesystem.
> But, the read performance improvement depends on the pattern application
> is reading data and the size of working set.
> Sequential pattern will benefit most (you may need to tweak
> read_ahead_kb to bigger values). For random workload also you will get
> benefit if the working set is not too big. For example, a LUN of say 1 TB and
> aggregated OSD page cache of say of 200GB will benefit more than a LUN of
> say 100TB with the similar amount of page cache (considering a true random
> pattern).
> 
> Thanks & Regards
> Somnath
> 
> From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of
> Vickey Singh
> Sent: Monday, September 07, 2015 2:19 PM
> To: ceph-users@lists.ceph.com
> Subject: [ceph-users] Extra RAM use as Read Cache
> 
> Hello Experts ,
> 
> I want to increase my Ceph cluster's read performance.
> 
> I have several OSD nodes having 196G RAM. On my OSD nodes Ceph just
> uses 15-20 GB of RAM.
> 
> So, can i instruct Ceph to make use of the remaining 150GB+ RAM as read
> cache. So that it should cache data in RAM and server to clients very fast.
> 
> I hope if this can be done, i can get a good read performance boost.
> 
> 
> By the way we have a LUSTRE cluster , that uses extra RAM as read cache and
> we can get upto 2.5GBps read performance.  I am looking someone to do
> with Ceph.
> 
> - Vickey -
> 
> 
> 
> 
> 
> 
> 
> PLEASE NOTE: The information contained in this electronic mail message is
> intended only for the use of the designated recipient(s) named above. If the
> reader of this message is not the intended recipient, you are hereby notified
> that you have received this message in error and that any review,
> dissemination, distribution, or copying of this message is strictly 
> prohibited. If
> you have received this communication in error, please notify the sender by
> telephone or e-mail (as shown above) immediately and destroy any and all
> copies of this message in your possession (whether hard copies or
> electronically stored copies).




___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Extra RAM use as Read Cache

2015-09-07 Thread Shinobu Kinjo
I have a bunch of question about performance of Lustre,
which should be discussed in lustre-discuss list.

 How many OSTs are you using now?
 How did you configure LNET?
 How are you using extra RAM as read cache?

Shinobu

- Original Message -
From: "Vickey Singh" 
To: ceph-users@lists.ceph.com
Sent: Tuesday, September 8, 2015 6:19:24 AM
Subject: [ceph-users] Extra RAM use as Read Cache

Hello Experts , 

I want to increase my Ceph cluster's read performance. 

I have several OSD nodes having 196G RAM. On my OSD nodes Ceph just uses 15-20 
GB of RAM. 

So, can i instruct Ceph to make use of the remaining 150GB+ RAM as read cache. 
So that it should cache data in RAM and server to clients very fast. 

I hope if this can be done, i can get a good read performance boost. 


By the way we have a LUSTRE cluster , that uses extra RAM as read cache and we 
can get upto 2.5GBps read performance. I am looking someone to do with Ceph. 

- Vickey - 





___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Extra RAM use as Read Cache

2015-09-07 Thread Somnath Roy
Vickey,
OSDs are on top of filesystem and those unused memory will be automatically 
part of paged cache by filesystem.
But, the read performance improvement depends on the pattern application is 
reading data and the size of working set.
Sequential pattern will benefit most (you may need to tweak read_ahead_kb to 
bigger values). For random workload also you will get benefit if the working 
set is not too big. For example, a LUN of say 1 TB and aggregated OSD page 
cache of say of 200GB will benefit more than a LUN of say 100TB with the 
similar amount of page cache (considering a true random pattern).

Thanks & Regards
Somnath

From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Vickey 
Singh
Sent: Monday, September 07, 2015 2:19 PM
To: ceph-users@lists.ceph.com
Subject: [ceph-users] Extra RAM use as Read Cache

Hello Experts ,

I want to increase my Ceph cluster's read performance.

I have several OSD nodes having 196G RAM. On my OSD nodes Ceph just uses 15-20 
GB of RAM.

So, can i instruct Ceph to make use of the remaining 150GB+ RAM as read cache. 
So that it should cache data in RAM and server to clients very fast.

I hope if this can be done, i can get a good read performance boost.


By the way we have a LUSTRE cluster , that uses extra RAM as read cache and we 
can get upto 2.5GBps read performance.  I am looking someone to do with Ceph.

- Vickey -







PLEASE NOTE: The information contained in this electronic mail message is 
intended only for the use of the designated recipient(s) named above. If the 
reader of this message is not the intended recipient, you are hereby notified 
that you have received this message in error and that any review, 
dissemination, distribution, or copying of this message is strictly prohibited. 
If you have received this communication in error, please notify the sender by 
telephone or e-mail (as shown above) immediately and destroy any and all copies 
of this message in your possession (whether hard copies or electronically 
stored copies).

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Extra RAM use as Read Cache

2015-09-07 Thread ceph
IO cache may be handled be the kernel, not userspace
Are you sure it is not already in use ? Do not look for userspace memory

On 07/09/2015 23:19, Vickey Singh wrote:
> Hello Experts ,
> 
> I want to increase my Ceph cluster's read performance.
> 
> I have several OSD nodes having 196G RAM. On my OSD nodes Ceph just uses
> 15-20 GB of RAM.
> 
> So, can i instruct Ceph to make use of the remaining 150GB+ RAM as read
> cache. So that it should cache data in RAM and server to clients very fast.
> 
> I hope if this can be done, i can get a good read performance boost.
> 
> 
> By the way we have a LUSTRE cluster , that uses extra RAM as read cache and
> we can get upto 2.5GBps read performance.  I am looking someone to do with
> Ceph.
> 
> - Vickey -
> 
> 
> 
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> 

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com