sysbench icon indicating copy to clipboard operation
sysbench copied to clipboard

Scriptable database and system performance benchmark

Results 188 sysbench issues
Sort by recently updated
recently updated
newest added

1. Modify configuration file in concurrency_kit. Support for mips arch. 2. Add empty ck build file for mips arch.

### ISSUE When running a sysbench fileio in seqwr mode, the resulting files do not match the desired block-size/total-size. This causes any further fileio tests to fail with errors similar...

During creation test databases Binary Log File Position Based Replication fails with "Error 'Duplicate key name 'k_3'' on query" Creation script: `sysbench --db-driver=mysql --mysql-user=playground --mysql-password=playgroundpassword \ --mysql-db=sbwritetest1 --range_size=100 \ --table_size=100000...

Is it possible to add in: https://github.com/akopytov/sysbench/blob/805825fa81f633a7477f15ecdc152441e4ef4c83/src/sb_rand.c This code? ``` uint32_t sb_rand_hexadecimal(char *buf, uint32_t min_len, uint32_t max_len) { unsigned int i; uint32_t num_chars; if (max_len == 0) { return 0;...

This is required to fix debug message. Signed-off-by: Zhengyuan Liu

I try to benchmark MySQL in Docker. I tried the Docker Image [severalnines/sysbench](https://hub.docker.com/r/severalnines/sysbench/), which installs `sysbench` in a Debian environment like this **[Dockerfile](https://github.com/ashraf-s9s/sysbench-docker/blob/a6da5972cad251eeaaf75107ee82e5b8b7502fcb/Dockerfile)** ```Dockerfile FROM debian:latest MAINTAINER Severalnines RUN apt-get...

How to customize Lua script and carry out stress test in MySQL database with timestamp data type field as query condition

Solve the problem that cannot compile under MIPS architecture ./configure --with-gcc-arch=mips && make -j && make install