Skip to content

Instantly share code, notes, and snippets.

@bbrodriges
Created April 10, 2014 09:31
Show Gist options
  • Save bbrodriges/10361563 to your computer and use it in GitHub Desktop.
Save bbrodriges/10361563 to your computer and use it in GitHub Desktop.
Oneliner to continuously monitor Gearman queue
while(true) do ((echo "status"; sleep 0.1) | nc gearman.local 4730); printf "\033[4A"; sleep 3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment