Top "Netstat" questions

netstat (network statistics) is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics.

How to find port number for a particular process id in unix?

In UNIX OS, how can I find the port number when i know the process name or pid ?

pid ps netstat uname
Docker and netstat: netstat is not showing ports, exposed by docker containers

I expose docker ports of my contaners to the host machine with something like docker run -p 80:80 ... then I try …

docker netstat
listing multicast sockets

I am trying to list all opened multicast sockets on a linux system? netstat -g lists the groups joined though. …

linux sockets multicast netstat
What does FIN_WAIT1 mean?

When I send a HTTPS request from Windows7/Vista to Linux Red Hat 4 the netstat -an <my_ip> …

linux netstat
Installing netstat on docker linux container

I want to install netstat on my Docker container. I looked here https://askubuntu.com/questions/813579/netstat-or-alternative-in-docker-ubuntu-server-16-04-container so …

linux docker netstat
How do I access netstat data in Python?

I'm trying to need to access/parse all outgoing connections on a particular port number on a Linux machine using …

python netstat
difference between netstat and ss in linux?

In linux, netstat command tells us information of active sockets in system. I understand that netstat uses /proc/net/tcp …

linux sockets netstat
Debugging IDE's port connection to XDebug: "Waiting to Connect"

Preamble Like many, I've spent more hours debugging my IDE’s connection to XDebug than I have using XDebug to …

php netbeans ide xdebug netstat
How to kill a CLOSE_WAIT state process preferably by port 80 in WINDOWS with batch script

Summary: Rogue java processes from lingering stopped services preventing service from returning. Stopping a java service doesn't kill the java …

windows batch-file kill-process netstat
Tracking an application's network statistics (netstats) using ADB

I have a feeling this is possible, I'm just not quite sure where the information is held. I want to …

android adb netstat