Interface ResourceView

All Known Subinterfaces:
ContainersMonitor
All Known Implementing Classes:
ContainersMonitorImpl

public interface ResourceView
  • 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()