INFO 명령어 측정항목

Memorystore for Redis에서 Redis INFO 명령어는 벡터 데이터와 벡터 검색의 측정항목을 반환합니다. 이 페이지에서는 Redis info, info modules, info modules search 명령어를 사용하여 사용할 수 있는 측정항목을 설명합니다.

색인 통계 측정항목

측정항목 값 유형 설명
search_total_indexed_hash_keys 정수 모든 색인의 총 HASH 키 수
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 정수 성공한 구독 수정 횟수