Skip to content

Instantly share code, notes, and snippets.

@ksze
Created August 20, 2013 10:37
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 ksze/6279871 to your computer and use it in GitHub Desktop.
Save ksze/6279871 to your computer and use it in GitHub Desktop.
rabbitmq interface and ports??
$ sudo netstat -anp | grep beam
tcp 0 0 0.0.0.0:33793 0.0.0.0:* LISTEN 2157/beam
tcp 0 0 127.0.0.1:33813 127.0.0.1:4369 ESTABLISHED 2157/beam
tcp6 0 0 :::5672 :::* LISTEN 2157/beam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment