-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpquery-cluster.cfg
63 lines (60 loc) · 1.25 KB
/
pquery-cluster.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
56
57
58
59
60
61
62
[node1.domain.tld]
database = test
address = localhost
#port = 3306
infile = /home/ramesh/percona-qa/pquery/pxc-main-ms-ps-md.sql
logdir = /tmp
socket = /tmp/node1/node1_socket.sock
user = root
password =
threads = 1
queries-per-thread = 10000000
verbose = No
log-all-queries = Yes
log-failed-queries = Yes
shuffle = Yes
log-query-statistics = No
log-query-duration = No
log-client-output = No
log-query-number = No
run= Yes
[node2.domain.tld]
database = test
address = localhost
#port = 3306
infile = /home/ramesh/percona-qa/pquery/pxc-main-ms-ps-md.sql
logdir = /tmp
socket = /tmp/node2/node2_socket.sock
user = root
password =
threads = 1
queries-per-thread = 10000000
verbose = No
log-all-queries = Yes
log-failed-queries = Yes
shuffle = Yes
log-query-statistics = No
log-query-duration = No
log-client-output = No
log-query-number = No
run= Yes
[node3.domain.tld]
database = test
address = localhost
#port = 3306
infile = /home/ramesh/percona-qa/pquery/pxc-main-ms-ps-md.sql
logdir = /tmp
socket = /tmp/node3/node3_socket.sock
user =root
password =
threads = 1
queries-per-thread = 10000000
verbose = No
log-all-queries = Yes
log-failed-queries = Yes
shuffle = Yes
log-query-statistics = No
log-query-duration = No
log-client-output = No
log-query-number = No
run= Yes