]> git.proxmox.com Git - ceph.git/blame - ceph/src/dmclock/sim/dmc_sim_example.conf
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / dmclock / sim / dmc_sim_example.conf
CommitLineData
7c673cae
FG
1[global]
2server_groups = 1
11fdf7f2 3client_groups = 4
7c673cae
FG
4server_random_selection = false
5server_soft_limit = false
6
7[client.0]
8client_count = 1
9client_wait = 0
10client_total_ops = 2000
11client_server_select_range = 1
12client_iops_goal = 200
13client_outstanding_ops = 32
14client_reservation = 0.0
15client_limit = 0.0
16client_weight = 1.0
17
18[client.1]
19client_count = 1
20client_wait = 5
21client_total_ops = 2000
22client_server_select_range = 1
23client_iops_goal = 200
24client_outstanding_ops = 32
25client_reservation = 0.0
26client_limit = 40.0
27client_weight = 1.0
28
29[client.2]
30client_count = 1
31client_wait = 10
32client_total_ops = 2000
33client_server_select_range = 1
34client_iops_goal = 200
35client_outstanding_ops = 32
36client_reservation = 0.0
37client_limit = 50.0
38client_weight = 2.0
11fdf7f2
TL
39client_req_cost = 1
40
41[client.3]
42client_count = 1
43client_wait = 10
44client_total_ops = 2000
45client_server_select_range = 1
46client_iops_goal = 200
47client_outstanding_ops = 32
48client_reservation = 0.0
49client_limit = 50.0
50client_weight = 2.0
51client_req_cost = 3
7c673cae
FG
52
53[server.0]
54server_count = 1
55server_iops = 160
56server_threads = 1