排查fd 泄露

//排查fd 泄露步骤 1)查询进程使用的fd个数 [root@localhost channel89]# lsof -c delay_live_2 | wc -l 1035shell or进程 lsof -p pid |wc -lit 1035 2)查询系统最大支持的fd个数 [root@localhost channel89]# cat  /proc/sys/fs/file-max 18852
相关文章
相关标签/搜索