动态监控windowserver 服务器端口使用情况

阅读 58

2023-06-10

netstat -ano >>d:\\tool\e.txt

 

详情参考:https://www.jianshu.com/p/9ee0166aa01c

微软:https://learn.microsoft.com/zh-cn/troubleshoot/windows-client/networking/tcp-ip-port-exhaustion-troubleshooting

 

  1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  2. “MaxUserPort”=dword:0000fffe

MaxUserPort

 

查看TCP连接数:

netstat -n | find /C /I "established"

 



相关推荐

精彩评论(0)

0 0 举报