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.