Skip to content

Instantly share code, notes, and snippets.

@holdenrehg
Last active October 23, 2016 21:23
Show Gist options
  • Save holdenrehg/ad1244678b3ad36c05be408bb601325e to your computer and use it in GitHub Desktop.
Save holdenrehg/ad1244678b3ad36c05be408bb601325e to your computer and use it in GitHub Desktop.
odoo processes
$ ps aux | grep odoo-server
odoo 1995 0.5 4.3 371028 89352 ? Sl 21:13 0:02 python /opt/odoo/core-v8/openerp-server -c /opt/odoo/config/odoo-server-v8.conf
odoo 2037 0.0 3.7 371028 77656 ? S 21:13 0:00 python /opt/odoo/core-v8/openerp-server -c /opt/odoo/config/odoo-server-v8.conf
odoo 2038 0.0 3.7 371028 77656 ? S 21:13 0:00 python /opt/odoo/core-v8/openerp-server -c /opt/odoo/config/odoo-server-v8.conf
odoo 2039 0.0 3.7 371028 77656 ? S 21:13 0:00 python /opt/odoo/core-v8/openerp-server -c /opt/odoo/config/odoo-server-v8.conf
odoo 2040 0.0 3.7 371028 77656 ? S 21:13 0:00 python /opt/odoo/core-v8/openerp-server -c /opt/odoo/config/odoo-server-v8.conf
odoo 2041 0.7 4.4 376396 90836 ? Sl 21:13 0:02 /usr/bin/python /opt/odoo/core-v8/openerp-gevent -c /opt/odoo/config/odoo-server-v8.conf
odoo 2042 0.8 5.6 409264 116300 ? SN 21:13 0:03 python /opt/odoo/core-v8/openerp-server -c /opt/odoo/config/odoo-server-v8.conf
odoo 2043 4.7 7.5 447704 154432 ? SN 21:13 0:19 python /opt/odoo/core-v8/openerp-server -c /opt/odoo/config/odoo-server-v8.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment