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

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

https://www.cnblogs.com/dudu/p/5237777.html

 

查看TCP连接数:

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

 

posted @ 2023-05-19 10:48  天才卧龙  阅读(41)  评论(0编辑  收藏  举报