Interface MachineCPUInfo
-
public interface MachineCPUInfo
This 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.String
getCPUIDs()
Returns the affinity of CPUs being used by the machine.java.lang.String
getMachineName()
Returns the name of the machine.int
getNumberOfCPUs()
Returns the number of CPUs being used by the machine.boolean
isClustered()
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:
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
-
-