Skip to content

Instantly share code, notes, and snippets.

@ausuwardi
Last active July 7, 2017 04:18
Show Gist options
  • Save ausuwardi/5d156eb981262cbbe851396a7742c900 to your computer and use it in GitHub Desktop.
Save ausuwardi/5d156eb981262cbbe851396a7742c900 to your computer and use it in GitHub Desktop.
List running odoo process
ps -eo stat,cmd,size | grep -E '^R\s+python /odoo/odoo-server.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment