windows7如何檢測服務器有多少文件句柄?
linux下查看進程占用句柄數: ls -l /proc/進程ID/fd | wc -l
3、linux中查看指定進程socket連接數的指令
ls /proc/<進程pid>/fd -l | grep socket: | wc -l
4、win7查看占用句柄數:
任務管理器--進程---查看--選擇列,勾選句柄。
windows7如何檢測服務器有多少文件句柄?
linux下查看進程占用句柄數: ls -l /proc/進程ID/fd | wc -l
3、linux中查看指定進程socket連接數的指令
ls /proc/<進程pid>/fd -l | grep socket: | wc -l
4、win7查看占用句柄數:
任務管理器--進程---查看--選擇列,勾選句柄。