vmware 도구 - 게스트 활성 메모리 이해

vmware 도구 - 게스트 활성 메모리 이해

저는 vSphere 5.1을 사용하고 있습니다.

에 따르면여기, "할당 재사용" 탭의 게스트 활성 메모리는 다음과 같습니다.

Amount of memory recently accessed

반면에 "성능" 탭에서 활성 메모리는 다음을 의미합니다.여기:

Amount of guest physical memory in use by the virtual machine.
Active memory is estimated by VMkernel statistical sampling and represents the actual     
amount of memory the virtual machine needs. The value is based on the current workload  
of the virtual machine.

그래서 제 질문은 이 둘의 차이점이 무엇입니까?

답변1

여기 어둠 속에서 찌르는 것 - 내가 틀렸을 수도 있습니다.

리소스 할당 탭 "활성 메모리"는 VM 오버헤드 없이 메모리를 읽는 것입니다.

성능 탭 "활성 메모리"는 VM 오버헤드가 포함된 메모리 읽기입니다.

관련 정보