Package org.libvirt
Class NodeInfo
java.lang.Object
org.libvirt.NodeInfo
Node data from libvirt.
-
Field Summary
Modifier and TypeFieldDescriptionint
number of core per socketint
the number of active CPUslong
memory size in kilobytesint
expected CPU frequencystring indicating the CPU modelint
the number of NUMA cell, 1 for uniformint
number of CPU socket per nodeint
number of threads per core -
Constructor Summary
-
Method Summary
-
Field Details
-
model
string indicating the CPU model -
memory
public long memorymemory size in kilobytes -
cpus
public int cpusthe number of active CPUs -
mhz
public int mhzexpected CPU frequency -
nodes
public int nodesthe number of NUMA cell, 1 for uniform -
sockets
public int socketsnumber of CPU socket per node -
cores
public int coresnumber of core per socket -
threads
public int threadsnumber of threads per core
-
-
Constructor Details
-
NodeInfo
public NodeInfo() -
NodeInfo
-
-
Method Details