I have Centos Linux with RAM 64GB, 18TB RAID 10 HDDs, <br>CPU and load is practically 0, everything is in HDDs that hold the server back<br><br>Should I remove directio?<br>The server is mainly for streaming large video files or for direct download.<br>

<br>Any particular setting I shuld make to nginx in this case to lower util?<br><br>Thank you<br><br clear="all"><div>---------------------------------------------------------------<br>Cristian Rusu<br>Web Developement & Electronic Publishing<br>

<br>======<br>Crilance.com<br><a href="http://Crilance.blogspot.com">Crilance.blogspot.com</a><br></div>
<br><br><div class="gmail_quote">On Mon, Jan 28, 2013 at 7:46 PM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Monday 28 January 2013 10:53:52 Cristian Rusu wrote:<br>
> Hello<br>
><br>
> Right now nginx manages to put hdds in the server to high util rate.<br>
><br>
> I try to run Nginx 1.2.3 with aio support to deliver mp4 videos with the<br>
> streaming module.<br>
> I compiled the server with aio and it starts fine.<br>
> In config I set it like this<br>
</div>[...]<br>
>     directio 512;<br>
><br>
<br>
So, you effectively switched off the page cache for any response longer<br>
than 512 bytes.<br>
<div class="im"><br>
> I read that sendfile should be off, but it won't send video unless I turn<br>
> it on.<br>
<br>
</div>No, it should not for Linux.<br>
<div class="im"><br>
> In this case does aio work at all? How can I tell, before I wait a week and<br>
> see that maybe HDD util is not 100% all the time anymore :P<br>
><br>
<br>
</div>It seems, and you have almost all the data read directly from drive,<br>
which is resulted in 100% disk utilization.<br>
<br>
  wbr, Valentin V. Bartenev<br>
<br>
--<br>
<a href="http://nginx.com/support.html" target="_blank">http://nginx.com/support.html</a><br>
<a href="http://nginx.org/en/donation.html" target="_blank">http://nginx.org/en/donation.html</a><br>
<div class="im HOEnZb"><br>
><br>
> ---------------------------------------------------------------<br>
> Cristian Rusu<br>
> Web Developement & Electronic Publishing<br>
><br>
> ======<br>
> Crilance.com<br>
> <a href="http://Crilance.blogspot.com" target="_blank">Crilance.blogspot.com</a><br>
<br>
<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br>