-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfignet.json
44 lines (41 loc) · 1.44 KB
/
confignet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"processname": "CommandCenter",
"command_socket": "tcp://172.17.0.2:5561",
"monitoring_socket": "tcp://172.17.0.2:5562"
},
{
"processname": "RTADP1",
"dataflow_type": "string",
"processing_type": "process",
"datasocket_type": "pubsub",
"data_lp_socket": "tcp://172.17.0.2:5555",
"data_hp_socket": "tcp://172.17.0.2:5556",
"command_socket": "tcp://172.17.0.2:5561",
"monitoring_socket": "tcp://172.17.0.2:5562",
"manager_result_socket_type": ["pushpull", "none"],
"manager_result_dataflow_type": ["string", "none"],
"manager_result_socket": ["tcp://172.17.0.3:5563", "none"],
"manager_num_workers": [5, 2],
"logs_path": "/tmp/",
"logs_level": 5,
"comment": "datasockettype=pushpull|pubsub|custum dataflowtype=binary|filename|string processingtype=process|thread"
},
{
"processname": "RTADP2",
"dataflow_type": "string",
"processing_type": "thread",
"datasocket_type": "pushpull",
"data_lp_socket": "tcp://172.17.0.3:5563",
"data_hp_socket": "tcp://172.17.0.3:5564",
"command_socket": "tcp://172.17.0.2:5561",
"monitoring_socket": "tcp://172.17.0.2:5562",
"manager_result_socket_type": ["none"],
"manager_result_dataflow_type": ["none"],
"manager_result_socket": ["none"],
"manager_num_workers": [2],
"logs_path": "/tmp/",
"logs_level": 5,
"comment": "datasockettype=pushpull|pubsub|custum dataflowtype=binary|filename|string processingtype=process|thread"
}
]