https://github.com/src-d/beanstool
sudo apt-get install socat
socat - tcp4-connect:0.0.0.0:11300,crnl
# where :11300 corresponds to the beanstalkd port
full command list: https://github.com/beanstalkd/beanstalk4py/wiki/Beanstalk-Protocol
# stats
stats
# watch tube
watch <tube>
# watched tubes
list-tubes-watched
#next jobs ready
peek-ready
peek <id>
# delete a job
delete <id>