Tag

mysqlslap

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 29, 2022 · Databases

Diagnosing Abnormal MySQL Connection Traffic with strace and mysqlslap

This article demonstrates how to locate the source of abnormal MySQL connection traffic by identifying the offending socket, tracing its system‑call stack with strace, and correlating the activity to specific application logic such as create/drop database and workload tasks.

MySQLPerformancedatabases
0 likes · 4 min read
Diagnosing Abnormal MySQL Connection Traffic with strace and mysqlslap
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 30, 2021 · Databases

Why mysqlslap Shows Smoother Results Than sysbench for SQL Performance Testing

The article explains that mysqlslap appears to produce smoother latency results than sysbench because mysqlslap reports metrics per test round rather than per individual SQL statement, leading to mis‑interpretation of Max/Avg/Min values, while sysbench can reveal per‑statement latency variations.

MySQLSQL latencybenchmarking
0 likes · 4 min read
Why mysqlslap Shows Smoother Results Than sysbench for SQL Performance Testing
Code Ape Tech Column
Code Ape Tech Column
Jan 4, 2021 · Databases

Using MySQL’s mysqlslap and Sysbench for Database Stress Testing

This article explains how to perform MySQL performance benchmarking with the built‑in mysqlslap tool and the third‑party sysbench utility, covering configuration changes, command‑line options, data preparation, execution steps, and interpretation of the resulting metrics.

BenchmarkDatabase PerformanceMySQL
0 likes · 15 min read
Using MySQL’s mysqlslap and Sysbench for Database Stress Testing