1

I'm running a web server on my machine(ubuntu 16.04).I use iftop to see there is traffic on port 31354.

enter image description here]

However, when I use lsof -i:31354 to see which process uses this port,I can't see any results, netstat -tunlp also.

I checked my code and found there is no replace to use this port.

How can I resolve?

CaldeiraG
  • 2,623
  • 8
  • 21
  • 34

1 Answers1

0

Try to look in established connections:

netstat -ntep | grep <port_number>