Skip to content

Instantly share code, notes, and snippets.

@andywenk
Created May 14, 2014 20:03
Show Gist options
  • Select an option

  • Save andywenk/fc8da6f365bc853e03da to your computer and use it in GitHub Desktop.

Select an option

Save andywenk/fc8da6f365bc853e03da to your computer and use it in GitHub Desktop.
ps -ef | grep erlang
ps -ef | grep erlang
501 67185 1 0 9:55PM ?? 0:00.01 /usr/local/Cellar/erlang/R16B03-1/lib/erlang/erts-5.10.4/bin/epmd -daemon
501 67169 67164 0 9:55PM ttys017 0:04.61 /usr/local/Cellar/erlang/R16B03-1/lib/erlang/erts-5.10.4/bin/beam.smp -K true -A 16 -Bd -- -root /usr/local/Cellar/erlang/R16B03-1/lib/erlang -progname erl -- -home /Users/andwen -- -name node1@127.0.0.1 -setcookie monster -kernel error_logger silent -sasl sasl_error_logger false -noshell -noinput -couch_ini /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev/lib/node1/etc/default.ini /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev/lib/node1/etc/local.ini -reltool_config /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/rel/reltool.config -parent_pid 67164 -pa /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev -pa /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/src/* -s boot_node
501 67170 67164 0 9:55PM ttys017 0:03.97 /usr/local/Cellar/erlang/R16B03-1/lib/erlang/erts-5.10.4/bin/beam.smp -K true -A 16 -Bd -- -root /usr/local/Cellar/erlang/R16B03-1/lib/erlang -progname erl -- -home /Users/andwen -- -name node2@127.0.0.1 -setcookie monster -kernel error_logger silent -sasl sasl_error_logger false -noshell -noinput -couch_ini /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev/lib/node2/etc/default.ini /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev/lib/node2/etc/local.ini -reltool_config /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/rel/reltool.config -parent_pid 67164 -pa /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev -pa /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/src/* -s boot_node
501 67174 67164 0 9:55PM ttys017 0:04.01 /usr/local/Cellar/erlang/R16B03-1/lib/erlang/erts-5.10.4/bin/beam.smp -K true -A 16 -Bd -- -root /usr/local/Cellar/erlang/R16B03-1/lib/erlang -progname erl -- -home /Users/andwen -- -name node3@127.0.0.1 -setcookie monster -kernel error_logger silent -sasl sasl_error_logger false -noshell -noinput -couch_ini /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev/lib/node3/etc/default.ini /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev/lib/node3/etc/local.ini -reltool_config /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/rel/reltool.config -parent_pid 67164 -pa /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/dev -pa /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch/src/* -s boot_node
501 69637 68692 0 10:01PM ttys019 0:00.00 grep --color=auto erlang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment