16 ноября 2010 г. 18:46 пользователь greenh <greenh@xxxxxxxxx> написал:
После увеличения нагрузки (несколько проектов, часть из них - обмен
инфой с программой клиентом) сервер начал затыкаться
Это выглядит в браузере как
"Во время загрузки страницы соединение с сервером было сброшено."
При этом перестает отвечать фтп, ssh
такое ощущение, что ему не хватает то ли буферов, то ли еще чего. хотя
вроде всего достаточно
Подскажите плз, куда смотреть?
#netstat -m
6190/15575/21765 mbufs in use (current/cache/total)
3539/12281/15820/262144 mbuf clusters in use (current/cache/total/max)
3539/12205 mbuf+clusters out of packet secondary zone in use (current/cache)
387/474/861/12800 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/6400 9k jumbo clusters in use (current/cache/total/max)
0/0/0/3200 16k jumbo clusters in use (current/cache/total/max)
10173K/30351K/40525K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
0/0/0 sfbufs in use (current/peak/max)
0 requests for sfbufs denied
0 requests for sfbufs delayed
74700 requests for I/O initiated by sendfile
0 calls to protocol drain routines
nginx/0.8.53
user www www;
worker_processes 100;
worker_rlimit_nofile 32768;
pid /var/run/nginx.pid;
events {
worker_connections 32768;
use kqueue;
}