Skip to content

Instantly share code, notes, and snippets.

@AnatolyRugalev
Created March 18, 2015 06:32
Show Gist options
  • Save AnatolyRugalev/0fdff20bac619c3f478a to your computer and use it in GitHub Desktop.
Save AnatolyRugalev/0fdff20bac619c3f478a to your computer and use it in GitHub Desktop.
gearman-status.sh
#!/bin/bash
while :
do
clear
/usr/local/gearman/bin/gearadmin --status
echo "Press [CTRL+C] to stop.."
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment