MySQL mariadb. 性能_MySQL/MariaDB数据库的性能测试

[root@node103.yinzhengjie.org.cn ~]# mysqlslap --help

mysqlslap Ver1.0 Distrib 5.5.64-MariaDB, forLinux (x86_64)

Copyright (c)2005, 2018, Oracle, MariaDB Corporation Ab and others.

Run a query multiple times against the server.

Usage: mysqlslap [OPTIONS]

Default options are read from the following filesinthe given order:/etc/mysql/my.cnf /etc/my.cnf ~/.my.cnf

The followinggroups are read: mysqlslap client client-server client-mariadb

The following options may be given as the first argument:--print-defaults Print the program argument list and exit.--no-defaults Don't read default options from any option file.

The following specify which files/extra groupsare read (specified before remaining options):--defaults-file=# Only read default options from the given file#.--defaults-extra-file=# Read this fileafter the global files are read.--defaults-group-suffix=# Additionally read default groupswith # appended as a suffix.-?, --help Display this help and exit.-a, --auto-generate-sql

Generate SQL where not supplied byfileor command line.--auto-generate-sql-add-autoincrement

Add an AUTO_INCREMENT column to auto-generated tables.--auto-generate-sql-execute-number=#

Set this number to generate a set number of queries to

run.--auto-generate-sql-guid-primary

Add GUID based primary keys to auto-generated tables.--auto-generate-sql-load-type=name

Specify test load type: mixed, update,write, key, or

read; default is mixed.--auto-generate-sql-secondary-indexes=#

Number of secondary indexes to add to auto-generated

tables.--auto-generate-sql-unique-query-number=#

Number of unique queries to generateforautomatic tests.--auto-generate-sql-unique-write-number=#

Number of unique queries to generateforauto-generate-sql-write-number.--auto-generate-sql-write-number=#

Number of row inserts to performforeach thread (default

is100).--commit=# Commit records every X number of statements.-C, --compress Use compression in server/client protocol.-c, --concurrency=name

Number of clients to simulateforquery to run.--create=name File or stringto use create tables.--create-schema=name

Schema to run testsin.--csv[=name] Generate CSV output to named file or to stdout if no fileis named.-#, --debug[=#] This is a non-debug version. Catch this and exit.--debug-check Check memory and open fileusage at exit.-T, --debug-info Print some debug infoat exit.--default-auth=name Default authentication client-side plugin to use.-F, --delimiter=name

Delimiter to usein SQL statements supplied in fileor

command line.--detach=# Detach (close and reopen) connections after X number of

requests.-e, --engine=name Comma separated list of storage engines to use forcreating the table. The test is runforeach engine. You

can also specify an optionfor an engine after a `:',

like memory:max_row=2300

-h, --host=name Connect to host.--init-command=name SQL Command to execute when connecting to MySQL server.

Will automatically be re-executed when reconnecting.-i, --iterations=# Number of times to run the tests.--no-drop Do not drop the schema after the test.-x, --number-char-cols=name

Number of VARCHAR columns to createin table ifspecifying--auto-generate-sql.-y, --number-int-cols=name

Number of INT columns to createin table ifspecifying--auto-generate-sql.--number-of-queries=#

Limit each client to this number of queries (this is not

exact).--only-print Do not connect to the databases, but instead print out

what would have beendone.-p, --password[=name]

Password to use when connecting to server. If password is

not given it's asked from the tty.

--plugin-dir=name Directory for client-side plugins.-P, --port=# Port number to use forconnection.--post-query=name Query to run or filecontaining query to execute after

tests have completed.--post-system=name system() stringto execute after tests have completed.--pre-query=name Query to run or filecontaining query to execute before

running tests.--pre-system=name system() stringto execute before running tests.--protocol=name The protocol to use forconnection (tcp, socket, pipe,

memory).-q, --query=name Query to run or filecontaining query to run.-s, --silent Run program in silent mode -no output.-S, --socket=name The socket file to use forconnection.--ssl Enable SSL forconnection (automatically enabled with

other flags).--ssl-ca=name CA file inPEM format (check OpenSSL docs, implies--ssl).--ssl-capath=name CA directory (check OpenSSL docs, implies --ssl).--ssl-cert=name X509 cert in PEM format (implies --ssl).--ssl-cipher=name SSL cipher to use (implies --ssl).--ssl-key=name X509 key in PEM format (implies --ssl).--ssl-verify-server-cert

Verify server's "Common Name" in its cert against

hostnameused when connecting. This option is disabled by

default.-u, --user=name User for login ifnot current user.-v, --verbose More verbose output; you can use this multiple times to

get evenmoreverbose output.-V, --version Output version information and exit.

Variables (--variable-name=value)

and boolean options {FALSE|TRUE} Value (after reading options)------------------------------------- ------------------------------------auto-generate-sql FALSE

auto-generate-sql-add-autoincrement FALSE

auto-generate-sql-execute-number 0auto-generate-sql-guid-primary FALSE

auto-generate-sql-load-type mixed

auto-generate-sql-secondary-indexes 0auto-generate-sql-unique-query-number 10auto-generate-sql-unique-write-number 10auto-generate-sql-write-number 100commit0compress FALSE

concurrency (No default value)

create (No default value)

create-schema mysqlslap

debug-check FALSE

debug-infoFALSE

default-auth (No default value)

delimiter

detach0engine (No default value)

host (No default value)

init-command (No default value)

iterations1no-drop FALSE

number-char-cols (No default value)

number-int-cols (No default value)

number-of-queries 0only-print FALSE

plugin-dir(No default value)

port3306post-query (No default value)

post-system (No default value)

pre-query (No default value)

pre-system (No default value)

query (No default value)

silent FALSE

socket (No default value)

ssl FALSE

ssl-ca (No default value)

ssl-capath (No default value)

ssl-cert (No default value)

ssl-cipher (No default value)

ssl-key (No default value)

ssl-verify-server-cert FALSE

user (No default value)

verbose (No default value)

[root@node103.yinzhengjie.org.cn~]#

[root@node103.yinzhengjie.org.cn~]#

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
抱歉,我无法访问互联网并提供实时的网页内容。但是,我可以告诉你一些关于MariaDB的基本信息。 MariaDB是一个开源的关系型数据库管理系统,它是MySQL的一个分支。它提供了高性能、可靠性和可扩展性,并且与MySQL兼容。你提到的链接似乎是MariaDB的下载链接,指向了一个特定版本的MariaDB。 根据链接中的信息,http://yum.mariadb.org/10.3.3.4/centos7-amd64 是一个yum软件包管理器的源地址,用于在CentOS 7操作系统上安装MariaDB 10.3.3.4版本的64位软件包。 如果你想在CentOS 7上安装MariaDB,你可以按照以下步骤操作: 1. 打开终端或SSH连接到你的CentOS 7服务器。 2. 运行以下命令以添加MariaDB的yum源: ``` sudo vi /etc/yum.repos.d/MariaDB.repo ``` 3. 在编辑器中,将以下内容粘贴到文件中: ``` [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.3.3.4/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 ``` 4. 保存并关闭文件。 5. 运行以下命令以安装MariaDB: ``` sudo yum install MariaDB-server MariaDB-client ``` 6. 安装完成后,你可以使用以下命令启动MariaDB服务: ``` sudo systemctl start mariadb ``` 并使用以下命令设置MariaDB在系统启动时自动启动: ``` sudo systemctl enable mariadb ``` 这是一个简单的安装过程,你可以根据自己的需求进行进一步的配置和管理。如果你有其他关于MariaDB的问题,请随时提问。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值