mariadb-slap & mysqlslap for MariaDB Community Server 10.3
This page is part of MariaDB's Documentation.
The parent of this page is: Command-Line Interfaces for MariaDB Community Server 10.3
Topics on this page:
Overview
The mysqlslap
utility is used to emulate client load and perform diagnostics with MariaDB Community Server 10.3. It operates as though multiple clients were accessing the server.
MariaDB Community Server 10.3 does not provide a symbolic link to the utility's new name (mariadb-slap
), so the legacy name must be used.
mysqlslap Options for MariaDB Community Server 10.3
Option | Description |
---|---|
Generate SQL where not supplied by file or command line. | |
Add an AUTO_ | |
Set this number to generate a set number of queries to run. | |
Add GUID based primary keys to auto-generated tables. | |
Specify test load type: mixed, update, write, key, or read; default is mixed. | |
Number of secondary indexes to add to auto-generated tables. | |
Number of unique queries to generate for automatic tests. | |
Number of unique queries to generate for auto-generate-sql-write-number. | |
Number of row inserts to perform for each thread (default is 100). | |
Directory for character set files. | |
Commit records every X number of statements. | |
Use compression in server/client protocol. | |
Number of clients to simulate for query to run. | |
File or string to use create tables. | |
Schema to run tests in. | |
Generate CSV output to named file or to stdout if no file is named. | |
This is a non-debug version. Catch this and exit. | |
Check memory and open file usage at exit. | |
Print some debug info at exit. | |
Default authentication client-side plugin to use. | |
Read this file after the global files are read. | |
Only read default options from the given file #. | |
Additionally read default groups with # appended as a suffix. | |
Delimiter to use in SQL statements supplied in file or command line. | |
Detach (close and reopen) connections after X number of requests. | |
Comma separated list of storage engines to use for creating the table. The test is run for each engine. You can also specify an option for an engine after a `:', like memory:max_ | |
Display this help and exit. | |
Connect to host. | |
SQL Command to execute when connecting to MySQL server. Will automatically be re-executed when reconnecting. | |
Number of times to run the tests. | |
Don't read default options from any option file. | |
Do not drop the schema after the test. | |
Number of VARCHAR columns to create in table if specifying --auto-generate-sql. | |
Number of INT columns to create in table if specifying --auto-generate-sql. | |
Limit each client to this number of queries (this is not exact). | |
Do not connect to the databases, but instead print out what would have been done. | |
Password to use when connecting to server. If password is not given it's asked from the tty. | |
Directory for client-side plugins. | |
Port number to use for connection. | |
Query to run or file containing query to execute after tests have completed. | |
system() string to execute after tests have completed. | |
Query to run or file containing query to execute before running tests. | |
system() string to execute before running tests. | |
Print the program argument list and exit. | |
The protocol to use for connection (tcp, socket, pipe, memory). | |
Query to run or file containing query to run. | |
Run program in silent mode - no output. | |
The socket file to use for connection. | |
Enable SSL for connection (automatically enabled with other flags). | |
CA file in PEM format (check OpenSSL docs, implies --ssl). | |
CA directory (check OpenSSL docs, implies --ssl). | |
X509 cert in PEM format (implies --ssl). | |
SSL cipher to use (implies --ssl). | |
Certificate revocation list (implies --ssl). | |
Certificate revocation list path (implies --ssl). | |
X509 key in PEM format (implies --ssl). | |
Verify server's "Common Name" in its cert against hostname used when connecting. This option is disabled by default. | |
User for login if not current user. | |
More verbose output; you can use this multiple times to get even more verbose output. | |
Output version information and exit. |
To see options supported in other versions, see "mariadb-slap & mysqlslap Options by MariaDB Server Version".