mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
7 lines
289 B
ReStructuredText
7 lines
289 B
ReStructuredText
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.
|