Class HostInfoImpl

    • Constructor Detail

      • HostInfoImpl

        public HostInfoImpl()
    • Method Detail

      • getNumberOfCpus

        public int getNumberOfCpus()
        Description copied from interface: HostInfo
        Returns the number of CPUs installed in the host.
        Specified by:
        getNumberOfCpus in interface HostInfo
      • getTotalMemoryKb

        public long getTotalMemoryKb()
        Description copied from interface: HostInfo
        Gets total memory in KB.
        Specified by:
        getTotalMemoryKb in interface HostInfo
      • getFreeMemoryInKb

        public long getFreeMemoryInKb()
        Description copied from interface: HostInfo
        Gets free memory in KB.
        Specified by:
        getFreeMemoryInKb in interface HostInfo