Skip to content

Instantly share code, notes, and snippets.

@ksze
Created August 20, 2013 10:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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