Skip to main content
Glama
isdaniel

MySQL-Performance-Tuner-Mcp

analyze_wait_events

Identify MySQL performance bottlenecks by analyzing wait events for locks, I/O operations, buffer pool usage, and log activities to detect resource contention and saturation issues.

Instructions

Analyze MySQL wait events to identify bottlenecks.

Wait events indicate what processes are waiting for:

  • Lock waits (row locks, table locks)

  • I/O waits (disk operations)

  • Buffer pool waits

  • Log waits

  • Mutex and semaphore waits

This helps identify:

  • I/O bottlenecks

  • Lock contention patterns

  • Resource saturation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_categoryNoCategory of events to analyzeall
top_nNoNumber of top events to return

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isdaniel/MySQL-Performance-Tuner-Mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server