My machine is generating a lot of network traffic, all from the same source port, with many different destinations (found this out by running iftop -P, and from my router's logs).
How do I find the process that is generating this traffic?
|
My machine is generating a lot of network traffic, all from the same source port, with many different destinations (found this out by running How do I find the process that is generating this traffic? |
||||
|
|
|
i would use:
it will give you PIDs and binary name for each |
|||||||||||
|
|
You could try something like this (for port 80):
This is not the best solution, but should give the information you need. |
|||
|
|