mysqlslap 5.1.4后官方提供的一个压测工具

mysqlslap压测工具

mysql bin目录下执行

1000个客户端,重复10次自动生成sql语句,总共1000个查询
mysqlslap -uroot -pqingshi123 --concurrency=1000 --iterations 10 -a --auto-generate-sql-add-autoincrement --engine=innodb --number-of-queries=1000

相关文章:

  • 2022-02-07
  • 2021-06-09
  • 2021-11-11
  • 2021-06-27
  • 2022-01-23
  • 2021-10-10
  • 2022-01-01
猜你喜欢
  • 2021-07-26
  • 2021-09-12
  • 2022-01-01
  • 2022-01-01
  • 2021-10-28
  • 2021-08-16
  • 2021-10-22
相关资源
相似解决方案