Download the PHP package kbigbus/swoole-link-monitor without Composer
On this page you can find all versions of the php package kbigbus/swoole-link-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package swoole-link-monitor
swoole-link-monitor
基于swoole timer/table/process(worker) 实现链路监控与告警
- 基于swoole独立部署
- timer 定时器
- process 多进程队列模式消费监听链路
- table 内存表记录出错次数与时间
- 无限扩展链路类型
- 无限扩展告警类型
链路支持
- rabbitmq
- mysql
- redis
- api 开发ING
- ... (待扩展)
告警支持
- 钉钉告警
- 邮件告警
- ... (待扩展)
架构图
告警示例图
安装要求
- php >= 7.0
- swoole >= 1.9.18
- amqp >= 1.6.0
- redis
配置调整
参见 config.md
安装方式
执行方式
php link-monitor [start|stop|restart|status|help] //启动|停止|重启|状态|帮助
ps -ef|grep swoole-link-monitor //查看进程情况
All versions of swoole-link-monitor with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-swoole Version >=1.9.18
guzzlehttp/guzzle Version ^6.3
ext-redis Version *
ext-amqp Version >=1.6.0
catfan/medoo Version ^1.6
ext-swoole Version >=1.9.18
guzzlehttp/guzzle Version ^6.3
ext-redis Version *
ext-amqp Version >=1.6.0
catfan/medoo Version ^1.6
The package kbigbus/swoole-link-monitor contains the following files
Loading the files please wait ....