ポートをリッスンしているプロセスを探す

 PS> Get-NetTCPConnection -LocalPort 3000 | select OwningProcess
 
 OwningProcess
 -------------
         12345

疎通確認だけ

 PS> Test-NetConnection localhost -Port 3000
 WARNING: TCP connect to (::1 : 3000) failed
 
 ComputerName     : localhost
 RemoteAddress    : 127.0.0.1
 RemotePort       : 3000
 InterfaceAlias   : Loopback Pseudo-Interface 1
 SourceAddress    : 127.0.0.1
 TcpTestSucceeded : True
  • TcpTestSucceeded : True → LISTENしてる

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2022-05-09 (月) 10:58:05