Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariuswilms/bsa
Console based administration tool for beanstalkd.
https://github.com/mariuswilms/bsa
beanstalk cli client go
Last synced: 3 months ago
JSON representation
Console based administration tool for beanstalkd.
- Host: GitHub
- URL: https://github.com/mariuswilms/bsa
- Owner: mariuswilms
- License: bsd-3-clause
- Created: 2014-06-29T12:53:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T15:22:59.000Z (over 5 years ago)
- Last Synced: 2024-06-19T02:08:31.122Z (7 months ago)
- Topics: beanstalk, cli, client, go
- Language: Go
- Size: 76.2 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.
$ bsaThis 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 [*] > helpBsa 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 buriedThe 'list' command shows the status of each selected tube - or if none
is selected - the status of all available tubes.
beanstalkd [fix, flux] > listpaused ready/delayed/buried waiting/watching/using
--------------------------------------------------------------------------
fix 10s 20 (2) / 3 / 1 1 / 0 / 0
flux - 101 (20) / 5 / 0 0 / 2 / 0Copyright & 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.