Skip to content

add metrics for vinyl.cache #522

@Satbek

Description

@Satbek

It is currently difficult to evaluate the efficiency of tuple_cache and whether increasing it makes sense.

Let's add some new metrics for vinyl cache:

  • eviction count (index:stat().cache.evict)
  • cache hit (index:stat().cache.get)
  • cache miss (index:stat().get - index:stat().cache.get)

Also there might be some another useful metrics in index:stat().

Ref: tarantool/tarantool#11859

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions