Interface ContainerStats

All Known Subinterfaces:
ClusterContainerStats
All Known Implementing Classes:
ClusterContainerStatsImpl, LocalContainerStatsImpl

public interface ContainerStats
  • Field Details

  • Method Details

    • getLocalStatMaps

      static Map<String,Number> getLocalStatMaps()
    • getMemoryAvailable

      long getMemoryAvailable()
      Returns:
      the maximum amount of free memory in bytes across the cluster JVMs.
    • getMemoryMax

      long getMemoryMax()
      Returns:
      the maximum amount of memory that JVMs across the cluster will attempt to utilise in bytes.
    • getMemoryTotal

      long getMemoryTotal()
      Returns:
      the total amount of memory in the JVMs across the cluster in bytes.
    • getMemoryUsed

      long getMemoryUsed()
      Returns:
      the amount of memory used by JVMs across the cluster in bytes.