Merge pull request #46497 from ClickHouse/alexey-milovidov-patch-6

Update monitoring.md
This commit is contained in:
Alexey Milovidov 2023-02-17 16:03:22 +03:00 committed by GitHub
commit a1cf3f78f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,16 +16,13 @@ You can monitor:
## Resource Utilization {#resource-utilization}
ClickHouse does not monitor the state of hardware resources by itself.
It is highly recommended to set up monitoring for:
ClickHouse also monitors the state of hardware resources by itself such as:
- Load and temperature on processors.
You can use [dmesg](https://en.wikipedia.org/wiki/Dmesg), [turbostat](https://www.linux.org/docs/man8/turbostat.html) or other instruments.
- Utilization of storage system, RAM and network.
This data is collected in the `system.asynchronous_metric_log` table.
## ClickHouse Server Metrics {#clickhouse-server-metrics}
ClickHouse server has embedded instruments for self-state monitoring.