forked from mpoke/allconcur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallconcur.cfg
55 lines (39 loc) · 1.08 KB
/
allconcur.cfg
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
45
46
47
48
49
50
51
52
53
54
55
#
# Example of configuration file for AllConcur
#
# Copyright (c) 2016 HLRS, University of Stuttgart. All rights reserved.
#
# Author(s): Marius Poke <[email protected]>
#
# file for AllConcur logging
log_file #ACLOG#
# file for FD logging
fd_file #FDLOG#
# File with round times
t-round-file #T_ROUND#
# File with request times
t-request-file #T_REQUEST#
# Throughput file
throughput-file #THROUGHPUT#
# Maximum outstanding sends (for each connection)
outstanding #OUTSTANDING#
# Maximum network buffer size
max_buf_size #MAXBUFSIZE#
# Period of generating requests (in miliseconds) +/-
req_period #REQPERIOD#
# Request size
req_size #REQSIZE#
# Max batching factor (for throughput)
max_batching #MAXBATCH#
# host and ports for this server
# !!! this should be before server_file #SERVERFILE#
self #SELF#
# file that contains a list of server ids (e.g., test/allconcur.servers)
server_file #SERVERFILE#
# parameters for failure detector #
# timeout (in seconds)
timeout #TIMEOUT#
# heartbeat period (in seconds)
hb_period #HBPERIOD#
# warm-up period (in seconds)
warmup_period #WARMPERIOD#