Skip to content

Instantly share code, notes, and snippets.

@djo
Created April 4, 2012 14:19
Show Gist options
  • Save djo/2301481 to your computer and use it in GitHub Desktop.
Save djo/2301481 to your computer and use it in GitHub Desktop.
watch command
# Monitor some background process on execution
watch -n 1 "ps aux | grep php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment