aboutsummaryrefslogtreecommitdiff
path: root/src/fs/perf_gnunet_service_fs_p2p.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-07 22:08:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-07 22:08:36 +0000
commit4cb7e23cef8a149ac1334519ff898cc05811ac66 (patch)
tree74701b6ef23c97b508a8a382fc929ed4ca783bbf /src/fs/perf_gnunet_service_fs_p2p.c
parenta75ced83ea0041bc72e615743aa192f141ead643 (diff)
downloadgnunet-4cb7e23cef8a149ac1334519ff898cc05811ac66.tar.gz
gnunet-4cb7e23cef8a149ac1334519ff898cc05811ac66.zip
add support for delays
Diffstat (limited to 'src/fs/perf_gnunet_service_fs_p2p.c')
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/perf_gnunet_service_fs_p2p.c b/src/fs/perf_gnunet_service_fs_p2p.c
index 3a5a62756..572585520 100644
--- a/src/fs/perf_gnunet_service_fs_p2p.c
+++ b/src/fs/perf_gnunet_service_fs_p2p.c
@@ -81,6 +81,7 @@ struct StatValues
81 */ 81 */
82static struct StatValues stats[] = 82static struct StatValues stats[] =
83 { 83 {
84 { "fs", "# artificial delays introduced (ms)"},
84 { "fs", "# queries forwarded"}, 85 { "fs", "# queries forwarded"},
85 { "fs", "# replies received and matched"}, 86 { "fs", "# replies received and matched"},
86 { "fs", "# results found locally"}, 87 { "fs", "# results found locally"},
@@ -93,7 +94,6 @@ static struct StatValues stats[] =
93 { "fs", "# P2P searches discarded (queue length bound)"}, 94 { "fs", "# P2P searches discarded (queue length bound)"},
94 { "fs", "# replies received for local clients"}, 95 { "fs", "# replies received for local clients"},
95 { "fs", "# queries retransmitted to same target"}, 96 { "fs", "# queries retransmitted to same target"},
96 { "fs", "cummulative artificial delay introduced (ms)"},
97 { "core", "# bytes decrypted"}, 97 { "core", "# bytes decrypted"},
98 { "core", "# bytes encrypted"}, 98 { "core", "# bytes encrypted"},
99 { "core", "# discarded CORE_SEND requests"}, 99 { "core", "# discarded CORE_SEND requests"},