<div dir="ltr"><div>Top posting as my observations are general and doesn&#39;t speak anything specific to the problem at hand, and what are our ideas to improve it.</div><div><br></div><div>Thanks Dmitry for a good thread :-)</div><div><br></div><div>I will try to break this into a long answer, but will give short answer for question.</div><div><br></div><div>Does a single thread user app take a huge benefit from larger RAM/CPU ? - <b>NO. </b></div><div>So, how is distributed storage performance measured? - By running as many threads (and different client mounts) as possible to saturate the n/w on servers.</div><div><br></div><div>Let&#39;s get to longer look into performance:</div><div><br></div><div>First of all, when we talk performance of the local storage Vs network storage Vs distributed storage multiple things needs to be considered:</div><div><br></div><div>Local Storage (lets say NVMe/SSD):  User App -&gt; Kernel (ie, a syscall) -&gt; Access harddrive. (This is one way, the call returns in the same path).</div><div>Network storage (Say NFS): User App -&gt; kernel (nfs client through syscall) -&gt; network call -&gt; Server process (nfsd) -&gt; kernel (syscall on the storage machine) -&gt; Access harddrive (Reverse path also needs to be traversed to complete the call).</div><div>Distributed Storage (Say GlusterFS): User App -&gt; Kernel (syscall to fuse) -&gt; glusterfs client (callback from fuse) -&gt; network call -&gt; glusterfsd -&gt; kernel (syscall) -&gt; access to harddrive (reverse path for completing the call).</div><div><br></div><div>Historically, Disk and Network were the slowest part here, so the &#39;kernel&#39; part was almost non-existent as a bottleneck. Gluster did well with aggregation, and a linear performance improvement as long as this was true. Ie, your network and disk were a significant % bottleneck of your storage stack. The linear scale-out is true even today with NVMe and faster networks, but the % difference from that of individual local storage performance to glusterfs performance has increased mainly because of the more layers it traverses now. What we are observing now with 100Gbps network and NVMe drives is, most of the bottlenecks seen in network layer and disk are going away, and the bottleneck is visible in the way we do certain operations inside of glusterfs performance. Of late, we are noticing the bottlenecks are in number of system calls we do as part of a single call user does. For example, if you enable all the features of gluster, a single open call would translate into 10s of calls on the disk (stat()/getxattr(){s}/open().  This results in some delay. Also with a process which utilizes many CPU cores, there is a penalty when synchronization happens (and being distributed, multi threaded, multi client architecture, glusterfs uses multiple locks).</div><div><br></div><div>We are working towards a unified caching translator, which would reduce access to disk, which means we reduce many systemcalls made to disk. Also we are aware network layer is a bottleneck (with XDR formating and the way we process RPC packages). But taking up network layer optimizations (and also use RDMA effectively) is a larger task.  We are looking for volunteers to pick up this network enhancement task which would benefit a lot.</div><div><br></div><div>Now, coming back to the subject, more the CPUs, same test is showing lesser performance gain because your locks would be taking more % bottleneck than in your Laptop.  Can you try running the same test with restricting the number of Cores the glusterfsd uses to 4 and retry the test?</div><div><br></div><div>Regards,</div><div>Amar  </div><div><br></div><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 27, 2020 at 11:23 AM Dmitry Antipov &lt;<a href="mailto:dmantipov@yandex.ru">dmantipov@yandex.ru</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 11/26/20 8:14 PM, Gionatan Danti wrote:<br>
<br>
&gt; So I think you simply are CPU limited. I remember doing some tests with loopback RAM disks and finding that Gluster used 100% CPU (ie: full load on an entire core) when doing 4K random writes. Side <br>
&gt; note: using synchronized (ie: fsync) 4k writes, I only get ~600 IOPs even when running both bricks on the same machine and backing them with RAM disks (in other words, with no network or disk <br>
&gt; bottleneck).<br>
<br>
Thanks, it seems you&#39;re right. Running local replica 3 volume on 3x1Gb ramdisks, I&#39;m seeing:<br>
<br>
top - 08:44:35 up 1 day, 11:51,  1 user,  load average: 2.34, 1.94, 1.00<br>
Tasks: 237 total,   2 running, 235 sleeping,   0 stopped,   0 zombie<br>
%Cpu(s): 38.7 us, 29.4 sy,  0.0 ni, 23.6 id,  0.0 wa,  0.4 hi,  7.9 si,  0.0 st<br>
MiB Mem :  15889.8 total,   1085.7 free,   1986.3 used,  12817.8 buff/cache<br>
MiB Swap:      0.0 total,      0.0 free,      0.0 used.  12307.3 avail Mem<br>
<br>
   PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND<br>
63651 root      20   0  664124  41676   9600 R 166.7   0.3   0:24.20 fio<br>
63282 root      20   0 1235336  21484   8768 S 120.4   0.1   2:43.73 glusterfsd<br>
63298 root      20   0 1235368  20512   8856 S 120.0   0.1   2:42.43 glusterfsd<br>
63314 root      20   0 1236392  21396   8684 S 119.8   0.1   2:41.94 glusterfsd<br>
<br>
So, 32-core server-class system with a lot of RAM can&#39;t perform much faster for an<br>
individual I/O client - it just scales better if there are a lot of clients, right?<br>
<br>
Dmitry<br>
________<br>
<br>
<br>
<br>
Community Meeting Calendar:<br>
<br>
Schedule -<br>
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC<br>
Bridge: <a href="https://meet.google.com/cpu-eiue-hvk" rel="noreferrer" target="_blank">https://meet.google.com/cpu-eiue-hvk</a><br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
<a href="https://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">https://lists.gluster.org/mailman/listinfo/gluster-users</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">--<div><a href="https://kadalu.io" target="_blank">https://kadalu.io</a></div><div>Container Storage made easy!</div><div><br></div></div></div></div>