Interface MachineCPUInfo


  • public interface MachineCPUInfo
    This interface represents the CPU usage information of a single Intelligence Server.
    Since:
    MicroStrategy Web 7.5.2
    • Method Detail

      • getMachineName

        java.lang.String getMachineName()
        Returns the name of the machine.
        Returns:
        The name of the machine.
      • getNumberOfCPUs

        int getNumberOfCPUs()
        Returns the number of CPUs being used by the machine.
        Returns:
        The number of CPUs being used by the machine.
      • isClustered

        boolean isClustered()
        Indicates whether the machine is clustered.
        Returns:
        true if the machine is clustered.
        Since:
        MicroStrategy Web 7.5.4
      • getCPUIDs

        java.lang.String getCPUIDs()
        Returns the affinity of CPUs being used by the machine.
        Returns:
        the affinity of CPUs being used by the machine.
        Since:
        MicroStrategy Web 7.5.4