Technologies/MySQL/mysql.performance.cpu_time
MySQLMySQLMetric

mysql.performance.cpu_time

Percentage of CPU time spent by MySQL.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
Percentage of CPU time spent by MySQL.
Dimensions:None
Related Insights (2)
Binary Log Spike Cascadecritical

Sudden spike in binary log disk usage triggers CPU, network, and IOPS saturation, creating a cascading slowdown. Large write operations (bulk updates, schema changes) generate excessive binlog data faster than it can be purged, leading to storage pressure and performance degradation.

Row Lock Contention Bottleneckwarning

High concurrent writes waiting for InnoDB row locks reduces throughput despite available CPU/IOPS capacity. Transactions queue waiting for locks rather than executing, masking true capacity limits and increasing query latency.