About 51 results
Open links in new tab
  1. How do I interpret 'netstat -a' output - Stack Overflow

    How do I interpret 'netstat -a' output Asked 17 years, 8 months ago Modified 2 years, 11 months ago Viewed 84k times

  2. windows 7 - netstat with process name? - Super User

    Here is an example for windows using FOR to parse netstat output then DO tasklist with /fi filter on pid to show process name. The last find is to remove tasklist headers.

  3. Como usar o comando netstat? - Stack Overflow em Português

    Nov 14, 2017 · Podes usar este comando: netstat -nabo Você também pode filtrar por algum texto adicionando | find "texto". Exemplo: netstat -nabo | find "8080" Ou dependendo do prompt de …

  4. What is ::: in the Local Address of netstat output? - Super User

    The command line parameters shown, and the example output shown, might have come from Linux, and different operating systems might display things slightly different. However, about the topic of :: and …

  5. How do I find out which process is listening on a TCP or UDP port on ...

    PowerShell TCP Get-Process -Id (Get-NetTCPConnection -LocalPort YourPortNumberHere).OwningProcess This shows several columns of information about the …

  6. windows - How can I see all active connections? - Super User

    0 I am not a computer scientist but I find that netstat is a bit slow and many connections pass through unrecorded, wireshark is fast but has too many packets to filter through and windows resource …

  7. Command line for looking at specific port - Stack Overflow

    Aug 17, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific port …

  8. What are CLOSE_WAIT and TIME_WAIT states? - Super User

    When I do netstat -a on my Windows machine, I get a listing of the ports with one of the four states: - LISTENING - CLOSE_WAIT - TIME_WAIT - ESTABLISHED What do CLOSE_WAIT and …

  9. Port not shown to be used in netstat, but trying to use the port is ...

    Aug 5, 2020 · I found the answer to this problem already and just want to document my finding. In one of my recent project, I found that a port would not be shown as being used in netstat, but when my …

  10. My Ports are always Occupied and no Software Shows why (netstat, …

    May 18, 2023 · I've used netstat and TCPView and there is no software or process or service that is occupying these ports, and the programs still don't open and their windows services don't start.