• 缓存统计
    • Eanble and define the endpoint
    • Usage
    • Output

    缓存统计

    可以通过GET uri定义的endpoint来获取缓存统计信息。

    Eanble and define the endpoint

    1. nuster cache on uri /nuster/cache

    Usage

    curl http://127.0.0.1/nuster/cache

    Output

    • used_mem: http缓存使用的内存,不包括overhead
    • req_total: 开启了cache的所有的backend的总请求数,不包含那些没有cache的backend的请求数
    • req_hit: cache击中数
    • req_fetch: 从后端取得数量
    • req_abort: 中断的请求