Interface MachineCPUInfo
-
public interface MachineCPUInfoThis interface represents the CPU usage information of a single Intelligence Server.- Since:
- MicroStrategy Web 7.5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCPUIDs()Returns the affinity of CPUs being used by the machine.java.lang.StringgetMachineName()Returns the name of the machine.intgetNumberOfCPUs()Returns the number of CPUs being used by the machine.booleanisClustered()Indicates whether the machine is clustered.
-
-
-
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:
trueif 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
-
-