beanstalkd-dashboard
v0.1.5
Published
<img src="./assets/logo.svg" style="width: 20em;" />
Readme
beanstalkd-dashboard
beanstalkd-dashboard is a monitoring tool for beanstalkd servers.
Installation & Usage
Install:
npm i -g beanstalkd-dashboardRun and open http://localhost:3000:
beanstalkd-dashboard # listens onListen on specific host/port:
beanstalkd-dashboard --host 0.0.0.0 --port 1234Connect to multiple servers:
beanstalkd-dashboard --servers localhost:11300,beanstalkd1:11300,beanstalkd2:11300Features
View All Tubes And Their Stats
Manage multiple beanstalkd servers.
Use --servers option to provide multiple beanstalkd server addresses so you can easily manage and monitor them from a single place.
View Tube Details
- All the stats about the jobs, executed commands and connections of the tube (automatically refreshed).
- The next job in
ready,delayedandburiedstates.
Pause & Resume Tubes and Display Remaining Time to Resume
https://github.com/user-attachments/assets/af40b3d4-7da4-4855-a2bb-410df8d54209
Show/Hide Table Columns
Tech Stack
- TypeScript
- beanstalkd-ts: beanstalkd client with full typescript support. (still in beta)
- trpc
