ringoteam/phpredmon-bundle
Composer 安装命令:
composer require ringoteam/phpredmon-bundle
包简介
Redis monitoring bundle
关键字:
README 文档
README
Redis monitoring Bundle
Installation
Using composer
{
"require": {
"ringoteam/phpredmon-bundle": "dev-master"
}
}
Dependencies
- knplabs/knp-gaufrette-bundle
- predis/predis
Configuration
First, define a gaufrette adapter named "phpredmon" like this (to store data)
knp_gaufrette: adapters: phpredmon: local: directory: "%kernel.root_dir%/Resources/phpredmon/datas" create: true filesystems: phpredmon: adapter: phpredmon alias: phpredmon_filesystem
Then you can define log retention :
ringo_php_redmon: log: days: 30
Usage
TODO
Log command
TODO
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-05