Skip to content
elbaro edited this page Apr 24, 2023 · 7 revisions

Example 1

❯ mysqlslap --delimiter=";" --create="CREATE TABLE a (b int);INSERT INTO a VALUES (23)" --query="SELECT * FROM a" --concurrency=50 --iterations=200

mybee only reads the client ip for new connections. 0.0.0.0 means the connection was made before mybee attaches.

Example 2

❯ mysqlslap --concurrency=5 --iterations=20 --number-int-cols=2 --number-char-cols=3 --auto-generate-sql
Clone this wiki locally