[mysqld]
datadir=/usr/local/mysql/var
server-id=1
wsrep_on=ON
wsrep_provider=/usr/local/mariadb-10.3.11-linux-systemd-x86_64/lib/galera/libgalera_smm.so
wsrep_cluster_name=test_cluster
wsrep_cluster_address=gcomm://192.168.23.15
wsrep_sst_method=rsync
wsrep_sst_auth=root
wsrep_node_address=192.168.23.15
wsrep_node_name=node-1
binlog-format=ROW

log-bin
sync-binlog=0
innodb-flush-log-at-trx-commit=0





$ ./sysbench.sh 
sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)

Initializing worker threads...

Creating table 'sbtest3'...
Creating table 'sbtest5'...
Creating table 'sbtest9'...
Creating table 'sbtest1'...
Creating table 'sbtest2'...
Creating table 'sbtest10'...
Creating table 'sbtest8'...
Creating table 'sbtest4'...
Creating table 'sbtest6'...
Creating table 'sbtest7'...
Inserting 100000 records into 'sbtest3'
Inserting 100000 records into 'sbtest5'
Inserting 100000 records into 'sbtest1'
Inserting 100000 records into 'sbtest9'
Inserting 100000 records into 'sbtest2'
Inserting 100000 records into 'sbtest10'
Inserting 100000 records into 'sbtest8'
Inserting 100000 records into 'sbtest4'
Inserting 100000 records into 'sbtest6'
Inserting 100000 records into 'sbtest7'
Creating a secondary index on 'sbtest3'...
Creating a secondary index on 'sbtest5'...
Creating a secondary index on 'sbtest4'...
Creating a secondary index on 'sbtest8'...
Creating a secondary index on 'sbtest10'...
Creating a secondary index on 'sbtest2'...
Creating a secondary index on 'sbtest6'...
Creating a secondary index on 'sbtest1'...
Creating a secondary index on 'sbtest9'...
Creating a secondary index on 'sbtest7'...
sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 16
Initializing random number generator from current time


Initializing worker threads...

Threads started!

SQL statistics:
    queries performed:
        read:                            162400
        write:                           46400
        other:                           23200
        total:                           232000
    transactions:                        11600  (1158.59 per sec.)
    queries:                             232000 (23171.90 per sec.)
    ignored errors:                      0      (0.00 per sec.)
    reconnects:                          0      (0.00 per sec.)

General statistics:
    total time:                          10.0110s
    total number of events:              11600

Latency (ms):
         min:                                  2.22
         avg:                                 13.79
         max:                                793.86
         95th percentile:                     43.39
         sum:                             159954.68

Threads fairness:
    events (avg/stddev):           725.0000/26.06
    execution time (avg/stddev):   9.9972/0.01

sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 16
Initializing random number generator from current time


Initializing worker threads...

Threads started!

SQL statistics:
    queries performed:
        read:                            175042
        write:                           50012
        other:                           25006
        total:                           250060
    transactions:                        12503  (1247.79 per sec.)
    queries:                             250060 (24955.80 per sec.)
    ignored errors:                      0      (0.00 per sec.)
    reconnects:                          0      (0.00 per sec.)

General statistics:
    total time:                          10.0188s
    total number of events:              12503

Latency (ms):
         min:                                  2.17
         avg:                                 12.81
         max:                                144.46
         95th percentile:                     40.37
         sum:                             160130.49

Threads fairness:
    events (avg/stddev):           781.4375/18.29
    execution time (avg/stddev):   10.0082/0.00

