SQL System Monitor
The SQL System Monitor is a live view over the server's own catalog of currently-running work — the queries in flight, the process list, and every server variable and status counter — polled straight from the server. No agent, no extra instrumentation. It's the tab you keep open in a second window while you're debugging why the app got slow five minutes ago.
SQL support is in active development — the activity carries a BETA badge in its breadcrumb. Behavior is validated against MySQL/MariaDB first; other dialects surface whatever their SHOW PROCESSLIST / SHOW VARIABLES / SHOW STATUS equivalents return, so column composition varies.
The activity is scoped to a specific SQL connection — open it from the connection's action bar in the SQL sidebar. Every open connection gets its own tab.
A live table of queries the server is currently running. Rows carry a status pill: Running (green pulse) for in-flight statements and Done (dimmed) for statements that have finished since the last render — so you can see something completing between polls instead of it just vanishing.
Off, 1s, 2s, 5s, 10s, 30s. Default is 2s. A green pulsing dot next to the selector reads "Streaming" while polling is active; picking Off shows "Paused".Info/query cell wraps and uses a monospace font so long statements stay readable.EXPLAIN or edit.Full process list from the server (e.g. SHOW FULL PROCESSLIST on MySQL). This is a superset of Current Queries — includes idle sessions, replication connections, and workers not currently executing a statement — and the column set is whatever the driver returns.
Every server variable (e.g. SHOW VARIABLES). A filter box at the top narrows the list by substring — handy when you're hunting for a specific tunable (innodb_buffer_pool_size, max_connections, etc.) without scrolling through hundreds of entries.
Server status counters (e.g. SHOW STATUS) — Threads_connected, Questions, Innodb_rows_read, and so on. Same filter box as the Variables tab.
SHOW PROCESSLIST per second per open monitor tab.EXPLAIN.Download and start managing your MongoDB databases with ease.
Download Free Trial