linux – 如何确定打开套接字的数量? VM资源问题

前端之家收集整理的这篇文章主要介绍了linux – 如何确定打开套接字的数量? VM资源问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一台MediaTemple DV服务器.我已经看到很多针对“numothersock”的QOS警报,其定义为:

The number of sockets other than TCP ones. Local (UNIX-domain) sockets
are used for communications inside the system. UDP sockets are used,
for example,for Domain Name Service (DNS) queries. UDP and other
sockets may also be used in some very specialized applications (SNMP
agents and others).

如何确定创建这些套接字的应用程序/守护程序/等?限制是300,我们最近每天都会打几次.

提前致谢.

解决方法

netstat -nap
p shows the process id
原文链接:/linux/399276.html

猜你在找的Linux相关文章