Skip to content

Instantly share code, notes, and snippets.

@lando2319
Last active May 24, 2023 10:17
Show Gist options
  • Select an option

  • Save lando2319/c27eade13ed6ac202a3eb84996b2a2d3 to your computer and use it in GitHub Desktop.

Select an option

Save lando2319/c27eade13ed6ac202a3eb84996b2a2d3 to your computer and use it in GitHub Desktop.
lsof -i :5000
mikes-imac:~ mikeland$ lsof -i :5000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
Google <num> mikeland 33u IPv4 0xcb550ff... 0t0 TCP localhost:60632->localhost:commplex-main (ESTABLISHED)
Google <num> mikeland 45u IPv4 0xcb550ff... 0t0 TCP localhost:60610->localhost:commplex-main (CLOSED)
node <num> mikeland 29u IPv4 0xcb550ff... 0t0 TCP localhost:commplex-main (LISTEN)
node <num> mikeland 44u IPv4 0xcb550ff... 0t0 TCP localhost:commplex-main->localhost:60632 (ESTABLISHED)
Shows up as nothing when nothing is running
mikes-imac:~ mikeland$ lsof -i :5000
mikes-imac:~ mikeland$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment