aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-24 09:16:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-24 09:16:05 +0000
commit8549b611cd6b8cbc83899baa1894b7bc635ffbc0 (patch)
treee3de9b8262f12b3199b4db6f6f3efd84d3077bba /src/dht/test_dht_multipeer.c
parentf6c16c80f1ccb5ae45b0e20a6a5cddae77e3a63d (diff)
downloadgnunet-8549b611cd6b8cbc83899baa1894b7bc635ffbc0.tar.gz
gnunet-8549b611cd6b8cbc83899baa1894b7bc635ffbc0.zip
record more stats
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 296a19bca..c5b4d544e 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -259,6 +259,10 @@ struct StatValues
259static struct StatValues stats[] = { 259static struct StatValues stats[] = {
260 {"core", "# bytes decrypted", 0}, 260 {"core", "# bytes decrypted", 0},
261 {"core", "# bytes encrypted", 0}, 261 {"core", "# bytes encrypted", 0},
262 {"core", "# type maps received", 0},
263 {"core", "# session keys confirmed via PONG", 0},
264 {"core", "# entries in session map", 0},
265 {"core", "# key exchanges initiated", 0},
262 {"core", "# send requests dropped (disconnected)", 0}, 266 {"core", "# send requests dropped (disconnected)", 0},
263 {"core", "# transmissions delayed due to corking", 0}, 267 {"core", "# transmissions delayed due to corking", 0},
264 {"core", "# messages discarded (expired prior to transmission)", 0}, 268 {"core", "# messages discarded (expired prior to transmission)", 0},