list_sessions
List current MySQL sessions with per-command counts, flagging sleeping sessions that may indicate connection-pool leaks.
Instructions
[READ] Current sessions (processlist) with per-command counts.
Flags sleeping sessions (connection-pool leak suspects).
Args: include_sleeping: Include sessions in command=Sleep (default True). target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| include_sleeping | No |