Author: grothoff
Date: 2006-05-10 20:39:31 -0700 (Wed, 10 May 2006)
New Revision: 2780

Added:
   GNUnet/contrib/effectiveness
Log:
s

Added: GNUnet/contrib/effectiveness
===================================================================
--- GNUnet/contrib/effectiveness        2006-05-11 02:47:37 UTC (rev 2779)
+++ GNUnet/contrib/effectiveness        2006-05-11 03:39:31 UTC (rev 2780)
@@ -0,0 +1,5 @@
+#!/bin/sh
+FWD=`gnunet-stats | grep gap | grep forwarded | awk '{ print $9 }'`
+SUC=`gnunet-stats | grep gap | grep success | awk '{ print $7 }'`
+RAT=`calc $FWD / $SUC`
+echo "GNUnet routing effectiveness: $RAT"


Property changes on: GNUnet/contrib/effectiveness
___________________________________________________________________
Name: svn:executable
   + *



_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to