# statistics **Repository Path**: whoneed/statistics ## Basic Information - **Project Name**: statistics - **Description**: statistics,统计监控api接口性能 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 所需环境 ======== 需要PHP版本不低于5.3,只需要安装PHP的Cli即可,无需安装PHP-FPM、nginx、apache 示例 ======== [Live Demo](http://www.workerman.net:55757/) 安装 ========= 1、下载 或者 ```git clone https://github.com/walkor/workerman-statistics``` 2、命令行运行 ```composer install``` 启动停止 ========= 以ubuntu为例 启动 `php start.php start -d` 重启启动 `php start.php restart` 平滑重启/重新加载配置 `php start.php reload` 查看服务状态 `php start.php status` 停止 `php start.php stop` Windows系统上运行 ====== 1、Windows平台需要将Workerman目录替换成[Windows版本的Workerman](https://github.com/walkor/workerman-for-win) 2、运行start_for_win.bat [Windows版本Workerman相关参见这里](http://www.workerman.net/windows) 权限验证 ======= * 管理员用户名密码默认都为空,即不需要登录就可以查看监控数据 * 如果需要登录验证,在applications/Statistics/Config/Config.php里面设置管理员密码 [更多请访问www.workerman.net](http://www.workerman.net/workerman-statistics)