public class NodeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
cores
number of core per socket
|
int |
cpus
the number of active CPUs
|
long |
memory
memory size in kilobytes
|
int |
mhz
expected CPU frequency
|
java.lang.String |
model
string indicating the CPU model
|
int |
nodes
the number of NUMA cell, 1 for uniform
|
int |
sockets
number of CPU socket per node
|
int |
threads
number of threads per core
|
Constructor and Description |
---|
NodeInfo() |
NodeInfo(virNodeInfo vInfo) |
Modifier and Type | Method and Description |
---|---|
int |
maxCpus() |
java.lang.String |
toString() |
public java.lang.String model
public long memory
public int cpus
public int mhz
public int nodes
public int sockets
public int cores
public int threads
public NodeInfo()
public NodeInfo(virNodeInfo vInfo)