Skip to content

Instantly share code, notes, and snippets.

@nascimento
Last active October 21, 2015 19:22
Show Gist options
  • Save nascimento/d957808c27d1f7aee065 to your computer and use it in GitHub Desktop.
Save nascimento/d957808c27d1f7aee065 to your computer and use it in GitHub Desktop.
While para monitorar comando
while :; do clear; ps aux | grep jboss | grep -v '\-app' | grep -v grep ; sleep 0.8s; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment