Skip to content

Instantly share code, notes, and snippets.

@agile6v
Last active January 6, 2018 15:49
Show Gist options
  • Save agile6v/b11a8ed8b3a2d7f22852c7b7bf7e2515 to your computer and use it in GitHub Desktop.
Save agile6v/b11a8ed8b3a2d7f22852c7b7bf7e2515 to your computer and use it in GitHub Desktop.
Check the specified process resource usage
top -d 1 -p `pidof PROCESS_NAME | sed 's/ /,/g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment