|
5 | 5 |
|
6 | 6 | The simple Next.js dashboard that relies on `system.*` tables to help monitor and provide an overview of your ClickHouse cluster. |
7 | 7 |
|
8 | | -Features: |
| 8 | +**Features:** |
9 | 9 |
|
10 | 10 | - Query monitor: current queries, query history, query resources (memory, parts read, file_open, ...), most expensive queries, most used tables or columns, etc. |
11 | 11 | - Cluster monitor: total memory/CPU usage, distributed queue, global settings, mergetree settings, metrics, etc. |
12 | 12 | - Tables and parts information: size, row count, compression, part size, etc., at the column level detail. |
13 | 13 | - Useful tools: Zookeeper data exploration, query EXPLAIN, kill queries, etc. |
14 | 14 | - Visualization metric charts: queries and resource usage, number of merges/mutation, merge performance, query performance, etc. |
15 | 15 |
|
16 | | -**Demo** (_The ClickHouse server running on my homelab so can be slow sometimes_): |
| 16 | +## Demo |
| 17 | + |
| 18 | +_The ClickHouse server running on my homelab so can be slow sometimes_: |
17 | 19 |
|
18 | 20 | - [clickhouse-monitoring.vercel.app](https://clickhouse-monitoring.vercel.app) |
19 | 21 | - [clickhouse.duyet.net](https://clickhouse.duyet.net) |
20 | 22 |
|
21 | | -**Documentation**: |
| 23 | +## Documentation |
| 24 | + |
| 25 | +at https://duyet.github.io/clickhouse-monitoring |
22 | 26 |
|
23 | | -- https://duyet.github.io/clickhouse-monitoring/ |
24 | | - - [Getting Started](https://duyet.github.io/clickhouse-monitoring/getting-started) |
25 | | - - [Local Development](https://duyet.github.io/clickhouse-monitoring/getting-started/local) |
26 | | - - [User Role and Profile](https://duyet.github.io/clickhouse-monitoring/getting-started/clickhouse-requirements) |
27 | | - - [Enable System Tables](https://duyet.github.io/clickhouse-monitoring/getting-started/clickhouse-enable-system-tables) |
28 | | - - [Deployments](https://duyet.github.io/clickhouse-monitoring/deploy) |
29 | | - - [Vercel](https://duyet.github.io/clickhouse-monitoring/deploy/vercel) |
30 | | - - [Docker](https://duyet.github.io/clickhouse-monitoring/deploy/docker) |
31 | | - - [Kubernetes Helm Chart](https://duyet.github.io/clickhouse-monitoring/deploy/k8s) |
32 | | - - [Advanced](https://duyet.github.io/clickhouse-monitoring/advanced) |
| 27 | +- [Getting Started](https://duyet.github.io/clickhouse-monitoring/getting-started) |
| 28 | + - [Local Development](https://duyet.github.io/clickhouse-monitoring/getting-started/local) |
| 29 | + - [User Role and Profile](https://duyet.github.io/clickhouse-monitoring/getting-started/clickhouse-requirements) |
| 30 | + - [Enable System Tables](https://duyet.github.io/clickhouse-monitoring/getting-started/clickhouse-enable-system-tables) |
| 31 | +- [Deployments](https://duyet.github.io/clickhouse-monitoring/deploy) |
| 32 | + - [Vercel](https://duyet.github.io/clickhouse-monitoring/deploy/vercel) |
| 33 | + - [Docker](https://duyet.github.io/clickhouse-monitoring/deploy/docker) |
| 34 | + - [Kubernetes Helm Chart](https://duyet.github.io/clickhouse-monitoring/deploy/k8s) |
| 35 | +- [Advanced](https://duyet.github.io/clickhouse-monitoring/advanced) |
33 | 36 |
|
34 | | -**Screenshots**: |
| 37 | +## Screenshots |
35 | 38 |
|
36 | 39 |  |
37 | 40 |  |
|
0 commit comments