ClickHouse/docs/zh/operations/system-tables/asynchronous_metrics.md
2021-07-29 18:20:55 +03:00

1.9 KiB
Raw Blame History

machine_translated machine_translated_rev
true 5decc73b5d

system.asynchronous_metrics

包含在后台定期计算的指标。 例如在使用的RAM量。

列:

示例

SELECT * FROM system.asynchronous_metrics LIMIT 10
┌─metric──────────────────────────────────┬──────value─┐
│ jemalloc.background_thread.run_interval │          0 │
│ jemalloc.background_thread.num_runs     │          0 │
│ jemalloc.background_thread.num_threads  │          0 │
│ jemalloc.retained                       │  422551552 │
│ jemalloc.mapped                         │ 1682989056 │
│ jemalloc.resident                       │ 1656446976 │
│ jemalloc.metadata_thp                   │          0 │
│ jemalloc.metadata                       │   10226856 │
│ UncompressedCacheCells                  │          0 │
│ MarkCacheFiles                          │          0 │
└─────────────────────────────────────────┴────────────┘

另请参阅