Answers for "how to find out the pid listening on a port in windows"

0

get pid running on port

netstat -nlp|grep 9000
Posted by: Guest on June-05-2021
0

windows get pid by port

Image Name                     PID Session Name        Session#    Mem Usage
========================= ======== ================ =========== ============
java.exe                      5312 Services                   0    130,768 K
Posted by: Guest on August-22-2021

Code answers related to "how to find out the pid listening on a port in windows"

Browse Popular Code Answers by Language