Skip to content

Instantly share code, notes, and snippets.

@ivanbogomoloff
Created October 24, 2017 11:10
Show Gist options
  • Save ivanbogomoloff/37d6f223d6af296654cf27e330ef1c84 to your computer and use it in GitHub Desktop.
Save ivanbogomoloff/37d6f223d6af296654cf27e330ef1c84 to your computer and use it in GitHub Desktop.
Listener in terminal
while true; do date; ps aux|grep php|wc -l; sleep 1;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment