tourze / stat-server
数据收集和统计,服务端
dev-master
2015-09-16 18:30 UTC
Requires
- tourze/base: ^1.0
- tourze/bootstrap: ^1.0
- tourze/controller: ^1.0
- tourze/html: ^1.0
- tourze/server: ^1.0
- tourze/view: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.7
This package is auto-updated.
Last update: 2024-09-19 05:08:28 UTC
README
为多业务提供数据收集、处理和展示的功能。可部署多套。本系统是在workerman/statistic项目的基础上二次开发的,感谢walkor提供的好项目!
目前版本尚未稳定,建议谨慎在生产环境中使用。
注意
- 管理员用户名密码默认为空,即无需登录即可查看监控数据
- 如需登录验证,请在config/statServer.php中设置管理员密码
安装说明
如需在正式环境中使用,建议使用以下命令进行安装:
composer create-project tourze/stat-server stat-server-path
启动:
php start.php start
待开发
- 完善功能,进行代码审查
- 完善接口功能
- 编写完整的单元测试
- 与ELK等工具的整合