workerman-statistics icon indicating copy to clipboard operation
workerman-statistics copied to clipboard

一个分布式统计监控系统 包含PHP客户端 、服务端

Results 7 workerman-statistics issues
Sort by recently updated
recently updated
newest added

監控項目多的話,無法立刻定位問題在那 要如何設定可以有 top10 的功能...?

为什么不直接去读文件,而是通过tcp后再去读数据文件进行处理?

服务重启之后之前的数据都没有。如果我想保留的话需要怎么改?

curl -Ss http://www.workerman.net/check.php | php PHP Version >= 5.3.3 [OK] Extension pcntl check [OK] Extension posix check [OK] php start.php start -d Please install pcntl extension. See http://doc3.workerman.net/install/install.html php -m...

202a203,206 *** // init statistic if (!isset(\Statistics\Lib\Cache::$statisticDataCache['statistic'][$ip])) { \Statistics\Lib\Cache::$statisticDataCache['statistic'] = array(); } 222c226 *** $time_line = ceil($time_line/300)*300; $time_line = intval(ceil($time_line/300)*300); 232,235c236,239 *** $st_data[$time_line]['suc_count'] += $suc_count; $st_data[$time_line]['suc_cost_time'] += $suc_cost_time; $st_data[$time_line]['fail_count'] +=...

客户端这边有java,可否提供一个java的client,谢谢