Interface HostInfo


  • public interface HostInfo
    Information about the host.
    Since:
    9.0
    Author:
    Sebastian Ɓaskawiec
    • Method Detail

      • getNumberOfCpus

        int getNumberOfCpus()
        Returns the number of CPUs installed in the host.
      • getTotalMemoryKb

        long getTotalMemoryKb()
        Gets total memory in KB.
      • getFreeMemoryInKb

        long getFreeMemoryInKb()
        Gets free memory in KB.