com.microstrategy.web.objects.admin.licensing.MachineCPUInfo |
This interface represents the CPU usage information of a single Intelligence Server.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getCPUIDs()
Returns the affinity of CPUs being used by the machine.
| ||||||||||
abstract String |
getMachineName()
Returns the name of the machine.
| ||||||||||
abstract int |
getNumberOfCPUs()
Returns the number of CPUs being used by the machine.
| ||||||||||
abstract boolean |
isClustered()
Indicates whether the machine is clustered.
|
Returns the affinity of CPUs being used by the machine.
Returns the name of the machine.
Returns the number of CPUs being used by the machine.
Indicates whether the machine is clustered.
true
if the machine is clustered.