컴퓨터

prometheus 메모리 사용량 확인

푸른바다23 2024. 1. 11. 13:09

prometheus에서 메모리 사용량 확인시 여러 옵션값들이 있다. 

1. container_memory_working_set_bytes 
2. container_memory_rss 

kubectl top pod [pod명]  조회결과 메모리 값에 가까운 데이터는 1번이다. 


반응형