gearadmin
Tools for the Gearman distributed job queue
Install
- All systems
-
curl cmd.cat/gearadmin.sh
- Debian
-
apt-get install gearman-tools
- Ubuntu
-
apt-get install gearman-tools
- Arch Linux
-
pacman -S gearmand
- Kali Linux
-
apt-get install gearman-tools
- Fedora
-
dnf install gearmand
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gearman-tools
- Raspbian
-
apt-get install gearman-tools
- Dockerfile
- dockerfile.run/gearadmin
gearman-tools
Tools for the Gearman distributed job queue
Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. This package contains some command line tools for manipulating gearman jobs.