Просто теперь расширили функционал sockstat, который показывает соединения, которые не принадлежат никаким файловым декстрипторам. Раньше именно это и отличало sockstat от netstat (он их показывал).
Вот выдержка из оригинального сообщения: The change between 8.2 and 8.3 is that sockstat now also shows sockets that are not associated with a file descriptor. Formerly, these were not shown, causing a discrepancy between sockstat and netstat -a because netstat has always shown them. In your case, the sockets on port 2049 are associated with the kernel NFS client and server. The other TCP sockets are likely in TIME_WAIT or a similar state. Posted at Nginx Forum: http://forum.nginx.org/read.php?21,238337,238373#msg-238373 _______________________________________________ nginx-ru mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-ru
