如何监控和限制一个进程建立的tcp连接数?写个程序监控本机另一个进程(比如thunder.exe)的TCP连接数?[解决办法]tasklist|find "thunder.exe" -》得到迅雷进程的PID等netstat -ano | find "4040" -》有几行,就得到多少个网络连接