INFO command metrics

On Memorystore for Valkey, theINFO command returns metrics forvector data and vector search. This page describes the metrics that areavailable by using theinfo,info modules, andinfo modules searchcommands.

Index statistic metrics

MetricValue typeDescription
search_total_indexed_hash_keysIntegerTotal count of HASH keys for all index partitions located on this node
search_number_of_indexesIntegerTotal count of indexes
search_number_of_attributesIntegerTotal count of attributes for all indexes

Query metrics

MetricValue typeDescription
search_failure_requests_countIntegerA count of all failed requests
search_successful_requests_countIntegerA count of all successful requests

Memory metrics

MetricValue typeDescription
search_used_memory_humanIntegerA human-friendly readable version of thesearch_used_memory_bytes metric
search_used_memory_bytesIntegerThe total bytes of memory that all indexes occupy

Index ingestion

MetricValue typeDescription
search_background_indexing_statusStringThe status of the indexing process.NO_ACTIVITY indicates idle indexing.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.