Tool to monitor Resque on the command line
go get github.com/wricardo/resque-cli
cd $GOPATH/github.com/wricardo/resque-cli
make build && make install
After you've installed the binary is on /usr/local/bin/resque-cli .
Watching the number of jobs on queues:
resque-cli watch queues
Watching the number of jobs on queues on a different host:
resque-cli watch queues -host somehost.com -p 6379