Skip to content

Instantly share code, notes, and snippets.

@rantav
Created October 24, 2012 12:28
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 rantav/3945810 to your computer and use it in GitHub Desktop.
Save rantav/3945810 to your computer and use it in GitHub Desktop.
Chef processes
$ ps aux | grep chef
ubuntu 6122 0.0 0.0 7800 636 pts/3 S+ 12:24 0:00 grep --color=auto chef
root 8819 0.1 2.7 137336 47132 ? Sl Oct18 10:54 /opt/chef/embedded/bin/ruby /usr/bin/chef-client -d -P /var/run/chef/client.pid -L /var/log/chef/client.log -c /etc/chef/client.rb -i 1800 -s 20
chef 16025 0.2 7.4 649552 127244 ? Sl Sep19 101:34 java -Xmx256M -Xms256M -Dsolr.data.dir=/var/lib/chef/solr/data -Dsolr.solr.home=/var/lib/chef/solr/home -jar /var/lib/chef/solr/jetty/start.jar
chef 16084 0.5 4.3 186180 74012 ? Sl Sep19 282:09 merb : chef-server (api) : worker (port 4000)
chef 16152 0.5 3.2 141916 54408 ? Sl Sep19 259:50 merb : chef-server-webui : worker (port 4040)
$ ps aux | grep couch
ubuntu 6124 0.0 0.0 7800 640 pts/3 S+ 12:25 0:00 grep --color=auto couch
couchdb 7466 0.0 0.0 4220 352 ? S Sep19 0:00 /bin/sh -e /usr/bin/couchdb -a /etc/couchdb/default.ini -a /etc/couchdb/local.ini -b -r 5 -p /var/run/couchdb/couchdb.pid -o /dev/null -e /dev/null -R
couchdb 7473 0.0 0.0 4220 200 ? S Sep19 0:00 /bin/sh -e /usr/bin/couchdb -a /etc/couchdb/default.ini -a /etc/couchdb/local.ini -b -r 5 -p /var/run/couchdb/couchdb.pid -o /dev/null -e /dev/null -R
couchdb 7474 1.0 1.3 94964 23520 ? Sl Sep19 520:41 /usr/lib/erlang/erts-5.7.4/bin/beam -Bd -K true -A 4 -- -root /usr/lib/erlang -progname erl -- -home /var/lib/couchdb -- -noshell -noinput -sasl errlog_type error -couch_ini /etc/couchdb/default.ini /etc/couchdb/local.ini /etc/couchdb/default.ini /etc/couchdb/local.ini -s couch -pidfile /var/run/couchdb/couchdb.pid -heart
couchdb 7484 0.0 0.0 3984 48 ? Ss Sep19 0:27 heart -pid 7474 -ht 11
couchdb 16121 0.0 0.5 96756 9692 ? Ssl Sep19 3:40 /usr/lib/couchdb/bin/couchjs /usr/share/couchdb/server/main.js
couchdb 16470 0.0 0.2 92212 5044 ? Ssl Sep19 0:00 /usr/lib/couchdb/bin/couchjs /usr/share/couchdb/server/main.js
$ ps aux | grep rabbit
rabbitmq 12029 0.0 0.0 10840 216 ? S Sep19 0:28 /usr/lib/erlang/erts-5.7.4/bin/epmd -daemon
rabbitmq 12034 0.0 7.4 170668 126492 ? Ssl Sep19 25:11 /usr/lib/erlang/erts-5.7.4/bin/beam -W w -K true -A30 -P 1048576 -- -root /usr/lib/erlang -progname erl -- -home /var/lib/rabbitmq -- -noshell -noinput -sname rabbit@domU-12-31-39-15-36-34 -boot /var/lib/rabbitmq/mnesia/rabbit@domU-12-31-39-15-36-34-plugins-expand/rabbit -kernel inet_default_listen_options [{nodelay,true}] -kernel inet_default_connect_options [{nodelay,true}] -sasl errlog_type error -kernel error_logger {file,"/var/log/rabbitmq/rabbit@domU-12-31-39-15-36-34.log"} -sasl sasl_error_logger {file,"/var/log/rabbitmq/rabbit@domU-12-31-39-15-36-34-sasl.log"} -os_mon start_cpu_sup true -os_mon start_disksup false -os_mon start_memsup false -mnesia dir "/var/lib/rabbitmq/mnesia/rabbit@domU-12-31-39-15-36-34" -noshell -noinput
rabbitmq 12090 0.0 0.0 4116 56 ? Ss Sep19 0:00 /usr/lib/erlang/lib/os_mon-2.2.4/priv/bin/cpu_sup
rabbitmq 12093 0.0 0.0 10840 36 ? Ss Sep19 0:00 inet_gethost 4
rabbitmq 12094 0.0 0.0 17176 300 ? S Sep19 0:00 inet_gethost 4
$ ps aux | grep solr
ubuntu 6128 0.0 0.0 7800 636 pts/3 S+ 12:26 0:00 grep --color=auto solr
chef 16025 0.2 7.4 649552 127244 ? Sl Sep19 101:34 java -Xmx256M -Xms256M -Dsolr.data.dir=/var/lib/chef/solr/data -Dsolr.solr.home=/var/lib/chef/solr/home -jar /var/lib/chef/solr/jetty/start.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment