songshenzong/siren-rd

This package is abandoned and no longer maintained. No replacement package was suggested.

Statistics Server

Maintainers

Details

github.com/songshenzong/siren-rd

Installs: 481

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:project

This package has no released version yet, and little information is available.


README

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

示例

Live Demo

安装

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

2、运行start_for_win.bat

Windows版本Workerman相关参见这里

权限验证

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

更多请访问www.workerman.net