Skip to content

Instantly share code, notes, and snippets.

@jaywax
Created October 10, 2017 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaywax/ed33a6d0a0df234f3278d38c3fce492f to your computer and use it in GitHub Desktop.
Save jaywax/ed33a6d0a0df234f3278d38c3fce492f to your computer and use it in GitHub Desktop.
netstat -ntplu|grep -i python
tcp 0 0 127.0.0.1:50001 0.0.0.0:* LISTEN 10306/python
tcp 0 0 10.10.8.11:40405 0.0.0.0:* LISTEN 10369/python
tcp 0 0 10.10.8.11:40410 0.0.0.0:* LISTEN 10231/python
tcp 0 0 10.10.8.11:40411 0.0.0.0:* LISTEN 10240/python
tcp 0 0 10.10.8.11:40412 0.0.0.0:* LISTEN 10240/python
udp 0 0 10.10.8.11:46973 0.0.0.0:* 10324/python
udp 0 0 10.10.8.11:56285 0.0.0.0:* 10270/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment