mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
9 lines
326 B
Markdown
Executable File
9 lines
326 B
Markdown
Executable File
<a name="system_tables-system.events"></a>
|
||
|
||
# system.events
|
||
|
||
Contains information about the number of events that have occurred in the system. This is used for profiling and monitoring purposes.
|
||
Example: The number of processed SELECT queries.
|
||
Columns: 'event String' – the event name, and 'value UInt64' – the quantity.
|
||
|