Last Updated: February 25, 2016
·
919
· Blitline Support

Check a beanstalkd server from console

Simplest way on Ubuntu

sudo apt-get install socat

echo -e 'stats\r' | socat - tcp4-connect:localhost:11300

(Substitute localhost:11300 for your server)

Socat is also available for MacOSX (via brew)