Are you aware of the `GNUnet/contrib/visualize_stats.sh' shell script (runs gnunet-stats through gnuplot)? Also, the reason why the numbers don't add up is that # bytes received does not include the TCP/UDP transport headers (just like TCP/UDP received does not include IP or Ethernet headers).
Christian On Tuesday 15 April 2008 06:43:44 am David Kuehling wrote: > Hi, > > to keep an eye on the gnunet daemon, I created a bash script that > parses, filters and reformats the output of gnunet-stats to be easier to > look over. > > This also uncovers some inconsistencies in gnunet-stats outputs. For > example the sum of "# bytes received via TCP" and "# bytes received via > UDP" adds up to more than "# bytes received". > > Script attached. > > Of course this only displays the information that I subjectively deemed > relevant. Maybe I overlooked interesting points? Any comments welcome. > > cheers, > > David _______________________________________________ Help-gnunet mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnunet
