<div>Hi Jeremy,</div><div>   Thank you very much for your  the suggestions to the VM  JS code.</div><div>   There was no improvement in nbd-client performance after I remove the logging JS code snippets. The speed keeps about 33KBytes/s to 36KBytes/s . </div><div> What configurations in the system  or nginx may affect the performance of nbd websocket In addition to web JS nbd server/client?</div><div> Would you like to give me some debugging instructions?</div><div>Best,</div><div>Xiuzhi   </div><div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From: </b> "jk";<jk@ozlabs.org>;</div><div><b>Send time:</b> Thursday, May 30, 2019 4:43 PM</div><div><b>To:</b> "xiuzhi"<1450335857@qq.com>; <wbr></div><div><b>Cc:</b> "openbmc"<openbmc@lists.ozlabs.org>; <wbr></div><div><b>Subject: </b> Re: About performance tuning of jsnbd openbmc</div></div><div><br></div>Hi Xiuzhi,<br><br>[CCing the openbmc list, as this is relevant]<br><br>> Hi Jeremy,<br>>    I am trying to  install Centos7.iso image by openbmc nbd-server.<br>> The performance is too slow to install the OS image . The speed is no<br>> more than 40KBytes/s. My network speed is 1000Mbps.<br>>   The speed is up to 512KBytes/s when the openbmc nbd-client connect<br>> to the  nbd-server of nbd3.19 which running on my ubuntu 16.04 PC.<br>>   What factors affect the transmission speed?<br>>  How can I improve the speed of nbdserver?<br>>   The attachments is patch to webui and phosphor-handler and<br>> nginx.conf(I user nginx as the webserver instead of the  bmcweb)<br><br><br>I see your client-side javascript includes this:<br><br>+                server.onlog = function(msg) {<br>+                    $scope.nbdslog += msg + "\n";<br>+                }<br><br>- I've found that the logging like that (appending to an increasingly-<br>large string) can cause fairly large slowdowns.<br><br>Could you try removing this and see if that improves the speed?<br><br>Cheers,<br><br><br>Jeremy<br><br></div>