Download the PHP package hsk99/transfer-statistics without Composer
On this page you can find all versions of the php package hsk99/transfer-statistics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hsk99/transfer-statistics
More information about hsk99/transfer-statistics
Files in hsk99/transfer-statistics
Package transfer-statistics
Short Description TransferStatistics
License MIT
Homepage http://hsk99.com.cn
Informations about the package transfer-statistics
TransferStatistics
TransferStatistics 使用webman开发的一个应用监控系统,用于查看应用调用记录、请求量、调用耗时、调用分析等。
系统使用
HTTP
接收上报数据;使用Redis
进行数据汇总统计;使用MySql
存储统计数据和上报信息
所需环境
PHP版本不低于7.2,并安装 Redis 拓展
安装
composer安装
创建项目
composer create-project hsk99/transfer-statistics
下载安装
1、下载 或 git clone https://github.com/hsk99/transfer-statistics
2、执行命令 composer install
导入数据库
- sql文件位置:
database/transfer.sql
配置修改
1、修改文件 config/redis.php
设置 Redis
2、修改文件 config/server.php
设置 HTTP
3、修改目录 config/plugin/webman/redis-queue/
设置 RedisQueue 相关信息
4、修改文件 config/thinkorm.php
设置 MySql 相关信息
运行
执行命令 php start.php start
查看统计
-
浏览器访问
http://ip地址:8788
-
默认账号:
admin
-
默认密码:
admin888
- 相关信息可在
系统管理--系统设置
中进行设置
上报数据
-
webman 使用 webman-statistic 插件
- 其他框架使用,TP6中间件示例
All versions of transfer-statistics with dependencies
workerman/webman-framework Version 1.3.21
monolog/monolog Version ^2.0
webman/console Version ^1.0
webman/auto-route Version ^1.0
webman/cors Version ^1.0
webman/think-orm Version ^1.0
workerman/crontab Version ^1.0
illuminate/redis Version ^8.83
illuminate/events Version ^8.83
symfony/cache Version ^5.4
topthink/think-template Version ^2.0
topthink/think-validate Version ^2.0
tinywan/jwt Version ^1.2
hsk99/webman-exception Version ^1.0
elasticsearch/elasticsearch Version ^7.0