aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_profiler_test.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-19 09:58:55 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-19 09:58:55 +0000
commit5df7f24fe0f8371c931b78a135c864af8e167c6a (patch)
tree8eaf46f077969aeaacc1767ba6b3e5ea6f88b920 /src/nse/nse_profiler_test.conf
parent453364efe4a8f3d1bfd57bca478d8b0ebc1d1fc8 (diff)
downloadgnunet-5df7f24fe0f8371c931b78a135c864af8e167c6a.tar.gz
gnunet-5df7f24fe0f8371c931b78a135c864af8e167c6a.zip
- working version of NSE profiler
Diffstat (limited to 'src/nse/nse_profiler_test.conf')
-rw-r--r--src/nse/nse_profiler_test.conf75
1 files changed, 17 insertions, 58 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 398eb27de..b9d0c3efc 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -1,8 +1,18 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/nse-profiler/ 2SERVICEHOME = /tmp/nse-profiler/
3 3
4[testbed]
5AUTOSTART = NO
6PORT = 12113
7ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16;
8HOSTNAME = localhost
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
10OVERLAY_TOPOLOGY = RANDOM
11OVERLAY_RANDOM_LINKS = 10
12OPERATION_TIMEOUT = 45 s
13
4[nse] 14[nse]
5PORT = 0 15PORT = 12114
6UNIXPATH = /tmp/test-nse-service-nse.unix 16UNIXPATH = /tmp/test-nse-service-nse.unix
7BINARY = gnunet-service-nse 17BINARY = gnunet-service-nse
8#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse 18#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
@@ -16,28 +26,24 @@ WORKBITS = 0
16PROOFFILE = $SERVICEHOME/nse.proof 26PROOFFILE = $SERVICEHOME/nse.proof
17 27
18[arm] 28[arm]
19PORT = 0 29DEFAULTSERVICES = core nse
20DEFAULTSERVICES = core
21UNIXPATH = /tmp/test-nse-service-arm.unix 30UNIXPATH = /tmp/test-nse-service-arm.unix
22 31
23[statistics] 32[statistics]
24AUTOSTART = YES 33AUTOSTART = YES
25PORT=0 34PORT = 12115
26 35
27[fs] 36[fs]
28AUTOSTART = NO 37AUTOSTART = NO
29PORT=0
30 38
31[datastore] 39[datastore]
32AUTOSTART = NO 40AUTOSTART = NO
33PORT = 0
34 41
35[dht] 42[dht]
36AUTOSTART = NO 43AUTOSTART = NO
37PORT = 0
38 44
39[nat] 45[nat]
40DISABLEV6 = YES 46DISABLEV6 = YES
41BINDTO = 127.0.0.1 47BINDTO = 127.0.0.1
42ENABLE_UPNP = NO 48ENABLE_UPNP = NO
43BEHIND_NAT = NO 49BEHIND_NAT = NO
@@ -46,31 +52,16 @@ INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1 52EXTERNAL_ADDRESS = 127.0.0.1
47 53
48[transport] 54[transport]
49PORT = 0 55plugins = udp
50plugins = unix
51
52[transport-unix]
53PORT = 1
54
55[transport-tcp]
56PORT = 0
57 56
58[transport-udp] 57[transport-udp]
59PORT = 0 58PORT = 12116
60
61[transport-http]
62PORT = 0
63
64[transport-https]
65PORT = 0
66 59
67[core] 60[core]
68AUTOSTART = YES 61AUTOSTART = YES
69PORT = 0
70 62
71[peerinfo] 63[peerinfo]
72AUTOSTART = YES 64AUTOSTART = YES
73PORT = 0
74 65
75[dns] 66[dns]
76AUTOSTART = NO 67AUTOSTART = NO
@@ -82,10 +73,7 @@ AUTOSTART = NO
82AUTOSTART = NO 73AUTOSTART = NO
83 74
84[resolver] 75[resolver]
85PORT = 0 76AUTOSTART = YES
86
87[ats]
88PORT = 0
89 77
90[mesh] 78[mesh]
91AUTOSTART = NO 79AUTOSTART = NO
@@ -99,35 +87,6 @@ AUTOSTART = NO
99[vpn] 87[vpn]
100AUTOSTART = NO 88AUTOSTART = NO
101 89
102[testing]
103WEAKRANDOM = YES
104
105[testing_old]
106NUM_PEERS = 2000
107TOPOLOGY = NONE
108#CONNECT_TOPOLOGY = SMALL_WORLD_RING
109CONNECT_TOPOLOGY = ERDOS_RENYI
110CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
111CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
112# PERCENTAGE = 3
113PROBABILITY = .1
114F2F = NO
115CONNECT_TIMEOUT = 360 s
116CONNECT_ATTEMPTS = 3
117#HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
118HOSTKEYSFILE = hostkeys.dat
119MAX_CONCURRENT_SSH = 20
120USE_PROGRESSBARS = YES
121PEERGROUP_TIMEOUT = 1000 s
122TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers_initial
123MAX_OUTSTANDING_CONNECTIONS = 100
124#SINGLE_PEERINFO_PER_HOST = YES
125#NUM_PEERINFO_PER_HOST = 10
126#SINGLE_STATISTICS_PER_HOST = YES
127#NUM_STATISTICS_PER_HOST = 10
128DELETE_FILES = NO
129#SKEW_VARIANCE = 30000
130
131[nse-profiler] 90[nse-profiler]
132OUTPUT_FILE = nse_output_2000_peers.dat 91OUTPUT_FILE = nse_output_2000_peers.dat
133TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers 92TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers