<div dir="ltr">1. Depends a lot on your environment. If you are sure you are I/O bound, there isn't too much you can tweak.<div><br></div><div>2. How are you measuring this? It's normal for there to be very little "free" memory on Linux due to buffers and filesystem caches. Look at the -/+ buffers/cache line for your available memory. If you are actually running out of memory and hitting swap, this is likely why performance is so low.</div>
<div><br></div><div>3. Take a look at ngx_slowfs_cache, it sounds like it might fit the bill - <a href="http://labs.frickle.com/nginx_ngx_slowfs_cache">http://labs.frickle.com/nginx_ngx_slowfs_cache</a></div><div><br></div>
<div>Rich.<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 5, 2013 at 12:00 PM, mojiz <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
We are using nginx & SATA disks on several of our file servers.However after<br>
hitting 12MBytes/s of port speed (server nic is a 1gbps), the server gets<br>
down to it's knees. SSH becomes very slow/unresponsive and our users<br>
complain about slow speeds and dropped connections. Our users/downloaders<br>
have very slow speed (like 512kbits/s)  so there are lots of users<br>
downloading from each server. I thought the problem was from using SATA disk<br>
and the bottleneck was the HDD IO speed.So we ordered a new server with SAS<br>
hdds & RAID0, the performance has been great and our server is serving about<br>
20MBytes/s, (same provider)<br>
However I'm still not satisfied.<br>
1.Is there any configuration options I'm missing? I'm using the default<br>
config.<br>
2. Both servers rams are fully utilized and the memory is 100% filled, When<br>
I stop nginx the memory is still used up but why? (there is no other service<br>
running on the server)<br>
If this is the nginx cache, why it's not emptied when I exit/kill  nginx<br>
processes?<br>
3. My most important question is, Is it possible/wise that I use the SAS<br>
server as a rev-proxy/cache to serve the downloads from the SATA server? My<br>
idea is when a user connects to the SAS server to download a file, The SAS<br>
server requests the file from the SATA server(using the internal connection<br>
in datacenter), caches it on it's fast disk, then serves the file to my slow<br>
downloader. This way the SATA HDD doesn't have to seek to the file location<br>
each time and since there are lots of downloaders this happens a lot.<br>
<br>
Sorry for the long message and thank you for your time<br>
Mojiz<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,245244,245244#msg-245244" target="_blank">http://forum.nginx.org/read.php?2,245244,245244#msg-245244</a><br>
<br>
_______________________________________________<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>
</blockquote></div><br></div>