X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_rd.php;h=a1cbd56fc84477268fecf01725ddb3d01a3691f5;hb=254c175a7e331947c69794aa7a0248caa47e32f5;hp=c141dc8cf1179350bf575673f2c1184e22026d67;hpb=b69edecb81b57155e62fb35ff594873a43560bda;p=brisk.git diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index c141dc8..a1cbd56 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -1,6 +1,6 @@ 0, + 'U_heavy' => 0, + 'R_garbage' => 0, + 'R_minusone' => 0, + 'R_the_end' => 0 ); + // Use of proxies isn't allowed. // if (is_proxy()) { // sleep(5); @@ -87,7 +93,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su return (FALSE); } - error_log("maincheck: step di i [".$proxy_step['i']."]", 0); + // error_log("maincheck: step di i [".$proxy_step['i']."]", 0); // log_rd2("M"); /* Sync check (read only without modifications */ @@ -358,6 +364,12 @@ for ($i = 0 ; time() < $endtime ; $i++) { echo '_'; flush(); } + } + +$s = "[".$sess."] briskin5/index_rd.php stats: "; +foreach ($S_load_stat as $key => $value) { + $s .= sprintf("%s: %d - ", $key, $value); } +log_crit($s); ?>