Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The --config-file option does not work in sysbench 1.1.0 #498

Open
Likkey opened this issue Jun 14, 2023 · 0 comments
Open

The --config-file option does not work in sysbench 1.1.0 #498

Likkey opened this issue Jun 14, 2023 · 0 comments

Comments

@Likkey
Copy link

Likkey commented Jun 14, 2023

I have encountered an issue with sysbench 1.1.0 where the configuration parameters specified in the configuration file using the --config-file option are not taking effect. I have specified the following configuration files:

db-driver=mysql
mysql-user=test
mysql-password=test123456
mysql-db=testdb
table-size=1000000
tables=10

or

memory-block-size=1M
memory-total-size=90G

I am running sysbench using the following commands:
sysbench --config-file=testconfig.cfg /usr/local/share/sysbench/oltp_read_write.lua prepare
or
sysbench --config-file=config.cfg memory run
I have confirmed that the path to the configuration file is correct. However, none of these configuration parameters seem to be taking effect when I run sysbench using the --config-file option. On the other hand, if I specify the same parameters directly on the command line, they work as expected.

Does anyone know what could be causing this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant