Giter Club home page Giter Club logo

bsa's Introduction

BSA
-- Console based administration tool for beanstalkd.

Synopsis
--------
Bsa is an interactive console based tool for beanstalkd[0] and allows to
run common administration tasks like inspecting tubes and jobs, clearing
a tube or kicking all jobs in a tube. It has history and autocompletion
support.

[0] https://kr.github.io/beanstalkd

Install the tool, then run it.
$ bsa

This will connect you to a local beanstalkd server on the default port.
beanstalkd [*] >

To get an overview of available commands type 'help' and press enter.
beanstalkd [*] > help

Bsa can operate on single, multiple or all tubes, to select a set of tubes
to work with use the 'use' command. This way clearing buried jobs from
multiple tubes becomes very easy.
beanstalkd [*] > use fix flux
beanstalkd [fix, flux] > clear buried

The 'list' command shows the status of each selected tube - or if none
is selected - the status of all available tubes.
beanstalkd [fix, flux] > list

              paused       ready/delayed/buried     waiting/watching/using
--------------------------------------------------------------------------
  fix            10s             20 (2) / 3 / 1                  1 / 0 / 0
  flux             -           101 (20) / 5 / 0                  0 / 2 / 0

Copyright & License
-------------------
Bsa is Copyright (c) 2014 David Persson if not otherwise stated. The code
is distributed under the terms of the BSD 3-clause License. For the full
license text see the LICENSE file.

bsa's People

Contributors

mariuswilms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bsa's Issues

Allow specification of server on CLI

I'd like to use bsa on my client machine at work and have it talk to the various beanstalk servers we have but its hard-coded to use 127.0.0.1 and the default port. It'd be great if there were cli flags to override those values.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.