YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* ポートをリッスンしているプロセスを探す [#m2026509]
PS> Get-NetTCPConnection -LocalPort 3000 | select Owning...
OwningProcess
-------------
12345
** 疎通確認だけ [#sb6f27db]
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してる
終了行:
* ポートをリッスンしているプロセスを探す [#m2026509]
PS> Get-NetTCPConnection -LocalPort 3000 | select Owning...
OwningProcess
-------------
12345
** 疎通確認だけ [#sb6f27db]
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してる
ページ名: