Querying in ClickHouse CloudThe data in this system table is held locally on each node in ClickHouse Cloud. Obtaining a complete view of all data, therefore, requires the
clusterAllReplicas function. See here for further details.Description
Contains metrics which can be calculated instantly, or have a current value. For example, the number of simultaneously processed queries or the current replica delay. This table is always up to date.Metric descriptions
ActiveTimersInQueryProfiler
Number of Active thread local timers in QueryProfilerAddressesActive
Total count of addresses which are used for creation connections with connection poolsAddressesBanned
Total count of addresses which are banned as faulty for creation connections with connection poolsAggregatorThreads
Number of threads in the Aggregator thread pool.AggregatorThreadsActive
Number of threads in the Aggregator thread pool running a task.AggregatorThreadsScheduled
Number of queued or active jobs in the Aggregator thread pool.ASTFuzzerAccumulatedFragments
Number of AST fragments accumulated by the server-side AST fuzzer for use in future mutations.AsynchronousInsertQueueBytes
Number of pending bytes in the AsynchronousInsert queue.AsynchronousInsertQueueSize
Number of pending tasks in the AsynchronousInsert queue.AsynchronousInsertThreads
Number of threads in the AsynchronousInsert thread pool.AsynchronousInsertThreadsActive
Number of threads in the AsynchronousInsert thread pool running a task.AsynchronousInsertThreadsScheduled
Number of queued or active jobs in the AsynchronousInsert thread pool.AsynchronousReadWait
Number of threads waiting for asynchronous read.AsyncInsertCacheSize
Number of async insert hash id in cacheAttachedDatabase
Active databases.AttachedDictionary
Active dictionaries.AttachedReplicatedTable
Active replicated tables.AttachedTable
Active tables.AttachedView
Active views.AvroSchemaCacheBytes
Size of the Avro schema cache in bytesAvroSchemaCacheCells
Number of cached Avro schemas, including both registered and fetched schemas.AvroSchemaRegistryCacheBytes
Size of the Avro schema registry cache in bytesAvroSchemaRegistryCacheCells
Number of entries in Avro schema registry cacheAzureRequests
Number of currently executing Azure requestsBackgroundBufferFlushSchedulePoolSize
Limit on number of tasks in BackgroundBufferFlushSchedulePoolBackgroundBufferFlushSchedulePoolTask
Number of active tasks in BackgroundBufferFlushSchedulePool. This pool is used for periodic Buffer flushesBackgroundCommonPoolSize
Limit on number of tasks in an associated background poolBackgroundCommonPoolTask
Number of active tasks in an associated background poolBackgroundDistributedSchedulePoolSize
Limit on number of tasks in BackgroundDistributedSchedulePoolBackgroundDistributedSchedulePoolTask
Number of active tasks in BackgroundDistributedSchedulePool. This pool is used for distributed sends that is done in background.BackgroundFetchesPoolSize
Limit on number of simultaneous fetches in an associated background poolBackgroundFetchesPoolTask
Number of active fetches in an associated background poolBackgroundMergesAndMutationsPoolSize
Limit on number of active merges and mutations in an associated background poolBackgroundMergesAndMutationsPoolTask
Number of active merges and mutations in an associated background poolBackgroundMessageBrokerSchedulePoolSize
Limit on number of tasks in BackgroundMessageBrokerSchedulePool for message streamingBackgroundMessageBrokerSchedulePoolTask
Number of active tasks in BackgroundMessageBrokerSchedulePool for message streamingBackgroundMovePoolSize
Limit on number of tasks in BackgroundProcessingPool for movesBackgroundMovePoolTask
Number of active tasks in BackgroundProcessingPool for movesBackgroundQueryThreads
Number of threads in the background query thread pool.BackgroundQueryThreadsActive
Number of threads in the background query thread pool running a task.BackgroundQueryThreadsScheduled
Number of queued or active jobs in the background query thread pool.BackgroundSchedulePoolSize
Limit on number of tasks in BackgroundSchedulePool. This pool is used for periodic ReplicatedMergeTree tasks, like cleaning old data parts, altering data parts, replica re-initialization, etc.BackgroundSchedulePoolTask
Number of active tasks in BackgroundSchedulePool. This pool is used for periodic ReplicatedMergeTree tasks, like cleaning old data parts, altering data parts, replica re-initialization, etc.BackgroundStreamingSchedulePoolSize
Limit on number of tasks in BackgroundStreamingSchedulePool for streaming queries tasksBackgroundStreamingSchedulePoolTask
Number of active tasks in BackgroundStreamingSchedulePool for streaming queries tasksBackupsIOThreads
Number of threads in the BackupsIO thread pool.BackupsIOThreadsActive
Number of threads in the BackupsIO thread pool running a task.BackupsIOThreadsScheduled
Number of queued or active jobs in the BackupsIO thread pool.BackupsThreads
Number of threads in the thread pool for BACKUP.BackupsThreadsActive
Number of threads in thread pool for BACKUP running a task.BackupsThreadsScheduled
Number of queued or active jobs for BACKUP.BcryptCacheBytes
Total size of the bcrypt authentication cache in bytesBcryptCacheSize
Total number of entries in the bcrypt authentication cacheBlobCopierThreads
Number of threads in the thread pool of the object storage disk background replication processBlobCopierThreadsActive
Number of threads in the thread pool of the object storage disk background replication process running a taskBlobCopierThreadsScheduled
Number of queued or active tasks in the thread pool of the object storage disk background replication processBlobKillerThreads
Number of threads in the thread pool of the object storage disk background removal processBlobKillerThreadsActive
Number of threads in the thread pool of the object storage disk background removal process running a taskBlobKillerThreadsScheduled
Number of queued or active tasks in the thread pool of the object storage disk background removal processBrokenDisks
Number of disks disks that were marked as broken during disk check.BrokenDistributedBytesToInsert
Number of bytes for asynchronous insertion into Distributed tables that has been marked as broken. Number of bytes for every shard is summed.BrokenDistributedFilesToInsert
Number of files for asynchronous insertion into Distributed tables that has been marked as broken. Number of files for every shard is summed.BuildVectorSimilarityIndexThreads
Number of threads in the build vector similarity index thread pool.BuildVectorSimilarityIndexThreadsActive
Number of threads in the build vector similarity index thread pool running a task.BuildVectorSimilarityIndexThreadsScheduled
Number of queued or active jobs in the build vector similarity index thread pool.CacheDetachedFileSegments
Number of existing detached cache file segmentsCacheDictionaryThreads
Number of threads in the CacheDictionary thread pool.CacheDictionaryThreadsActive
Number of threads in the CacheDictionary thread pool running a task.CacheDictionaryThreadsScheduled
Number of queued or active jobs in the CacheDictionary thread pool.CacheDictionaryUpdateQueueBatches
Number of ‘batches’ (a set of keys) in update queue in CacheDictionaries.CacheDictionaryUpdateQueueKeys
Exact number of keys in update queue in CacheDictionaries.CacheFileSegments
Number of existing cache file segmentsCacheWarmerBytesInProgress
Total size of remote file segments waiting to be asynchronously loaded into filesystem cache.ColumnsDescriptionsCacheSize
Size of ColumnsDescriptions cache (per-table cache)CompiledExpressionCacheBytes
Reserved page-block capacity (rounded up to whole pages with a 2x over-provisioning factor) held byJITModuleMemoryManager for executable/data sections of cached JIT-compiled functions. NOT the actual bytes of machine code in use (that’s smaller). Allocated via posix_memalign, which is intercepted into jemalloc, so this is accounted within the dedicated JIT arena and is a subset of jemalloc.jit_arena.active_bytes.
CompiledExpressionCacheCount
Total entries in the cache of JIT-compiled machine code.Compressing
Number of compress operations using internal compression codecsCompressionThread
Number of threads in compression thread pools.CompressionThreadActive
Number of threads in compression thread pools running a task.CompressionThreadScheduled
Number of queued or active jobs in compression thread pools.ConcurrencyControlAcquired
Total number of acquired CPU slotsConcurrencyControlAcquiredNonCompeting
Total number of acquired CPU slots that are not considered competing (the first thread if fair_round_robin scheduler is in use)ConcurrencyControlPreempted
Total number of preempted threads waiting for CPU slotConcurrencyControlScheduled
Total number of CPU slot requests are being scheduled currentlyConcurrencyControlSoftLimit
Value of soft limit on number of CPU slotsConcurrentHashJoinPoolThreads
Number of threads in the thread pool for concurrent hash join.ConcurrentHashJoinPoolThreadsActive
Number of threads in the thread pool for concurrent hash join running a task.ConcurrentHashJoinPoolThreadsScheduled
Number of queued or active jobs in the thread pool for concurrent hash join.ConcurrentQueryAcquired
Total number of acquired query slotsConcurrentQueryScheduled
Total number of query slot requests are being scheduled currentlyContextLockWait
Number of threads waiting for lock in Context. This is global lock.CoordinatedMergesCoordinatorAssignedMerges
Number of assigned merges in merge coordinator state.CoordinatedMergesCoordinatorRunningMerges
Number of running merges visible for merge coordinator.CoordinatedMergesWorkerAssignedMerges
Number of assigned merges in merge worker state.CreatedTimersInQueryProfiler
Number of Created thread local timers in QueryProfilerDatabaseBackupThreads
Number of threads in the DatabaseBackup thread pool.DatabaseBackupThreadsActive
Number of threads in the DatabaseBackup thread pool running a task.DatabaseBackupThreadsScheduled
Number of queued or active jobs in the DatabaseBackup thread pool.DatabaseCatalogThreads
Number of threads in the DatabaseCatalog thread pool.DatabaseCatalogThreadsActive
Number of threads in the DatabaseCatalog thread pool running a task.DatabaseCatalogThreadsScheduled
Number of queued or active jobs in the DatabaseCatalog thread pool.DatabaseOnDiskThreads
Number of threads in the DatabaseOnDisk thread pool.DatabaseOnDiskThreadsActive
Number of threads in the DatabaseOnDisk thread pool running a task.DatabaseOnDiskThreadsScheduled
Number of queued or active jobs in the DatabaseOnDisk thread pool.DatabaseReplicatedCreateTablesThreads
Number of threads in the threadpool for table creation in DatabaseReplicated.DatabaseReplicatedCreateTablesThreadsActive
Number of active threads in the threadpool for table creation in DatabaseReplicated.DatabaseReplicatedCreateTablesThreadsScheduled
Number of queued or active jobs in the threadpool for table creation in DatabaseReplicated.DDLWorkerThreads
Number of threads in the DDLWorker thread pool for ON CLUSTER queries.DDLWorkerThreadsActive
Number of threads in the DDLWORKER thread pool for ON CLUSTER queries running a task.DDLWorkerThreadsScheduled
Number of queued or active jobs in the DDLWORKER thread pool for ON CLUSTER queries.Decompressing
Number of decompress operations using internal compression codecsDelayedInserts
Number of INSERT queries that are throttled due to high number of active data parts for partition in a MergeTree table.DeleteBitmapCacheBytes
Total size of the UNIQUE KEY delete-bitmap cache in bytesDeleteBitmapCacheEntries
Total number of UNIQUE KEY delete bitmaps cachedDeltaLakeSnapshotCacheSizeElements
Size in elements of DeltaLake snapshot cache.DestroyAggregatesThreads
Number of threads in the thread pool for destroy aggregate states.DestroyAggregatesThreadsActive
Number of threads in the thread pool for destroy aggregate states running a task.DestroyAggregatesThreadsScheduled
Number of queued or active jobs in the thread pool for destroy aggregate states.DictCacheRequests
Number of requests in fly to data sources of dictionaries of cache type.DiskConnectionsStored
Total count of sessions stored in the session pool for disksDiskConnectionsTotal
Total count of all sessions: stored in the pool and actively used right now for disksDiskObjectStorageAsyncThreads
Obsolete metric, shows nothing.DiskObjectStorageAsyncThreadsActive
Obsolete metric, shows nothing.DiskObjectStorageCopyObjectThreads
Number of threads in the thread pool used to parallelize copyObjectToAnotherObjectStorage calls inside object storage disk transactionsDiskObjectStorageCopyObjectThreadsActive
Number of threads in the disk object storage copy thread pool running a taskDiskObjectStorageCopyObjectThreadsScheduled
Number of queued or active tasks in the disk object storage copy thread poolDiskPlainRewritableAzureDirectoryMapSize
Number of local-to-remote path entries in the ‘plain_rewritable’ in-memory map for AzureObjectStorage.DiskPlainRewritableAzureFileCount
Number of file entries in the ‘plain_rewritable’ in-memory map for AzureObjectStorage.DiskPlainRewritableLocalDirectoryMapSize
Number of local-to-remote path entries in the ‘plain_rewritable’ in-memory map for LocalObjectStorage.DiskPlainRewritableLocalFileCount
Number of file entries in the ‘plain_rewritable’ in-memory map for LocalObjectStorage.DiskPlainRewritableS3DirectoryMapSize
Number of local-to-remote path entries in the ‘plain_rewritable’ in-memory map for S3ObjectStorage.DiskPlainRewritableS3FileCount
Number of file entries in the ‘plain_rewritable’ in-memory map for S3ObjectStorage.DiskS3NoSuchKeyErrors
The number ofNoSuchKey errors that occur when reading data from S3 cloud storage through ClickHouse disks.
DiskSpaceReservedForMerge
Disk space reserved for currently running background merges. It is slightly more than the total size of currently merging parts.DistrCacheAllocatedConnections
Number of currently allocated connections to Distributed Cache connection poolDistrCacheBorrowedConnections
Number of currently borrowed connections to Distributed Cache connection poolDistrCacheOpenedConnections
Number of open connections to Distributed CacheDistrCacheReadBuffers
Number of distributed cache read buffersDistrCacheReadRequests
Number of executed Read requests to Distributed CacheDistrCacheRegisteredServers
Number of distributed cache registered serversDistrCacheRegisteredServersCurrentAZ
Number of distributed cache registered servers in current azDistrCacheServerConnections
Number of open connections to ClickHouse server from Distributed CacheDistrCacheServerRegistryConnections
Number of active connections to ClickHouse server from Distributed Cache (not marked as cancelled because of limit)DistrCacheServerS3CachedClients
Number of distributed cache S3 cached clientsDistrCacheSharedLimitCount
Number of opened connections according to DistributedCache::ConnectionPool::SharedLimitDistrCacheUsedConnections
Number of currently used connections to Distributed CacheDistrCacheWriteBuffers
Number of distributed cache write buffersDistrCacheWriteRequests
Number of executed Write requests to Distributed CacheDistributedBytesToInsert
Number of pending bytes to process for asynchronous insertion into Distributed tables. Number of bytes for every shard is summed.DistributedFilesToInsert
Number of pending files to process for asynchronous insertion into Distributed tables. Number of files for every shard is summed.DistributedIndexAnalysisThreads
Number of threads in the thread pool for distributed index analysis.DistributedIndexAnalysisThreadsActive
Number of threads in the thread pool for distributed index analysis running a task.DistributedIndexAnalysisThreadsScheduled
Number of queued or active jobs in the distributed index analysis thread pool.DistributedInsertThreads
Number of threads used for INSERT into Distributed.DistributedInsertThreadsActive
Number of threads used for INSERT into Distributed running a task.DistributedInsertThreadsScheduled
Number of queued or active jobs used for INSERT into Distributed.DistributedSend
Number of connections to remote servers sending data that was INSERTed into Distributed tables. Both synchronous and asynchronous mode.DNSAddressesCacheBytes
Size of the DNS addresses cache in bytesDNSAddressesCacheSize
Number of cached DNS addressesDNSHostsCacheBytes
Size of the DNS hosts cache in bytesDNSHostsCacheSize
Number of cached DNS hostsDropDistributedCacheThreads
Number of threads in the threadpool for drop distributed cache query.DropDistributedCacheThreadsActive
Number of active threads in the threadpool for drop distributed cache query.DropDistributedCacheThreadsScheduled
Number of queued or active jobs in the threadpool for drop distributed cache.EncryptionHeaderCacheBytes
Total size of the encryption header cache in bytesEncryptionHeaderCacheEntries
Total number of entries in the encryption header cacheEphemeralNode
Number of ephemeral nodes hold in ZooKeeper.ExchangeServerThreads
Number of threads in the distributed exchange server handshake thread pool.ExchangeServerThreadsActive
Number of threads in the distributed exchange server handshake thread pool running a task.ExchangeServerThreadsScheduled
Number of queued or active jobs in the distributed exchange server handshake thread pool.FiberStackBytes
Sum size of currently allocated fiber stacks.FiberStacks
Number of currently allocated fiber stacks (fibers are used for asynchronous communication with remote replicas).FilesystemCacheDelayedCleanupElements
Filesystem cache elements in background cleanup queueFilesystemCacheDownloadQueueElements
Filesystem cache elements in download queueFilesystemCacheDropCacheThreads
Number of threads in the filesystem cache pool for parallel keys removal on SYSTEM DROP FILESYSTEM CACHEFilesystemCacheDropCacheThreadsActive
Number of threads in the filesystem cache keys removal pool running a taskFilesystemCacheDropCacheThreadsScheduled
Number of queued or active jobs in the filesystem cache keys removal poolFilesystemCacheElements
Filesystem cache elements (file segments)FilesystemCacheEvictionThreads
Number of threads in the filesystem cache background eviction (removal) poolFilesystemCacheEvictionThreadsActive
Number of threads in the filesystem cache background eviction pool running a taskFilesystemCacheEvictionThreadsScheduled
Number of queued or active jobs in the filesystem cache background eviction poolFilesystemCacheHoldFileSegments
Filesystem cache file segment which are currently hold as unreleasableFilesystemCacheInvalidatedElements
Number of invalidated (zero size, pending removal) entries in the filesystem cache priority queueFilesystemCacheKeys
Number of keys in filesystem cacheFilesystemCacheOvercommitUsers
Number of users tracked by the overcommit filesystem cache eviction policyFilesystemCachePriorityQueueElements
Total number of entries in the filesystem cache priority queue, including invalidated entries pending removalFilesystemCacheReadBuffers
Number of active cache buffersFilesystemCacheReserveThreads
Threads number trying to reserve space in cacheFilesystemCacheSize
Filesystem cache size in bytesFilesystemCacheSizeLimit
Filesystem cache size limit in bytesFilteringMarksWithPrimaryKey
Number of threads currently doing filtering of mark ranges by the primary keyFilteringMarksWithSecondaryKeys
Number of threads currently doing filtering of mark ranges by secondary keysFormatParsingThreads
Number of threads in the thread pool used for parsing input.FormatParsingThreadsActive
Number of threads in the thread pool used for parsing input running a task.FormatParsingThreadsScheduled
Number of queued or active jobs in the thread pool used for parsing input.FreezePartThreads
Number of threads in the threadpool for freezing data parts.FreezePartThreadsActive
Number of active threads in the threadpool for freezing data parts.FreezePartThreadsScheduled
Number of queued or active jobs in the threadpool for freezing data parts.GlobalThread
Number of threads in global thread pool.GlobalThreadActive
Number of threads in global thread pool running a task.GlobalThreadScheduled
Number of queued or active jobs in global thread pool.HashedDictionaryThreads
Number of threads in the HashedDictionary thread pool.HashedDictionaryThreadsActive
Number of threads in the HashedDictionary thread pool running a task.HashedDictionaryThreadsScheduled
Number of queued or active jobs in the HashedDictionary thread pool.HiveFilesCacheBytes
Size of the hive cache in bytesHiveFilesCacheFiles
Number of cached files in the hive cacheHiveMetadataFilesCacheBytes
Size of the hive metadata cache in bytesHiveMetadataFilesCacheFiles
Number of cached files in the hive metadata cacheHTTPConnection
Number of connections to HTTP serverHTTPConnectionsStored
Total count of sessions stored in the session pool for http hostsHTTPConnectionsTotal
Total count of all sessions: stored in the pool and actively used right now for http hostsIcebergCatalogThreads
Number of threads in the IcebergCatalog thread pool.IcebergCatalogThreadsActive
Number of threads in the IcebergCatalog thread pool running a task.IcebergCatalogThreadsScheduled
Number of queued or active jobs in the IcebergCatalog thread pool.IcebergCompactionCleanupTasks
Number of background tasks for removing data files superseded by Iceberg compaction, which are scheduled or still retained by Iceberg tables.IcebergCompactionMerge
Number of executing background Iceberg compaction merges.IcebergCompactionSnapshots
Number of iceberg compactions.IcebergCompactionSourceFiles
Number of input source files (data files and position delete files) participating in currently executing Iceberg compaction merges.IcebergCompactionThreads
Number of threads in the IcebergCompaction thread pool.IcebergCompactionThreadsActive
Number of threads in the IcebergCompaction thread pool running a task.IcebergCompactionThreadsScheduled
Number of queued or active jobs in the IcebergCompaction thread pool.IcebergManifestDecodeThreads
Number of threads in the thread pool used for decoding Iceberg data manifest files.IcebergManifestDecodeThreadsActive
Number of threads in the thread pool used for decoding Iceberg data manifest files running a task.IcebergManifestDecodeThreadsScheduled
Number of queued or active jobs in the thread pool used for decoding Iceberg data manifest files.IcebergMetadataFilesCacheBytes
Size of the Iceberg metadata cache in bytesIcebergMetadataFilesCacheFiles
Number of cached files in the Iceberg metadata cacheIcebergSchedulePoolSize
Limit on number of tasks in the background schedule pool for Iceberg tables.IcebergSchedulePoolTask
Number of tasks in the background schedule pool for Iceberg tables.IDiskCopierThreads
Number of threads for copying data between disks of different types.IDiskCopierThreadsActive
Number of threads for copying data between disks of different types running a task.IDiskCopierThreadsScheduled
Number of queued or active jobs for copying data between disks of different types.IndexMarkCacheBytes
Total size of mark cache for secondary indices in bytesIndexMarkCacheFiles
Total number of mark files cached in the mark cache for secondary indicesIndexUncompressedCacheBytes
Total size of uncompressed cache in bytes for secondary indices. Uncompressed cache does not usually improve the performance and should be mostly avoidedIndexUncompressedCacheCells
Total number of entries in the uncompressed cache for secondary indices. Each entry represents a decompressed block of data. Uncompressed cache does not usually improve performance and should be mostly avoidedInterserverConnection
Number of connections from other replicas to fetch partsIOPrefetchThreads
Number of threads in the IO prefetch thread pool.IOPrefetchThreadsActive
Number of threads in the IO prefetch thread pool running a task.IOPrefetchThreadsScheduled
Number of queued or active jobs in the IO prefetch thread pool.IOThreads
Number of threads in the IO thread pool.IOThreadsActive
Number of threads in the IO thread pool running a task.IOThreadsScheduled
Number of queued or active jobs in the IO thread pool.IOUringInFlightEvents
Number of io_uring SQEs in flightIOUringPendingEvents
Number of io_uring SQEs waiting to be submittedIOWriterThreads
Number of threads in the IO writer thread pool.IOWriterThreadsActive
Number of threads in the IO writer thread pool running a task.IOWriterThreadsScheduled
Number of queued or active jobs in the IO writer thread pool.IsServerShuttingDown
Indicates if the server is shutting down: 0 = no, 1 = yesKafkaAssignedPartitions
Number of partitions Kafka tables currently assigned toKafkaBackgroundReads
Number of background reads currently working (populating materialized views from Kafka)KafkaConsumers
Number of active Kafka consumersKafkaConsumersInUse
Number of consumers which are currently used by direct or background readsKafkaConsumersWithAssignment
Number of active Kafka consumers which have some partitions assigned.KafkaLibrdkafkaThreads
Number of active librdkafka threadsKafkaProducers
Number of active Kafka producer createdKafkaWrites
Number of currently running inserts to KafkaKeeperAliveConnections
Number of alive connectionsKeeperBlockCacheBlocks
Number of blocks in the Keeper storage block cache.KeeperBlockCacheBytes
Total size of blocks in the Keeper storage block cache, in bytes.KeeperChangelogReadAheadThreads
Number of threads in the threadpool for Keeper changelog read-ahead fill tasks.KeeperChangelogReadAheadThreadsActive
Number of active threads in the threadpool for Keeper changelog read-ahead fill tasks.KeeperChangelogReadAheadThreadsScheduled
Number of queued or active jobs in the threadpool for Keeper changelog read-ahead fill tasks.KeeperChangelogStartupReadThreads
Number of threads in the threadpool for Keeper changelog parallel startup reads.KeeperChangelogStartupReadThreadsActive
Number of active threads in the threadpool for Keeper changelog parallel startup reads.KeeperChangelogStartupReadThreadsScheduled
Number of queued or active jobs in the threadpool for Keeper changelog parallel startup reads.KeeperContainerNodes
Number of container nodes currently stored in Keeper.KeeperOutstandingRequests
Number of outstanding requestsKeeperReadThreads
Number of threads in the threadpool for keeper server reads.KeeperReadThreadsActive
Number of active threads in the threadpool for keeper server reads.KeeperReadThreadsScheduled
Number of queued or active jobs in the threadpool for keeper server reads. Meaningless metric, the actual read tasks on this thread pool are scheduled through a different mechanism.KeeperTTLNodes
Number of nodes with a TTL set currently stored in Keeper.LicenseRemainingSeconds
Remaining seconds of the license validity period.LocalThread
Obsolete. Number of threads in local thread pools. The threads in local thread pools are taken from the global thread pool.LocalThreadActive
Obsolete. Number of threads in local thread pools running a task.LocalThreadScheduled
Obsolete. Number of queued or active jobs in local thread pools.MarkCacheBytes
Total size of mark cache in bytesMarkCacheFiles
Total number of mark files cached in the mark cacheMarksLoaderThreads
Number of threads in thread pool for loading marks.MarksLoaderThreadsActive
Number of threads in the thread pool for loading marks running a task.MarksLoaderThreadsScheduled
Number of queued or active jobs in the thread pool for loading marks.MaxAllocatedEphemeralLockSequentialNumber
The maximum sequential number allocated for ephemeral lock znodes in ZooKeeper. Primarily influenced by the block numbers.MaxDDLEntryID
Max processed DDL entry of DDLWorker.MaxPushedDDLEntryID
Max DDL entry of DDLWorker that pushed to zookeeper.MemoryReservationApproved
Total number of currently allocated (approved) bytes for memory reservationsMemoryReservationDemand
Total number of outstanding increase request bytes for memory reservationsMemoryTracking
Total amount of memory (bytes) allocated by the server.MemoryTrackingUncorrected
Total amount of memory (bytes) allocated by the server not corrected by RSS.Merge
Number of executing background mergesMergeJoinBlocksCacheBytes
Total bytes used for cached blocks in MergeJoinMergeJoinBlocksCacheCount
Total cached blocks in MergeJoinMergeParts
Number of source parts participating in current background mergesMergesMutationsMemoryTracking
Total amount of memory (bytes) allocated by background tasks (merges and mutations).MergeTreeAllRangesAnnouncementsSent
The current number of announcement being sent in flight from the remote server to the initiator server about the set of data parts (for MergeTree tables). Measured on the remote server side.MergeTreeBackgroundExecutorThreads
Number of threads in the MergeTreeBackgroundExecutor thread pool.MergeTreeBackgroundExecutorThreadsActive
Number of threads in the MergeTreeBackgroundExecutor thread pool running a task.MergeTreeBackgroundExecutorThreadsScheduled
Number of queued or active jobs in the MergeTreeBackgroundExecutor thread pool.MergeTreeDataSelectExecutorThreads
Number of threads in the MergeTreeDataSelectExecutor thread pool.MergeTreeDataSelectExecutorThreadsActive
Number of threads in the MergeTreeDataSelectExecutor thread pool running a task.MergeTreeDataSelectExecutorThreadsScheduled
Number of queued or active jobs in the MergeTreeDataSelectExecutor thread pool.MergeTreeFetchPartitionThreads
Number of threads for ALTER TABLE FETCH PARTITIONMergeTreeFetchPartitionThreadsActive
Number of threads for ALTER TABLE FETCH PARTITION fetching partMergeTreeFetchPartitionThreadsScheduled
Number of queued or active part fetches in ALTER TABLE FETCH PARTITIONMergeTreeOutdatedPartsLoaderThreads
Number of threads in the threadpool for loading Outdated data parts.MergeTreeOutdatedPartsLoaderThreadsActive
Number of active threads in the threadpool for loading Outdated data parts.MergeTreeOutdatedPartsLoaderThreadsScheduled
Number of queued or active jobs in the threadpool for loading Outdated data parts.MergeTreePartsCleanerThreads
Number of threads in the MergeTree parts cleaner thread pool.MergeTreePartsCleanerThreadsActive
Number of threads in the MergeTree parts cleaner thread pool running a task.MergeTreePartsCleanerThreadsScheduled
Number of queued or active jobs in the MergeTree parts cleaner thread pool.MergeTreePartsLoaderThreads
Number of threads in the MergeTree parts loader thread pool.MergeTreePartsLoaderThreadsActive
Number of threads in the MergeTree parts loader thread pool running a task.MergeTreePartsLoaderThreadsScheduled
Number of queued or active jobs in the MergeTree parts loader thread pool.MergeTreeReadTaskRequestsSent
The current number of callback requests in flight from the remote server back to the initiator server to choose the read task (for MergeTree tables). Measured on the remote server side.MergeTreeSnapshotCommitThreads
Number of threads used to commit snapshotMergeTreeSnapshotCommitThreadsActive
Number of active threads used to commit snapshotMergeTreeSnapshotCommitThreadsScheduled
Number of scheduled threads used to commit snapshotMergeTreeSubcolumnsReaderThreads
Number of threads in the thread pool used for subcolumns reading in MergeTree.MergeTreeSubcolumnsReaderThreadsActive
Number of threads in the thread pool used for subcolumns reading in MergeTree running a task.MergeTreeSubcolumnsReaderThreadsScheduled
Number of queued or active jobs in the thread pool used for subcolumns reading in MergeTree.MergeTreeUnexpectedPartsLoaderThreads
Number of threads in the threadpool for loading Unexpected data parts.MergeTreeUnexpectedPartsLoaderThreadsActive
Number of active threads in the threadpool for loading Unexpected data parts.MergeTreeUnexpectedPartsLoaderThreadsScheduled
Number of queued or active jobs in the threadpool for loading Unexpected data parts.MetadataFromKeeperCacheObjects
Number of objects in disk metadata cache.MMapCacheCells
The number of files opened withmmap (mapped in memory). This is used for queries with the setting local_filesystem_read_method set to mmap. The files opened with mmap are kept in the cache to avoid costly TLB flushes.
MMappedFileBytes
Sum size of mmapped file regions.MMappedFiles
Total number of mmapped files.Move
Number of currently executing movesMySQLConnection
Number of client connections using MySQL protocolNamedCollection
Number of named collectionsNetworkReceive
Number of threads receiving data from network. Only ClickHouse-related network interaction is included, not by 3rd party libraries.NetworkSend
Number of threads sending data to network. Only ClickHouse-related network interaction is included, not by 3rd party libraries.ObjectStorageAzureThreads
Number of threads in the AzureObjectStorage thread pool.ObjectStorageAzureThreadsActive
Number of threads in the AzureObjectStorage thread pool running a task.ObjectStorageAzureThreadsScheduled
Number of queued or active jobs in the AzureObjectStorage thread pool.ObjectStorageQueueMetadataCacheSizeBytes
Size in bytes of ObjectStorageQueue metadata cache.ObjectStorageQueueMetadataCacheSizeElements
Size in elements of ObjectStorageQueue metadata cache.ObjectStorageQueueRegisteredServers
Number of registered servers in StorageS3(Azure)QueueObjectStorageQueueShutdownThreads
Number of threads in object storage queue shutdown pool.ObjectStorageQueueShutdownThreadsActive
Number of threads in object storage queue shutdown pool running a task.ObjectStorageQueueShutdownThreadsScheduled
Number of queued or active jobs in object storage queue shutdown pool.ObjectStorageS3Threads
Number of threads in the S3ObjectStorage thread pool.ObjectStorageS3ThreadsActive
Number of threads in the S3ObjectStorage thread pool running a task.ObjectStorageS3ThreadsScheduled
Number of queued or active jobs in the S3ObjectStorage thread pool.OpenFileForRead
Number of files open for readingOpenFileForWrite
Number of files open for writingOutdatedPartsLoadingThreads
Number of threads in the threadpool for loading Outdated data parts.OutdatedPartsLoadingThreadsActive
Number of active threads in the threadpool for loading Outdated data parts.OutdatedPartsLoadingThreadsScheduled
Number of queued or active jobs in the threadpool for loading Outdated data parts.PageCacheBytes
Total size of userspace page cache in bytesPageCacheCells
Total number of entries in the userspace page cachePaimonMetadataFilesCacheBytes
Size of the Paimon metadata cache in bytesPaimonMetadataFilesCacheFiles
Number of cached files in the Paimon metadata cacheParallelCompressedWriteBufferThreads
Number of threads in all instances of ParallelCompressedWriteBuffer - these threads are doing parallel compression and writingParallelCompressedWriteBufferWait
Number of threads in all instances of ParallelCompressedWriteBuffer that are currently waiting for buffer to become available for writingParallelFormattingOutputFormatThreads
Number of threads in the ParallelFormattingOutputFormatThreads thread pool.ParallelFormattingOutputFormatThreadsActive
Number of threads in the ParallelFormattingOutputFormatThreads thread pool running a task.ParallelFormattingOutputFormatThreadsScheduled
Number of queued or active jobs in the ParallelFormattingOutputFormatThreads thread pool.ParallelWithQueryActiveThreads
Number of active threads in the threadpool for processing PARALLEL WITH queries.ParallelWithQueryScheduledThreads
Number of queued or active jobs in the threadpool for processing PARALLEL WITH queries.ParallelWithQueryThreads
Number of threads in the threadpool for processing PARALLEL WITH queries.ParquetEncoderThreads
Number of threads in ParquetBlockOutputFormat thread pool.ParquetEncoderThreadsActive
Number of threads in ParquetBlockOutputFormat thread pool running a task.ParquetEncoderThreadsScheduled
Number of queued or active jobs in ParquetBlockOutputFormat thread pool.ParquetMetadataCacheBytes
Size of the Parquet metadata cache in bytesParquetMetadataCacheFiles
Number of cached files in the Parquet metadata cachePartMutation
Number of mutations (ALTER DELETE/UPDATE)PartsActive
Active data part, used by current and upcoming SELECTs.PartsCommitted
Deprecated. See PartsActive.PartsCompact
Compact parts.PartsDeleteOnDestroy
Part was moved to another disk and should be deleted in own destructor.PartsDeleting
Not active data part with identity refcounter, it is deleting right now by a cleaner.PartsOutdated
Not active data part, but could be used by only current SELECTs, could be deleted after SELECTs finishes.PartsPreActive
The part is in data_parts, but not used for SELECTs.PartsPreCommitted
Deprecated. See PartsPreActive.PartsTemporary
The part is generating now, it is not in data_parts list.PartsWide
Wide parts.PendingAsyncInsert
Number of asynchronous inserts that are waiting for flush.PointInPolygonCacheBytes
Size in bytes of the cache of preprocessed constant polygons for thepointInPolygon function
PointInPolygonCacheCells
Number of preprocessed constant polygons in the cache for thepointInPolygon function
PointInPolygonCacheSizeLimit
Maximum size in bytes of the cache of preprocessed constant polygons for thepointInPolygon function (the applied value of the point_in_polygon_cache_size server setting)
PolygonDictionaryThreads
Number of threads in the threadpool for polygon dictionaries.PolygonDictionaryThreadsActive
Number of active threads in the threadpool for polygon dictionaries.PolygonDictionaryThreadsScheduled
Number of queued or active jobs in the threadpool for polygon dictionaries.PostgreSQLConnection
Number of client connections using PostgreSQL protocolPrimaryIndexCacheBytes
Total size of primary index cache in bytes. Holds primary-key indices loaded on demand whenprimary_key_lazy_load=1 and use_primary_key_cache=1. When the dedicated MergeTree metadata arena pool is enabled (jemalloc_merge_tree_arenas > 0 with jemalloc), the index columns are allocated there (jemalloc.mergetree_arena.*) even when owned by this cache. NEVER overlaps with system.parts.primary_key_bytes_in_memory[_allocated] — a part’s index lives either in this cache (counted here) or in the part itself (counted there); never both. To get total primary-index memory across all parts, sum the two.
PrimaryIndexCacheFiles
Total number of index files cached in the primary index cacheQuery
Number of executing queriesQueryCacheBytes
Total size of the query cache in bytesQueryCacheEntries
Total number of entries in the query cacheQueryConditionCacheBytes
Total size of the query condition cache in bytesQueryConditionCacheEntries
Total number of entries in the query condition cacheQueryNonInternal
Number of executing non-internal queries (queries initiated by users, excluding internal queries from ClickHouse)QueryPipelineExecutorThreads
Number of threads in the PipelineExecutor thread pool.QueryPipelineExecutorThreadsActive
Number of threads in the PipelineExecutor thread pool running a task.QueryPipelineExecutorThreadsScheduled
Number of queued or active jobs in the PipelineExecutor thread pool.QueryPreempted
Number of running tasks which are paused and waiting due to ‘priority’ setting.QueryRunnerThreads
Number of threads in the QueryRunner thread pool.QueryRunnerThreadsActive
Number of threads in the QueryRunner thread pool running a task.QueryRunnerThreadsScheduled
Number of queued or active jobs in the QueryRunner thread pool.QueryThread
Number of query processing threadsRead
Number of read (read, pread, io_getevents, etc.) syscalls in flyReaderExecutorActive
Number of live ReaderExecutor instances.ReaderExecutorChainedBufferBytes
Bytes currently held in live ReaderExecutor chain buffers (OwnedChainedBuffer) — live in-flight read memory, not a cumulative total.ReaderExecutorLongConnections
Number of long source connections currently held open by ReaderExecutor for sequential read optimization.ReadonlyDisks
Number of disks that were marked as readonly during disk check.ReadonlyReplica
Number of Replicated tables that are currently in readonly state due to re-initialization after ZooKeeper session loss or due to startup without ZooKeeper configured.ReadTaskRequestsSent
The current number of callback requests in flight from the remote server back to the initiator server to choose the read task (for s3Cluster table function and similar). Measured on the remote server side.RefreshableViews
Number materialized views with periodic refreshing (REFRESH)RefreshingViews
Number of materialized views currently executing a refreshRemoteRead
Number of read with remote reader in flyReplicaReady
Indicates if the replica is ready for queries: 0 = no, 1 = yesReplicatedChecks
Number of data parts checking for consistencyReplicatedFetch
Number of data parts being fetched from replicaReplicatedSend
Number of data parts being sent to replicasRestartReplicaThreads
Number of threads in the RESTART REPLICA thread pool.RestartReplicaThreadsActive
Number of threads in the RESTART REPLICA thread pool running a task.RestartReplicaThreadsScheduled
Number of queued or active jobs in the RESTART REPLICA thread pool.RestoreThreads
Number of threads in the thread pool for RESTORE.RestoreThreadsActive
Number of threads in the thread pool for RESTORE running a task.RestoreThreadsScheduled
Number of queued or active jobs for RESTORE.Revision
Revision of the server. It is a number incremented for every release or release candidate except patch releases.RWLockActiveReaders
Number of threads holding read lock in a table RWLock.RWLockActiveWriters
Number of threads holding write lock in a table RWLock.RWLockWaitingReaders
Number of threads waiting for read on a table RWLock.RWLockWaitingWriters
Number of threads waiting for write on a table RWLock.S3CachedCredentialsProviders
Total number of cached credentials providersS3Requests
S3 requests countSchedulerIOReadScheduled
Number of IO reads are being scheduled currentlySchedulerIOWriteScheduled
Number of IO writes are being scheduled currentlySendExternalTables
Number of connections that are sending data for external tables to remote servers. External tables are used to implement GLOBAL IN and GLOBAL JOIN operators with distributed subqueries.SendScalars
Number of connections that are sending data for scalars to remote servers.SerializationCacheBytesInMemory
Total size of the serialization cache in bytes including only the valuesSerializationCacheBytesInMemoryAllocated
Total size of the serialization cache in bytes including keys and overhead from empty slotsSerializationCacheCount
Total number of entries in the serialization cacheSharedCatalogDropDetachLocalTablesErrors
Number of errors that occurred when attempting to drop or detach local tables in Shared Catalog.SharedCatalogDropLocalThreads
Number of threads in the threadpool for drop of local tables in Shared Catalog.SharedCatalogDropLocalThreadsActive
Number of active threads in the threadpool for drop of local tables in Shared Catalog.SharedCatalogDropLocalThreadsScheduled
Number of queued or active jobs in the threadpool for drop of local tables in Shared Catalog.SharedCatalogDropZooKeeperThreads
Number of threads in the threadpool for drop of object in ZooKeeper in Shared Catalog.SharedCatalogDropZooKeeperThreadsActive
Number of active threads in the threadpool for drop of object in ZooKeeper in Shared Catalog.SharedCatalogDropZooKeeperThreadsScheduled
Number of queued or active jobs in the threadpool for drop of object in ZooKeeper in Shared Catalog.SharedCatalogNumberOfObjectsInState
Number of objects in the current state of Shared Catalog.SharedCatalogStateApplicationThreads
Number of threads in the threadpool for state application in Shared Catalog.SharedCatalogStateApplicationThreadsActive
Number of active threads in the threadpool for state application in Shared Catalog.SharedCatalogStateApplicationThreadsScheduled
Number of queued or active jobs in the threadpool for state application in Shared Catalog.SharedDatabaseCatalogTablesInLocalDropDetachQueue
Number of tables in the queue for local drop or detach in Shared Catalog.SharedMergeTreeAssignedCurrentParts
Number of parts locked by merge or mutationSharedMergeTreeBlobRefCounterNodes
Number of blob reference-count nodes (one per data blob shared by 2+ blob-list parts) in the cluster-shared_blob_manager/refcount Keeper subtrees, measured periodically by the blob-manager stats task and summed over the server’s Keeper-metadata disks.
SharedMergeTreeBrokenCondemnedPartsInKeeper
How many broken condemned part records stored in keeperSharedMergeTreeCondemnedPartsInKeeper
How many condemned part records stored in keeperSharedMergeTreeFetch
Number of fetches in progressSharedMergeTreeMaxActiveReplicas
The maximum number of active replicas registered in KeeperSharedMergeTreeMaxInactiveReplicas
The maximum number of inactive replicas registered in KeeperSharedMergeTreeMaxPartitions
The maximum number of partitions registered in Keeper across all SharedMergeTree tablesSharedMergeTreeMaxReplicas
The maximum number of replicas registered in Keeper across all tables. Note it might not be a sum of SharedMergeTreeMaxActiveReplicas and SharedMergeTreeMaxInactiveReplicasSharedMergeTreeMinActiveReplicas
The minimum number of active replicas registered in KeeperSharedMergeTreeMinInactiveReplicas
The minimum number of inactive replicas registered in KeeperSharedMergeTreeMinPartitions
The minimum number of partitions registered in Keeper across all SharedMergeTree tablesSharedMergeTreeMinReplicas
The minimum number of replicas registered in Keeper across all tables. Note it might not be a sum of SharedMergeTreeMinActiveReplicas and SharedMergeTreeMinInactiveReplicasSharedMergeTreeOutdatedPartsInKeeper
How many outdated part records stored in keeperSharedMergeTreeThreads
Number of threads in the thread pools in internals of SharedMergeTreeSharedMergeTreeThreadsActive
Number of threads in the thread pools in internals of SharedMergeTree running a taskSharedMergeTreeThreadsScheduled
Number of queued or active threads in the thread pools in internals of SharedMergeTreeSharedPartColumnsSubstreamsCacheSize
Number of distinct columns substreams lists shared across data parts (sum over per-table caches)SharedPartColumnSubstreamsEntriesCacheSize
Number of distinct per-column substream entries shared across data parts (sum over per-table caches)SharedPartSerializationGroupsCacheSize
Number of distinct per-column serialization groups shared across data parts (sum over per-table caches)SharedPartSerializationsCacheSize
Number of distinct serializations maps shared across data parts (sum over per-table caches)StartupScriptsExecutionState
State of startup scripts execution: 0 = not finished, 1 = success, 2 = failure.StartupSystemTablesThreads
Number of threads in the StartupSystemTables thread pool.StartupSystemTablesThreadsActive
Number of threads in the StartupSystemTables thread pool running a task.StartupSystemTablesThreadsScheduled
Number of queued or active jobs in the StartupSystemTables thread pool.StatelessWorkerDiscoveryDyingWorkers
Number of stateless workers that have been evicted and are awaiting removal, as tracked by the stateless worker discovery service.StatelessWorkerDiscoveryFreeWorkers
Number of stateless workers that are registered and available to be leased, as tracked by the stateless worker discovery service.StatelessWorkerDiscoveryLeasedWorkers
Number of stateless workers currently leased to tenants, as tracked by the stateless worker discovery service.StatelessWorkerDiscoveryTenants
Number of tenants registered with the stateless worker discovery service.StatelessWorkerIdle
Number of stateless workers currently held by the server but not used by any running query.StatelessWorkerInUse
Number of stateless workers currently in use by running queries.StatelessWorkerServerActiveTasks
Number of query execution tasks currently active on a stateless worker (accepted from a tenant and not yet released).StatelessWorkerThreads
Number of threads in the stateless worker thread pool.StatelessWorkerThreadsActive
Number of threads in the stateless worker thread pool running a task.StatelessWorkerThreadsScheduled
Number of queued or active jobs in the stateless worker thread pool.StorageBufferBytes
Number of bytes in buffers of Buffer tablesStorageBufferFlushThreads
Number of threads for background flushes in StorageBufferStorageBufferFlushThreadsActive
Number of threads for background flushes in StorageBuffer running a taskStorageBufferFlushThreadsScheduled
Number of queued or active threads for background flushes in StorageBufferStorageBufferRows
Number of rows in buffers of Buffer tablesStorageConnectionsStored
Total count of sessions stored in the session pool for storagesStorageConnectionsTotal
Total count of all sessions: stored in the pool and actively used right now for storagesStorageDistributedThreads
Number of threads in the StorageDistributed thread pool.StorageDistributedThreadsActive
Number of threads in the StorageDistributed thread pool running a task.StorageDistributedThreadsScheduled
Number of queued or active jobs in the StorageDistributed thread pool.StorageHiveThreads
Number of threads in the StorageHive thread pool.StorageHiveThreadsActive
Number of threads in the StorageHive thread pool running a task.StorageHiveThreadsScheduled
Number of queued or active jobs in the StorageHive thread pool.StorageObjectStorageThreads
Number of threads in the remote table engines thread pools.StorageObjectStorageThreadsActive
Number of threads in the remote table engines thread pool running a task.StorageObjectStorageThreadsScheduled
Number of queued or active jobs in remote table engines thread pool.StorageS3Threads
Number of threads in the StorageS3 thread pool.StorageS3ThreadsActive
Number of threads in the StorageS3 thread pool running a task.StorageS3ThreadsScheduled
Number of queued or active jobs in the StorageS3 thread pool.StreamingExchangeSinksWithFullSendQueue
Number of streaming exchange sinks that take no chunks because their queue of packets waiting for the socket is full.SystemDatabaseReplicasThreads
Number of threads in the system.database_replicas thread pool.SystemDatabaseReplicasThreadsActive
Number of threads in the system.database_replicas thread pool running a task.SystemDatabaseReplicasThreadsScheduled
Number of queued or active jobs in the system.database_replicas thread pool.SystemReplicasThreads
Number of threads in the system.replicas thread pool.SystemReplicasThreadsActive
Number of threads in the system.replicas thread pool running a task.SystemReplicasThreadsScheduled
Number of queued or active jobs in the system.replicas thread pool.TablesLoaderBackgroundThreads
Number of threads in the tables loader background thread pool.TablesLoaderBackgroundThreadsActive
Number of threads in the tables loader background thread pool running a task.TablesLoaderBackgroundThreadsScheduled
Number of queued or active jobs in the tables loader background thread pool.TablesLoaderForegroundThreads
Number of threads in the tables loader foreground thread pool.TablesLoaderForegroundThreadsActive
Number of threads in the tables loader foreground thread pool running a task.TablesLoaderForegroundThreadsScheduled
Number of queued or active jobs in the tables loader foreground thread pool.TablesToDropQueueSize
Number of dropped tables, that are waiting for background data removal.TaskTrackerThreads
Number of threads used by the distributed query remote task tracker.TaskTrackerThreadsActive
Number of threads in the distributed query remote task tracker thread pool running a task.TaskTrackerThreadsScheduled
Number of queued or active jobs in the distributed query remote task tracker thread pool.TCPConnection
Number of connections to TCP server (clients with native interface), also included server-server distributed query connectionsTemporaryFilesForAggregation
Number of temporary files created for external aggregationTemporaryFilesForDistinct
Number of temporary files created for external DISTINCTTemporaryFilesForJoin
Number of temporary files created for JOINTemporaryFilesForMerge
Number of temporary files for vertical mergeTemporaryFilesForSort
Number of temporary files created for external sortingTemporaryFilesUnknown
Number of temporary files created without known purposeTextIndexHeaderCacheBytes
Size of the text index header cache in bytesTextIndexHeaderCacheCells
Number of entries in text index header cacheTextIndexPostingsCacheBytes
Size of the text index posting lists cache in bytesTextIndexPostingsCacheCells
Number of entries in the text index posting lists cacheTextIndexTokensCacheBytes
Size of the text index tokens cache in bytesTextIndexTokensCacheCells
Number of entries in the text index tokens cacheThreadPoolFSReaderThreads
Number of threads in the thread pool for local_filesystem_read_method=threadpool.ThreadPoolFSReaderThreadsActive
Number of threads in the thread pool for local_filesystem_read_method=threadpool running a task.ThreadPoolFSReaderThreadsScheduled
Number of queued or active jobs in the thread pool for local_filesystem_read_method=threadpool.ThreadPoolRemoteFSReaderThreads
Number of threads in the thread pool for remote_filesystem_read_method=threadpool.ThreadPoolRemoteFSReaderThreadsActive
Number of threads in the thread pool for remote_filesystem_read_method=threadpool running a task.ThreadPoolRemoteFSReaderThreadsScheduled
Number of queued or active jobs in the thread pool for remote_filesystem_read_method=threadpool.ThreadsInOvercommitTracker
Number of waiting threads inside of OvercommitTrackerTotalTemporaryFiles
Number of temporary files createdUDFDriverInvokerThreads
Number of threads in thread pools servicing pipes of executable UDF driver commands.UDFDriverInvokerThreadsActive
Number of active threads in thread pools servicing pipes of executable UDF driver commands.UDFDriverInvokerThreadsScheduled
Number of queued or active jobs in thread pools servicing pipes of executable UDF driver commands.UncompressedCacheBytes
Total size of uncompressed cache in bytes. Uncompressed cache does not usually improve the performance and should be mostly avoidedUncompressedCacheCells
Total number of entries in the uncompressed cache. Each entry represents a decompressed block of data. Uncompressed cache does not usually improve performance and should be mostly avoidedUniqueKeyIndexCacheBytes
Total size of UNIQUE KEY index cache in bytesUniqueKeyIndexCacheEntries
Total number of UNIQUE KEY index blocks cachedVectorSimilarityIndexCacheBytes
Size of the vector similarity index cache in bytesVectorSimilarityIndexCacheCells
Number of entries in the vector similarity index cacheVersionInteger
Version of the server in a single integer number in base-1000. For example, version 11.22.33 is translated to 11022033.Write
Number of write (write, pwrite, io_getevents, etc.) syscalls in flyZooKeeperConnectionLossStartedTimestampSeconds
Unix timestamp in seconds when ZooKeeper connection was lost, or 0 if connected successfully.ZooKeeperRequest
Number of requests to ZooKeeper in fly.ZooKeeperSession
Number of sessions (connections) to ZooKeeper. Should be no more than one, because using more than one connection to ZooKeeper may lead to bugs due to lack of linearizability (stale reads) that ZooKeeper consistency model allows.ZooKeeperSessionExpired
Number of expired global ZooKeeper sessions.ZooKeeperWatch
Number of watches (event subscriptions) in ZooKeeper.Columns
metric(String) — Metric name.value(Int64) — Metric value.description(String) — Metric description.
name— Alias formetric.