[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] prettier gnunet statistics
From: |
Christian Grothoff |
Subject: |
Re: [Help-gnunet] prettier gnunet statistics |
Date: |
Tue, 15 Apr 2008 08:32:19 -0600 |
User-agent: |
KMail/1.9.9 |
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