Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion integrations/connectors/tools/gui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,17 @@ SeekTable is [free](https://www.seektable.com/help/cloud-pricing) for personal/i

### Chadmin {#chadmin}

[Chadmin](https://github.com/bun4uk/chadmin) is a simple UI where you can visualize your currently running queries on your ClickHouse cluster and info about them and kill them if you want.
[Chadmin](https://bun4uk.github.io/chadmin/) is an administration panel for ClickHouse that auto-detects your topology — single node, self-hosted cluster, or
ClickHouse Cloud — and adapts the UI and the SQL it runs accordingly. It is distributed as a single Docker image.

Features:

- Real-time per-node/per-service dashboard of running queries with memory, duration, and formatted SQL (syntax-highlighted, with time-based row coloring)
- Kill long-running queries from the UI
- Users & Access page for inspecting and dropping ClickHouse users
- ClickHouse Cloud: services grouped by warehouse, idle/stopped services can be woken from the UI, deep-linkable via `?warehouse=…&service=…` URL params
- Polling pauses when the browser tab is hidden, so idle Cloud services aren't kept warm by a background tab
- Light/dark theme

### TABLUM.IO {#tablum_io}

Expand Down