在网上找了个脚本可以查询到当前TCP的连接数目,非常有用哦!

strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration")
Wscript.Echo "TCP连接数: " & objNetworkSettings.SetTCPNumConnections

分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]