Interface ResourceView
- All Known Subinterfaces:
ContainersMonitor
- All Known Implementing Classes:
ContainersMonitorImpl
public interface ResourceView
-
Method Summary
Modifier and TypeMethodDescriptionlongGet physical memory allocated to the containers.longlongGet virtual memory allocated to the containers.booleanboolean
-
Method Details
-
getVmemAllocatedForContainers
long getVmemAllocatedForContainers()Get virtual memory allocated to the containers.- Returns:
- Virtual memory in bytes.
-
isVmemCheckEnabled
boolean isVmemCheckEnabled() -
getPmemAllocatedForContainers
long getPmemAllocatedForContainers()Get physical memory allocated to the containers.- Returns:
- Physical memory in bytes.
-
isPmemCheckEnabled
boolean isPmemCheckEnabled() -
getVCoresAllocatedForContainers
long getVCoresAllocatedForContainers()
-