国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當前位置: 首頁 - 科技 - 知識百科 - 正文

mysqlslap壓力測試工具_MySQL

來源:懂視網 責編:小采 時間:2020-11-09 18:37:08
文檔

mysqlslap壓力測試工具_MySQL

mysqlslap壓力測試工具_MySQL:bitsCN.com mysqlslap壓力測試工具 mysqlslap 是從mysql 5.1.4版開始帶的一個mysql測試工具。[root@aeolus1 ~]# mysqlslap --help mysqlslap Ver 1.0 Distrib 5.5.31, for Linux (x86_64)Copyright (c) 20
推薦度:
導讀mysqlslap壓力測試工具_MySQL:bitsCN.com mysqlslap壓力測試工具 mysqlslap 是從mysql 5.1.4版開始帶的一個mysql測試工具。[root@aeolus1 ~]# mysqlslap --help mysqlslap Ver 1.0 Distrib 5.5.31, for Linux (x86_64)Copyright (c) 20

bitsCN.com

mysqlslap壓力測試工具

mysqlslap 是從mysql 5.1.4版開始帶的一個mysql測試工具。

[root@aeolus1 ~]# mysqlslap --help

mysqlslap Ver 1.0 Distrib 5.5.31, for Linux (x86_64)

Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Run a query multiple times against the server.

Usage: mysqlslap [OPTIONS]

Default options are read from the following files in the given order:

/etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf

The following groups are read: mysqlslap client

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.

--defaults-file=# Only read default options from the given file #.

--defaults-extra-file=# Read this file after the global files are read.

-?, --help Display this help and exit.

-a, --auto-generate-sql

Generate SQL where not supplied by file or 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 generate for automatic tests.

--auto-generate-sql-unique-write-number=#

Number of unique queries to generate for

auto-generate-sql-write-number.

--auto-generate-sql-write-number=#

Number of row inserts to perform for each thread (default

is 100).

--commit=# Commit records every X number of statements.

-C, --compress Use compression in server/client protocol.

-c, --concurrency=name

Number of clients to simulate for query to run.

--create=name File or string to use create tables.

--create-schema=name

Schema to run tests in.

--csv[=name] Generate CSV output to named file or to stdout if no file

is named.

-#, --debug[=#] This is a non-debug version. Catch this and exit.

--debug-check Check memory and open file usage at exit.

-T, --debug-info Print some debug info at exit.

--default-auth=name Default authentication client-side plugin to use.

-F, --delimiter=name

Delimiter to use in SQL statements supplied in file or

command line.

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

requests.

--enable-cleartext-plugin

Enable/disable the clear text authentication plugin.

-e, --engine=name Storage engine to use for creating the table.

-h, --host=name Connect to host.

-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 create in table if

specifying --auto-generate-sql.

-y, --number-int-cols=name

Number of INT columns to create in table if specifying

--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 been done.

-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 for connection.

--post-query=name Query to run or file containing query to execute after

tests have completed.

--post-system=name system() string to execute after tests have completed.

--pre-query=name Query to run or file containing query to execute before

running tests.

--pre-system=name system() string to execute before running tests.

--protocol=name The protocol to use for connection (tcp, socket, pipe,

memory).

-q, --query=name Query to run or file containing query to run.

-s, --silent Run program in silent mode - no output.

-S, --socket=name The socket file to use for connection.

-u, --user=name User for login if not current user.

-v, --verbose More verbose output; you can use this multiple times to

get even more verbose output.

-V, --version Output version information and exit.

bitsCN.com

聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

mysqlslap壓力測試工具_MySQL

mysqlslap壓力測試工具_MySQL:bitsCN.com mysqlslap壓力測試工具 mysqlslap 是從mysql 5.1.4版開始帶的一個mysql測試工具。[root@aeolus1 ~]# mysqlslap --help mysqlslap Ver 1.0 Distrib 5.5.31, for Linux (x86_64)Copyright (c) 20
推薦度:
標簽: 測試 my mysql
  • 熱門焦點

最新推薦

猜你喜歡

熱門推薦

專題
Top
主站蜘蛛池模板: 欧美精品亚洲精品 | 日韩一区二区三区精品 | 国产区最新| 亚洲 自拍 另类 欧美 综合 | 国产亚洲精品va在线 | 国产91精品一区二区麻豆亚洲 | 久久频道毛片免费不卡片 | 国产一区二区三区在线视频 | 亚洲伦理 | 日本免费一二三区 | 91福利国产在线观一区二区 | 欧美日本道免费一区二区三区 | 欧美三级一区二区 | 亚洲一区二区三区高清 不卡 | 欧美成人高清视频 | 国产精品毛片va一区二区三区 | 国产精品亚洲欧美一级久久精品 | 欧美在线免费 | 欧美a区 | 久久伊人在 | 日韩欧美中文 | 国产成人精品视频一区二区不卡 | 精品国产日韩亚洲一区在线 | 久久久91精品国产一区二区 | 精品久久久久久国产牛牛app | 久久久久久国产精品视频 | 伊人精品成人久久综合欧美 | 美女a级毛片 | 国产a视频精品免费观看 | 国产亚洲欧美日韩综合另类 | 欧美极品一区 | 欧美午夜影院 | 美女视频黄全免费的 | 国产成人久久精品区一区二区 | 欧美亚洲视频在线观看 | 国产精品一区二区久久精品 | 国产免费黄色 | 国产成人3p视频免费观看 | 亚洲一区免费视频 | 日韩欧美影院 | 欧美第一页在线 |