From 8549b611cd6b8cbc83899baa1894b7bc635ffbc0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Oct 2011 09:16:05 +0000 Subject: [PATCH] record more stats --- src/dht/test_dht_multipeer.c | 4 ++++ 1 file changed, 4 insertions(+) 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 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}, -- 2.25.1