innerr / workload-sim.tidb.ticat

Workload simulation automatic test on ticat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workload-sim.tidb.ticat

A ticat modules repo: TiDB workload simulation auto test

Get ticat

Download ticat, or:

Build from source, golang is needed:

$> git clone https://github.com/innerr/ticat
$> cd ticat
$> make

Highly recommend to set ticat dir to system $PATH, it's handy.

Usage:

Download or build ticat first, then fetch modules in this repo:

$> ticat hub.add innerr/workload-sim.tidb.ticat

Then run tests:

(st=selftest)

## Test BR-Text with TPCC/TPCH/Sysbench
$> ticat st.br-t

## Test BR-Text with tpcc
$> ticat conf.tpcc : st.br-t.workload

## Test mole feature collecting and calculating with TPCC/TPCH/Sysbench
$> ticat st.mole

## Test mole feature collecting and calculating with TPCC
$> ticat conf.tpcc : st.mole.workload

About

Workload simulation automatic test on ticat

License:Apache License 2.0


Languages

Language:Shell 100.0%