mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
9 lines
450 B
Markdown
9 lines
450 B
Markdown
|
<a name="system_tables-system.asynchronous_metrics"></a>
|
||
|
|
||
|
# system.asynchronous_metrics
|
||
|
|
||
|
Contain metrics used for profiling and monitoring.
|
||
|
They usually reflect the number of events currently in the system, or the total resources consumed by the system.
|
||
|
Example: The number of SELECT queries currently running; the amount of memory in use.`system.asynchronous_metrics`and`system.metrics` differ in their sets of metrics and how they are calculated.
|
||
|
|