MatrixBench

This document introduces MatrixBench, the stability testing tool for YMatrix.

MatrixBench (shortened as mxbench) is a performance testing tool for data loading and querying in YMatrix. It can quickly generate random data based on user-defined configurations such as the number of devices, time range, and number of metrics, automatically create tables, and perform data loading and querying either serially or concurrently. During testing, you can flexibly configure metric types, collection intervals, null value ratios, randomness levels, query thread counts, and custom query statements.

MatrixBench can be run via the command line or through a configuration file. The tool is located in the bin/mxbench directory of the YMatrix installation.

Note!
mxbench is now open-source. Code review and contributions are welcome. Please click here to read the README.

Getting Started

Command-Line Parameters

Main Features

Understanding Progress Information and Statistics