record more stats
authorChristian Grothoff <christian@grothoff.org>
Mon, 24 Oct 2011 09:16:05 +0000 (09:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 24 Oct 2011 09:16:05 +0000 (09:16 +0000)
src/dht/test_dht_multipeer.c

index 296a19bcacd282270bfa9359df7298c16b72fcfe..c5b4d544e1c400947bc03ecfb5399506d06d64d0 100644 (file)
@@ -259,6 +259,10 @@ struct StatValues
 static struct StatValues stats[] = {
   {"core", "# bytes decrypted", 0},
   {"core", "# bytes encrypted", 0},
+  {"core", "# type maps received", 0},
+  {"core", "# session keys confirmed via PONG", 0},
+  {"core", "# entries in session map", 0},
+  {"core", "# key exchanges initiated", 0},
   {"core", "# send requests dropped (disconnected)", 0},
   {"core", "# transmissions delayed due to corking", 0},
   {"core", "# messages discarded (expired prior to transmission)", 0},