2017 © Pedro Peláez
 

project statistics

image

workerman/statistics

  • Wednesday, April 25, 2018
  • by workerman
  • Repository
  • 23 Watchers
  • 240 Stars
  • 1,343 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 135 Forks
  • 6 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

所需环境

需要PHP版本不低于5.3,只需要安装PHP的Cli即可,无需安装PHP-FPM、nginx、apache, (*1)

示例

Live Demo, (*2)

安装

1、下载 或者 git clone https://github.com/walkor/workerman-statistics, (*3)

2、命令行运行 composer install, (*4)

启动停止

以ubuntu为例, (*5)

启动
php start.php start -d, (*6)

重启启动
php start.php restart, (*7)

平滑重启/重新加载配置
php start.php reload, (*8)

查看服务状态
php start.php status, (*9)

停止
php start.php stop, (*10)

Windows系统上运行

1、Windows平台需要将Workerman目录替换成Windows版本的Workerman, (*11)

2、运行start_for_win.bat, (*12)

Windows版本Workerman相关参见这里, (*13)

权限验证

  • 管理员用户名密码默认都为空,即不需要登录就可以查看监控数据
  • 如果需要登录验证,在applications/Statistics/Config/Config.php里面设置管理员密码

The Versions

25/04 2018

dev-master

9999999-dev http://www.workerman.net

  Sources   Download

MIT

The Requires

 

22/05 2017
12/05 2017
31/10 2016