LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Mapping network use AND process (https://www.linuxquestions.org/questions/linux-networking-3/mapping-network-use-and-process-887175/)

PlatinumX 06-19-2011 10:06 AM

Mapping network use AND process
 
Hey all,

I have a workstation, that, even after a fresh reboot, has a constant network activity.

I used Wireshark on the machine, and i saw there is a constant HTTP trafic(even after a fresh reboot).

I just know that my local TCP/44188 port is used to send the HTTP trafic to the web server on Internet.

However; I don't know which process is doing that.

How can I identify the binary responsible for using this particular TCP port and sending data?

Thanks

ambrop7 06-19-2011 10:28 AM

Code:

netstat -p

PlatinumX 06-20-2011 12:59 AM

After rebooting again, this problem disapeared.
However, thansk for the tip.


All times are GMT -5. The time now is 05:21 PM.