ckdarbyinc/gearman-monitor
Composer 安装命令:
composer require ckdarbyinc/gearman-monitor
包简介
Monitor for Gearman
README 文档
README
Gearman Monitor provides a dashboard to show gearman servers, queues and workers.
Installation
The following instructions outline installation using Composer. If you don't have Composer, you can download it from http://getcomposer.org/
composer install
#Copy default configuration file as config.yml
cp ./src/GearmanMonitor/Resources/config/config.yml.dist ./src/GearmanMonitor/Resources/config/config.yml
Configuration
Open config.yml file and change the listed details to fit your needs for example:
config.GearmanMonitor: servers: 0: name: "Production Gearman" address: "172.16.0.1:4730" 1: name: "Development Gearman" address: "127.0.0.1:4730"
##Credits Inspired by yugene/Gearman-Monitor.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 32
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-01