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

Hi all I would like to know how sysbench is currently available on SUSE. I tried to download sysbench through curl, but the following problems occur "curl -s https://packagecloud.io/install/repositories/akopytov/sysbench/script.rpm.sh |...

I do the 'oltp_update_index' experiment of sysbench in kingshard. I encountered the following problem ```bash (base) darcyzhang@debian:~$ sysbench /usr/share/sysbench/oltp_update_index.lua \ > --mysql-host=192.168.5.217 \ > --mysql-port=9696 \ > --mysql-user=root \ >...

Using sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2) I did a sysbench test on every host server that I have, there are different results for some hosts, where on some hosts...

First commit fixes critical bug in sb_rand which broke Gaussian distribution due to 'rand_iter' initialized to zero after Special distribution has got dropped. Second commit extends supported --memory-total-size and --memory-block-size...

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2) mysql5.7 aarch64 CentOS Linux release 7.6.1810 (AltArch) sysbench --db-driver=mysql --mysql-host=xxxx --mysql-port=3306 --mysql-user=root --mysql-password=xxxxxx --mysql-socket=/stonedb57/install/tmp/mysql.sock --mysql-db=xxx --table_size=800 --tables=100 --time=600 --create_secondary=false --threads=1 --mysql_storage_engine=stonedb /usr/share/sysbench/oltp_read_only.lua prepare ```...

I tried sysbench with the following build steps: ``` ./autogen.sh ./configure --host=riscv64-linux-gnu --without-mysql make ``` And failed with: ``` make[1]: Entering directory '/home/zetalog/workspace/kuhan/sysbench/third_party/concurrency_kit' rm -rf tmp mkdir tmp tar -C...

On a system installed with Oracle Linux 7 the rndwr tests are failing. (rndrd and the rest work fine) /usr/local/bin/sysbench fileio cleanup > /dev/null /usr/local/bin/sysbench fileio prepare >/dev/null /usr/local/bin/sysbench fileio...

occure error: ``` [sysbench-1.0.20]# sysbench --threads=100 --thread-init-timeout=300 xxx oltp_read_write run sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2) invalid option: --thread-init-timeout=300 [sysbench-1.0.20]# sysbench --version sysbench 1.0.20 ```

command steps: 1. sysbench --file-num=20 --threads=20 fileio --file-total-size=20G --events=1000000 --file-test-mode=rndrw prepare this runs ok. 2. sysbench --file-num=20 --threads=20 fileio --file-total-size=20G --events=1000000 --file-test-mode=rndrw run then got errors: FATAL: Failed to fsync...

The pthread library does not set the errno variable upon error. The error code is returned by the function instead. Without the patch, the following error message may occur: "FATAL:...