INFO 命令指标
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
在 Memorystore for Redis 上,Redis INFO 命令会返回向量数据和向量搜索的指标。本页介绍了通过使用 Redis info、info modules 和 info modules search 命令可获取的指标。
索引统计指标
| 指标 |
值类型 |
说明 |
| search_total_indexed_hash_keys |
整数 |
所有索引的哈希键总数 |
| search_number_of_indexes |
整数 |
索引架构总数 |
| search_number_of_attributes |
整数 |
所有索引的属性总数 |
查询指标
| 指标 |
值类型 |
说明 |
| search_failure_requests_count |
整数 |
所有失败请求的计数 |
| search_successful_requests_count |
整数 |
所有成功请求的数量 |
内存指标
| 指标 |
值类型 |
说明 |
| search_used_memory_human |
整数 |
search_used_memory_bytes 指标的直观易懂版本 |
| search_used_memory_bytes |
整数 |
所有索引占用的内存总字节数 |
索引提取
| 指标 |
值类型 |
说明 |
| search_background_indexing_status |
字符串 |
索引编制流程的状态。NO_ACTIVITY 表示空闲索引编制。 |
HNSW 指标
| 指标 |
值类型 |
说明 |
| search_hnsw_create_exceptions_count |
整数 |
HNSW 创建异常的次数。 |
| search_hnsw_search_exceptions_count |
整数 |
HNSW 搜索异常的次数 |
| search_hnsw_remove_exceptions_count |
整数 |
HNSW 移除异常的计数。 |
| search_hnsw_add_exceptions_count |
整数 |
HNSW 添加例外情况的数量。 |
| search_hnsw_modify_exceptions_count |
整数 |
HNSW 修改异常的数量 |
订阅指标
| 指标 |
值类型 |
说明 |
| search_modify_subscription_skipped_count |
整数 |
跳过的订阅修改次数 |
| search_remove_subscription_successful_count |
整数 |
成功移除订阅的数量 |
| search_remove_subscription_skipped_count |
整数 |
跳过的订阅移除次数 |
| search_remove_subscription_failure_count |
整数 |
订阅移除失败次数 |
| search_add_subscription_successful_count |
整数 |
成功添加的订阅数量 |
| search_add_subscription_failure_count |
整数 |
添加订阅失败的次数 |
| search_add_subscription_skipped_count |
整数 |
跳过的订阅添加流程的数量 |
| search_modify_subscription_failure_count |
整数 |
订阅修改失败次数 |
| search_modify_subscription_successful_count |
整数 |
成功修改订阅的次数 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-01-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-01-25。"],[],[]]