文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

mysql数据库压力测试工具mysqlslap怎么用

2024-04-02 19:55

关注

这篇文章将为大家详细讲解有关mysql数据库压力测试工具mysqlslap怎么用,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

mysqlslap是从MySQL的5.1.4版开始就开始官方提供的压力测试工具。通过模拟多个并发客户端并发访问MySQL来执行压力测试,同时提供了较详细的SQL执行数据性能报告,并且能很好的对比多个存储引擎(MyISAM,InnoDB等)在相同环境下的相同并发压力下的性能差别。

mysqlslap官方文档: https://dev.mysql.com/doc/refman/5.6/en/mysqlslap.html

Table 4.14 mysqlslap Options

Format Description Introduced
--auto-generate-sql Generate SQL statements automatically when they are not supplied in files or using command options  
--auto-generate-sql-add-autoincrement Add AUTO_INCREMENT column to automatically generated tables  
--auto-generate-sql-execute-number Specify how many queries to generate automatically  
--auto-generate-sql-guid-primary Add a GUID-based primary key to automatically generated tables  
--auto-generate-sql-load-type Specify the test load type  
--auto-generate-sql-secondary-indexes Specify how many secondary indexes to add to automatically generated tables  
--auto-generate-sql-unique-query-number How many different queries to generate for automatic tests.  
--auto-generate-sql-unique-write-number How many different queries to generate for --auto-generate-sql-write-number  
--auto-generate-sql-write-number How many row inserts to perform on each thread  
--commit How many statements to execute before committing.  
--compress Compress all information sent between client and server  
--concurrency Number of clients to simulate when issuing the SELECT statement  
--create File or string containing the statement to use for creating the table  
--create-schema Schema in which to run the tests  
--csv Generate output in comma-separated values format  
--debug Write debugging log  
--debug-check Print debugging information when program exits  
--debug-info Print debugging information, memory, and CPU statistics when program exits  
--default-auth Authentication plugin to use 5.6.2
--defaults-extra-file Read named option file in addition to usual option files  
--defaults-file Read only named option file  
--defaults-group-suffix Option group suffix value  
--delimiter Delimiter to use in SQL statements  
--detach Detach (close and reopen) each connection after each N statements  
--enable-cleartext-plugin Enable cleartext authentication plugin 5.6.7
--engine Storage engine to use for creating the table  
--help Display help message and exit  
--host Connect to MySQL server on given host  
--iterations Number of times to run the tests  
--login-path Read login path options from .mylogin.cnf 5.6.6
--no-defaults Read no option files  
--no-drop Do not drop any schema created during the test run 5.6.3
--number-char-cols Number of VARCHAR columns to use if --auto-generate-sql is specified  
--number-int-cols Number of INT columns to use if --auto-generate-sql is specified  
--number-of-queries Limit each client to approximately this number of queries  
--only-print Do not connect to databases. mysqlslap only prints what it would have done  
--password Password to use when connecting to server  
--pipe On Windows, connect to server using named pipe  
--plugin-dir Directory where plugins are installed 5.6.2
--port TCP/IP port number to use for connection  
--post-query File or string containing the statement to execute after the tests have completed  
--post-system String to execute using system() after the tests have completed  
--pre-query File or string containing the statement to execute before running the tests  
--pre-system String to execute using system() before running the tests  
--print-defaults Print default options  
--protocol Connection protocol to use  
--query File or string containing the SELECT statement to use for retrieving data  
--secure-auth Do not send passwords to server in old (pre-4.1) format 5.6.17
--shared-memory-base-name The name of shared memory to use for shared-memory connections  
--silent Silent mode  
--socket For connections to localhost, the Unix socket file to use  
--ssl Enable secure connection  
--ssl-ca Path of file that contains list of trusted SSL CAs  
--ssl-capath Path of directory that contains trusted SSL CA certificates in PEM format  
--ssl-cert Path of file that contains X509 certificate in PEM format  
--ssl-cipher List of permitted ciphers to use for connection encryption  
--ssl-crl Path of file that contains certificate revocation lists 5.6.3
--ssl-crlpath Path of directory that contains certificate revocation list files 5.6.3
--ssl-key Path of file that contains X509 key in PEM format  
--ssl-mode Security state of connection to server 5.6.30
--ssl-verify-server-cert Verify server certificate Common Name value against host name used when connecting to server  
--user MySQL user name to use when connecting to server  
--verbose Verbose mode  
--version Display version information and exit  
参数参考表: --host=host_name, -h host_name  连接到的MySQL服务器的主机名(或IP地址),默认为本机localhost
--user=user_name, -u user_name  连接MySQL服务时用的用户名

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 资料下载
  • 历年真题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯