gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21602 - gnunet-gtk/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r21602 - gnunet-gtk/src/statistics
Date: Sun, 27 May 2012 21:58:54 +0200

Author: grothoff
Date: 2012-05-27 21:58:54 +0200 (Sun, 27 May 2012)
New Revision: 21602

Modified:
   gnunet-gtk/src/statistics/gnunet-statistics-gtk.c
Log:
-cleaning up choice of statistics, updating stats names

Modified: gnunet-gtk/src/statistics/gnunet-statistics-gtk.c
===================================================================
--- gnunet-gtk/src/statistics/gnunet-statistics-gtk.c   2012-05-27 19:51:26 UTC 
(rev 21601)
+++ gnunet-gtk/src/statistics/gnunet-statistics-gtk.c   2012-05-27 19:58:54 UTC 
(rev 21602)
@@ -61,20 +61,27 @@
 };
 
 
+/**
+ * Selected statistics for the connection tab.
+ */
 static const struct PlotInfo connection_data[] = {
   {"fs", "# peers connected", "file-sharing connections", "blue"},
-  {"core", "# entries in session map", "encrypted connections (core)", 
"green"},
+  {"core", "# peers connected", "encrypted connections (core)", "green"},
   {"core", "# neighbour entries allocated", "transport connections (core)",
    "yellow"},
   {"transport", "# peers connected", "total connections (transport)", 
"orange"},
   {"transport", "# TCP sessions active", "tcp connections", "red"},
-  {"peerinfo", "# peers known", "peers known", "brown"},
+  {"transport", "# UDP sessions active", "udp connections", "gray"},
+  {"dht", "# peers connected", "DHT connections", "brown"},
   {"nse", "# nodes in the network (estimate)", "network size (estimate)",
    "purple"},
   {NULL, NULL, NULL}
 };
 
 
+/**
+ * Selected statistics for the traffic tab.
+ */
 static const struct PlotInfo traffic_data[] = {
   {"core", "# bytes encrypted", "bytes encrypted", "blue"},
   {"core", "# bytes decrypted", "bytes decrypted", "green"},
@@ -84,13 +91,14 @@
 };
 
 
+/**
+ * Selected statistics for the storage tab.
+ */
 static const struct PlotInfo storage_data[] = {
   {"datastore", "# quota", "datastore capacity", "blue"},
   {"datastore", "# utilization by current datastore", "datastore utilization",
    "yellow"},
   {"datastore", "# cache size", "reservation for datastore cache", "green"},
-  {"datastore", "# bytes purged (low-priority)",
-   "discarded due to limited space", "red"},
   {NULL, NULL, NULL}
 };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]