[Ocfs2-users] Diagnosing poor write performance

Eric Ren zren at suse.com
Fri Apr 1 17:43:44 PDT 2016


Hi,

>> 
>> Yes, so use ocfs2 on top cLVM is good idea if you want it to get resilience. I'm not sure if tune.ocfs2 can change block size suchlike offline. FWIW, fragmentation is always evil;-)
> 
> The files are the code and images, etc. that make up the customer's website. I ran something to show me the distributions of file sizes and only around 10% are under 4KB in size, so I wouldn't think that 4K block/cluster ought to be an issue. Perhaps it just down to the size. We're going to see if re-creating the filesystem with a 1K block (cluster cannot be smaller than 4K) and making it larger makes the issue go away.
> 
> For interest's sake, this is the size distribution on the volume. The first column is the size in bytes and the second column is the count of files that fall in the size range, so there are 545 files of 0 bytes, there are 265 files between 16 bytes and 32 bytes, etc.
> 
>          0 545
>          1  12
>          2   1
>          8   9
>         16  51
>         32 265
>         64 593
>        128 899
>        256 6902
>        512 1247
>       1024 10290
>       2048 21719
>       4096 46908
>       8192 53438
>      16384 42749
>      32768 68509
>      65536 62462
>     131072 32245
>     262144 13349
>     524288 5458
>    1048576 2193
>    2097152 245
>    4194304  66
>    8388608  15
>   67108864   3
>  268435456   1
>  536870912   1

Yes, you're right. Thanks for correcting me. The big idea is that the bigger the allocation unit is, the more space will be wasted; the smaller cluster size is, then the easier disk will be fragmented. So, 4kb block size is fine due to we have inline data fearture; you should try bigger cluster size if disk size is not a big concern.

BYW, could you share the way you get the statistic data? it's cool!

Eric

> 
> Graeme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20160402/af5da36d/attachment.html 


More information about the Ocfs2-users mailing list