The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable.

    system.asynchronous_metrics

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

    • () — 指标名。
    • value (Float64) — 指标值。

    示例

    1. ┌─metric──────────────────────────────────┬──────value─┐
    2. jemalloc.background_thread.run_interval 0
    3. jemalloc.retained 422551552
    4. jemalloc.mapped 1682989056
    5. jemalloc.resident 1656446976
    6. UncompressedCacheCells 0
    7. MarkCacheFiles 0
    8. └─────────────────────────────────────────┴────────────┘