aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_profiler_test.conf
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-18 17:25:45 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-18 17:25:45 +0000
commit35dc1553044517244ed76f5ef6d4372c9bc945e4 (patch)
tree6f02bdbd7f3eec035db56dc822a1ef3fbf1db609 /src/nse/nse_profiler_test.conf
parenta82715288a52642c49be5ea49b79e3639401c373 (diff)
downloadgnunet-35dc1553044517244ed76f5ef6d4372c9bc945e4.tar.gz
gnunet-35dc1553044517244ed76f5ef6d4372c9bc945e4.zip
nse changes
Diffstat (limited to 'src/nse/nse_profiler_test.conf')
-rw-r--r--src/nse/nse_profiler_test.conf78
1 files changed, 78 insertions, 0 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
new file mode 100644
index 000000000..8275d9152
--- /dev/null
+++ b/src/nse/nse_profiler_test.conf
@@ -0,0 +1,78 @@
1[PATHS]
2SERVICEHOME = /tmp/nse-profiler/
3DEFAULTCONFIG = nse_profiler_test.conf
4
5[nse]
6PORT = 0
7UNIXPATH = /tmp/test-nse-service-nse.unix
8BINARY = gnunet-service-nse
9#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
10#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
11AUTOSTART = YES
12DEBUG = NO
13CONFIG = $DEFAULTCONFIG
14
15[arm]
16PORT = 0
17DEFAULTSERVICES = nse core topology
18UNIXPATH = /tmp/test-nse-service-arm.unix
19#DEBUG = YES
20
21[statistics]
22AUTOSTART = NO
23
24[fs]
25AUTOSTART = NO
26
27[datastore]
28AUTOSTART = NO
29
30[dht]
31AUTOSTART = NO
32
33[transport]
34PORT = 0
35AUTOSTART = YES
36
37[transport-unix]
38PORT = 11111
39[core]
40AUTOSTART = YES
41
42[peerinfo]
43AUTOSTART = YES
44
45[dns]
46AUTOSTART = NO
47
48[topology]
49PORT = 0
50
51[transport]
52PORT = 0
53plugins = unix
54
55[testing]
56NUM_PEERS = 1000
57WEAKRANDOM = YES
58TOPOLOGY = NONE
59CONNECT_TOPOLOGY = SMALL_WORLD_RING
60PERCENTAGE = 5
61F2F = NO
62CONNECT_TIMEOUT = 60
63CONNECT_ATTEMPTS = 3
64#DEBUG = YES
65HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
66MAX_CONCURRENT_SSH = 1
67USE_PROGRESSBARS = YES
68PEERGROUP_TIMEOUT = 1000
69MAX_OUTSTANDING_CONNECTIONS = 20
70
71[nse-profiler]
72OUTPUT_FILE = nse_output_1000_peers.dat
73ROUND0 = 1000
74ROUND1 = 750
75ROUND2 = 500
76ROUND3 = 1000
77WAIT_TIME = 800
78