Skip to content

Instantly share code, notes, and snippets.

@timurb
Created January 26, 2016 08:20
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 timurb/8a558b3c449bf3b94e12 to your computer and use it in GitHub Desktop.
Save timurb/8a558b3c449bf3b94e12 to your computer and use it in GitHub Desktop.
CouchBase process tree
├─beam.smp─┬─beam.smp─┬─beam.smp─┬─cpu_sup
│ │ │ ├─godu───2*[{godu}]
│ │ │ ├─inet_gethost───inet_gethost
│ │ │ ├─memsup
│ │ │ ├─sh
│ │ │ └─17*[{beam.smp}]
│ │ ├─cpu_sup
│ │ ├─godu───2*[{godu}]
│ │ ├─inet_gethost───inet_gethost
│ │ ├─memsup
│ │ ├─2*[sh]
│ │ ├─sigar_port
│ │ └─22*[{beam.smp}]
│ ├─goport─┬─projector───6*[{projector}]
│ │ └─6*[{goport}]
│ ├─goport─┬─indexer───12*[{indexer}]
│ │ └─5*[{goport}]
│ ├─goport─┬─cbq-engine───7*[{cbq-engine}]
│ │ └─5*[{goport}]
│ ├─goport─┬─goxdcr───7*[{goxdcr}]
│ │ └─5*[{goport}]
│ ├─memcached───19*[{memcached}]
│ ├─moxi───7*[{moxi}]
│ ├─saslauthd-port───3*[{saslauthd-port}]
│ └─22*[{beam.smp}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment