2017 © Pedro Peláez
 

project beanstalk_console

Admin console for Beanstalk queue server

image

ptrofimov/beanstalk_console

Admin console for Beanstalk queue server

  • Wednesday, April 18, 2018
  • by pentium10
  • Repository
  • 55 Watchers
  • 1033 Stars
  • 57,476 Installations
  • JavaScript
  • 2 Dependents
  • 0 Suggesters
  • 174 Forks
  • 14 Open issues
  • 25 Versions
  • 4 % Grown

The README.md

Beanstalk console English version

Latest Stable Version Total Downloads License, (*1)

Admin console for Beanstalk queue server, written in PHP, (*2)

Beanstalk Console Screenshot, (*3)

Features, (*4)

  • Common list of servers in config for all users + optional Basic Auth
  • Global server list can be set via BEANSTALK_SERVERS environment variable
  • Each user can add its own personal Beanstalkd server
  • Full list of available tubes
  • Complete statistics about jobs in tubes
  • Realtime auto-update with highlighting of changed values
  • You can view jobs in ready/delayed/buried states in every tube
  • You can add/kick/delete jobs in every tube
  • You can select multiple tubes by regExp and clear them
  • You can move jobs between tubes
  • Ability to Pause tubes
  • Saved jobs (store sample jobs as a template, kick/edit them, very useful for development)
  • Search jobs data field
  • Customizable UI (code highlighter, choose columns, edit auto refresh seconds, pause tube seconds)

Change log on Releases., (*5)

Installation, (*6)

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*7)

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new application:, (*8)

php composer.phar create-project ptrofimov/beanstalk_console -s dev path/to/install

Composer will install the Beanstalk Console and all its dependencies under the path/to/install directory., (*9)

Setup using vagrant

Install VirtualBox and vagrant then run (from project root):, (*10)

vagrant up

After provision beanstalk console will be available at http://localhost:7654 (port could be configured in Vagrantfile), (*11)

Download an Archive File

Download, unzip files to your www directory and launch from public directory, enjoy!, (*12)

Run as a Docker container

Install Docker then build and run with the following command (from project root):, (*13)

docker build --rm -t beanstalk_console .
docker run -d -p "80:80" --name beanstalk_console beanstalk_console

If you would rather just run the existing automated build of this project, run (from project root):, (*14)

docker run -d -p "80:80" -e APACHE_PORT=80 --name beanstalk_console agaveapi/beanstalkd-console

To configure webapp with a custom beanstalk server to load at runtime, set the BEANSTALKD_HOST and BEANSTALKD_PORT environment variables., (*15)

docker run -d -p 80:80 \
           --name beanstalk_console \
           -e 'BEANSTALKD_HOST=beanstalkd' \
           -e 'BEANSTALKD_PORT=11300' \
           beanstalk_console

To spin up a console with a beanstalkd server all at once, install Docker Compose and run (from project root):, (*16)

docker-compose up

Authors: Petr Trofimov, Sergey Lysenko, Pentium10, (*17)


Beanstalk консоль Русская версия

Административная консоль для сервера очередей Beanstalk, написанная на PHP, (*18)

Возможности, (*19)

  • Общий список серверов в конфиге для всех пользователей
  • Глобальный список серверов может быть установлен через переменную окружения BEANSTALK_SERVERS
  • Каждый пользователь может добавить свой персональный сервер
  • Полный список доступных труб
  • Полная статистика тасков в трубах
  • Realtime-обновление с подсветкой изменившихся значений
  • Вы можете просматривать таски в каждой трубе (ready/delayed/buried)
  • Вы можете выполнять операции с тасками в каждой трубе (add/kick/delete)

Установка, (*20)

Скачайте, положите распакованные файлы в www папку и наслаждайтесь!, (*21)

Установка с помощью vagrant, (*22)

Установите VirtualBox и vagrant затем запустите (в корневой директории проекта):, (*23)

vagrant up

После завершения провизии консоль будет доступна по адресу http://localhost:7654 (порт можно сконфигурировать в Vagrantfile), (*24)

Авторы: Петр Трофимов, Сергей Лысенко, Pentium10, (*25)


** Previous version is available here**, (*26)

Keywords: beanstalk, beanstalkd, queue, console, gui, admin, web admin, monitoring, stats, interface, php, (*27)

The Versions

18/04 2018

dev-master

9999999-dev

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *
  • ext-mbstring *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

18/04 2018

1.7.10

1.7.10.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *
  • ext-mbstring *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

05/01 2018

1.7.9

1.7.9.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *
  • ext-mbstring *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

06/12 2017

1.7.8

1.7.8.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *
  • ext-mbstring *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

06/07 2017

1.7.7

1.7.7.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *
  • ext-mbstring *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

11/11 2016

1.7.6

1.7.6.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

11/10 2016

1.7.5

1.7.5.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

30/09 2015

1.7.4

1.7.4.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

21/08 2015

1.7.3

1.7.3.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

19/08 2015

1.7.2

1.7.2.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

19/08 2015

1.7.1

1.7.1.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

18/05 2015

1.7

1.7.0.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

17/09 2014

1.6.1

1.6.1.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

16/09 2014

1.6

1.6.0.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

08/09 2014

1.5.3

1.5.3.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

04/09 2014

1.5.2

1.5.2.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

29/07 2014

1.5.1

1.5.1.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

16/06 2014

1.5

1.5.0.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

28/03 2014

1.4.1

1.4.1.0

Admin console for Beanstalk queue server

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

16/02 2014

1.4

1.4.0.0

Admin console for Beanstalk queue server

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

23/01 2014

1.3.2

1.3.2.0

Admin console for Beanstalk queue server

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

21/01 2014

1.3.1

1.3.1.0

Admin console for Beanstalk queue server

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

19/01 2014

1.3

1.3.0.0

Admin console for Beanstalk queue server

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

12/01 2014

1.2.2

1.2.2.0

Admin console for Beanstalk queue server

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin

26/12 2013

1.2.1

1.2.1.0

Admin console for Beanstalk queue server

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-json *

 

by Avatar pentium10
by Sergey Lysenko

php console queue admin beanstalk stats gui interface beanstalkd monitoring web admin