Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv25547/src/freenet/node

Modified Files:
        Main.java 
Log Message:
6302: Add new diagnostic routingSuccessRatioCHK.

Index: Main.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Main.java,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -w -r1.290 -r1.291
--- Main.java   1 Nov 2003 22:05:37 -0000       1.290
+++ Main.java   4 Nov 2003 01:24:25 -0000       1.291
@@ -2037,6 +2037,11 @@
         d.registerBinomial("routingSuccessRatio", Diagnostics.MINUTE,
                            "Requests that failed or succeeded by routing, "+
                            "and the number that succeeded.", messages);
+        d.registerBinomial("routingSuccessRatioCHK", Diagnostics.MINUTE,
+                       "Requests for CHKs that failed or succeeded by routing, "+
+                       "and the number that succeeded. Probably more accurate "+
+                       "than routingSuccessRatio because nobody polls CHKs - "+
+                       "we hope!", messages);
         d.registerCounting("requestDataNotFound", Diagnostics.MINUTE,
                            "Requests that failed due to DataNotFound",
                            messages);

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to