mysqlslap是從MySQL的5.1.4版開始就開始官方提供的壓力測試工具。通過模拟多個并發用戶端并發通路MySQL來執行壓力測試,同時提供了較詳細的SQL執行資料性能報告,并且能很好的對比多個存儲引擎(MyISAM,InnoDB等)在相同環境下的相同并發壓力下的性能差别。
mysqlslap官方文檔: https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html
Table 4.14 <code>mysqlslap</code> Options
Format
Description
Introduced
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql">--auto-generate-sql</a>
Generate SQL statements automatically when they are not supplied in files or using command options
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-add-autoincrement">--auto-generate-sql-add-autoincrement</a>
Add AUTO_INCREMENT column to automatically generated tables
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-execute-number">--auto-generate-sql-execute-number</a>
Specify how many queries to generate automatically
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-guid-primary">--auto-generate-sql-guid-primary</a>
Add a GUID-based primary key to automatically generated tables
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-load-type">--auto-generate-sql-load-type</a>
Specify the test load type
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-secondary-indexes">--auto-generate-sql-secondary-indexes</a>
Specify how many secondary indexes to add to automatically generated tables
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-unique-query-number">--auto-generate-sql-unique-query-number</a>
How many different queries to generate for automatic tests.
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-unique-write-number">--auto-generate-sql-unique-write-number</a>
How many different queries to generate for --auto-generate-sql-write-number
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_auto-generate-sql-write-number">--auto-generate-sql-write-number</a>
How many row inserts to perform on each thread
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_commit">--commit</a>
How many statements to execute before committing.
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_compress">--compress</a>
Compress all information sent between client and server
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_concurrency">--concurrency</a>
Number of clients to simulate when issuing the SELECT statement
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_create">--create</a>
File or string containing the statement to use for creating the table
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_create-schema">--create-schema</a>
Schema in which to run the tests
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_csv">--csv</a>
Generate output in comma-separated values format
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_debug">--debug</a>
Write debugging log
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_debug-check">--debug-check</a>
Print debugging information when program exits
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_debug-info">--debug-info</a>
Print debugging information, memory, and CPU statistics when program exits
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_default-auth">--default-auth</a>
Authentication plugin to use
5.6.2
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_defaults-extra-file">--defaults-extra-file</a>
Read named option file in addition to usual option files
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_defaults-file">--defaults-file</a>
Read only named option file
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_defaults-group-suffix">--defaults-group-suffix</a>
Option group suffix value
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_delimiter">--delimiter</a>
Delimiter to use in SQL statements
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_detach">--detach</a>
Detach (close and reopen) each connection after each N statements
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_enable-cleartext-plugin">--enable-cleartext-plugin</a>
Enable cleartext authentication plugin
5.6.7
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_engine">--engine</a>
Storage engine to use for creating the table
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_help">--help</a>
Display help message and exit
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_host">--host</a>
Connect to MySQL server on given host
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_iterations">--iterations</a>
Number of times to run the tests
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_login-path">--login-path</a>
Read login path options from .mylogin.cnf
5.6.6
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_no-defaults">--no-defaults</a>
Read no option files
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_no-drop">--no-drop</a>
Do not drop any schema created during the test run
5.6.3
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_number-char-cols">--number-char-cols</a>
Number of VARCHAR columns to use if --auto-generate-sql is specified
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_number-int-cols">--number-int-cols</a>
Number of INT columns to use if --auto-generate-sql is specified
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_number-of-queries">--number-of-queries</a>
Limit each client to approximately this number of queries
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_only-print">--only-print</a>
Do not connect to databases. mysqlslap only prints what it would have done
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_password">--password</a>
Password to use when connecting to server
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_pipe">--pipe</a>
On Windows, connect to server using named pipe
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_plugin-dir">--plugin-dir</a>
Directory where plugins are installed
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_port">--port</a>
TCP/IP port number to use for connection
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_post-query">--post-query</a>
File or string containing the statement to execute after the tests have completed
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_post-system">--post-system</a>
String to execute using system() after the tests have completed
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_pre-query">--pre-query</a>
File or string containing the statement to execute before running the tests
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_pre-system">--pre-system</a>
String to execute using system() before running the tests
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_print-defaults">--print-defaults</a>
Print default options
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_protocol">--protocol</a>
Connection protocol to use
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_query">--query</a>
File or string containing the SELECT statement to use for retrieving data
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_secure-auth">--secure-auth</a>
Do not send passwords to server in old (pre-4.1) format
5.6.17
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_shared-memory-base-name">--shared-memory-base-name</a>
The name of shared memory to use for shared-memory connections
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_silent">--silent</a>
Silent mode
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_socket">--socket</a>
For connections to localhost, the Unix socket file to use
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl</a>
Enable secure connection
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-ca</a>
Path of file that contains list of trusted SSL CAs
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-capath</a>
Path of directory that contains trusted SSL CA certificates in PEM format
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-cert</a>
Path of file that contains X509 certificate in PEM format
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-cipher</a>
List of permitted ciphers to use for connection encryption
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-crl</a>
Path of file that contains certificate revocation lists
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-crlpath</a>
Path of directory that contains certificate revocation list files
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-key</a>
Path of file that contains X509 key in PEM format
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-mode</a>
Security state of connection to server
5.6.30
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_ssl">--ssl-verify-server-cert</a>
Verify server certificate Common Name value against host name used when connecting to server
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_user">--user</a>
MySQL user name to use when connecting to server
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_verbose">--verbose</a>
Verbose mode
<a href="https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html#option_mysqlslap_version">--version</a>
Display version information and exit
<code>--user=user_name, -u user_name 連接配接MySQL服務時用的使用者名</code>
<code>--password[=password], -p[password] 連接配接MySQL服務時用的密碼</code>
<code>--create-schema 代表自定義的測試庫名稱,測試的schema,MySQL中schema也就是database。</code>
<code>(沒指定使用哪個資料庫時,可能會遇到錯誤mysqlslap: Error when connecting to server: 1049 Unknown database </code><code>'mysqlslap'</code><code>)</code>
<code>--query=name,-q 使用自定義腳本執行測試(可以是SQL字元串或腳本),例如可以調用自定義的一個存儲過程或者sql語句來執行測試。</code>
<code>--create 建立表所需的SQL(可以是SQL字元串或腳本)</code>
<code>--concurrency=N, -c N 表示并發量,也就是模拟多少個用戶端同時執行query。可指定多個值,以逗号或者--delimiter參數指定的值做為分隔符。例如:--concurrency=100,200,500(分别執行100、200、500個并發)。</code>
<code>--iterations=N, -i N 測試執行的疊代次數,代表要在不同的并發環境中,各自運作測試多少次;多次運作以便讓結果更加準确。</code>
<code>--number-of-queries=N 總的測試查詢次數(并發客戶數×每客戶查詢次數)</code>
<code>--engine=engine_name, -e engine_name 代表要測試的引擎,可以有多個,用分隔符隔開。例如:--engine=myisam,innodb,memory。</code>
<code>--auto-generate-sql, -a 自動生成測試表和資料,表示用mysqlslap工具自己生成的SQL腳本來測試并發壓力。</code>
<code>--auto-generate-sql-load-</code><code>type</code><code>=</code><code>type</code> <code>測試語句的類型。代表要測試的環境是讀操作還是寫操作還是兩者混合的。取值包括:</code><code>read</code> <code>(scan tables), write (insert into tables), key (</code><code>read</code> <code>primary keys), update (update primary keys), or mixed (half inserts, half scanning selects). 預設值是:mixed.</code>
<code>--auto-generate-sql-add-auto-increment 代表對生成的表自動添加auto_increment列,從5.1.18版本開始支援。</code>
<code>--number-char-cols=N, -x N 自動生成的測試表中包含多少個字元類型的列,預設1</code>
<code>--number-int-cols=N, -y N 自動生成的測試表中包含多少個數字類型的列,預設1</code>
<code>--commint=N 多少條DML後送出一次。</code>
<code>--compress, -C 如果伺服器和用戶端支援都壓縮,則壓縮資訊傳遞。</code>
<code>--only-print 隻列印測試語句而不實際執行。</code>
<code>--detach=N 執行N條語句後斷開重連。</code>
<code>--debug-info, -T 列印記憶體和CPU的相關資訊。</code>
mysqlslap的運作有如下3個步驟:
1. 建立schema、table、test data 等 (在MySQL中,schema就是database);
2. 運作負載測試,可以使用多個并發用戶端連接配接;
3. 測試環境清理(删除建立的資料、表等)。
案例:
[root@mysql ~]# mysqlslap -a --concurrency=50,100 --number-of-queries 1000 --auto-generate-sql-add-autoincrement --number-char-cols=10 --number-int-cols=5 -poracle
Warning: Using a password on the command line interface can be insecure.
Benchmark
Average number of seconds to run all queries: 0.775 seconds
Minimum number of seconds to run all queries: 0.775 seconds
Maximum number of seconds to run all queries: 0.775 seconds
Number of clients running queries: 50
Average number of queries per client: 20
Average number of seconds to run all queries: 0.984 seconds
Minimum number of seconds to run all queries: 0.984 seconds
Maximum number of seconds to run all queries: 0.984 seconds
Number of clients running queries: 100
Average number of queries per client: 10
[root@mysql ~]# mysqlslap -a --concurrency=50,100 --number-of-queries 1000 --auto-generate-sql-add-autoincrement --number-char-cols=10 --number-int-cols=5 --engine=myisam,innodb -poracle
Running for engine myisam
Average number of seconds to run all queries: 0.117 seconds
Minimum number of seconds to run all queries: 0.117 seconds
Maximum number of seconds to run all queries: 0.117 seconds
Average number of seconds to run all queries: 0.129 seconds
Minimum number of seconds to run all queries: 0.129 seconds
Maximum number of seconds to run all queries: 0.129 seconds
Running for engine innodb
Average number of seconds to run all queries: 1.665 seconds
Minimum number of seconds to run all queries: 1.665 seconds
Maximum number of seconds to run all queries: 1.665 seconds
Average number of seconds to run all queries: 1.480 seconds
Minimum number of seconds to run all queries: 1.480 seconds
Maximum number of seconds to run all queries: 1.480 seconds
文章可以轉載,必須以連結形式标明出處。
本文轉自 張沖andy 部落格園部落格,原文連結: http://www.cnblogs.com/andy6/p/6991902.html ,如需轉載請自行聯系原作者