Last active
May 24, 2023 10:17
-
-
Save lando2319/c27eade13ed6ac202a3eb84996b2a2d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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