mirror of https://gitee.com/openkylin/libvirt.git
openvz: wire up more node information functions
in detail nodeGetCPUStats, nodeGetMemoryStats, nodeGetCellsFreeMemory and nodeGetFreeMemory
This commit is contained in:
parent
a2996926e3
commit
b33d3d0f17
|
@ -1681,6 +1681,10 @@ static virDriver openvzDriver = {
|
|||
.version = openvzGetVersion, /* 0.5.0 */
|
||||
.getMaxVcpus = openvzGetMaxVCPUs, /* 0.4.6 */
|
||||
.nodeGetInfo = nodeGetInfo, /* 0.3.2 */
|
||||
.nodeGetCPUStats = nodeGetCPUStats, /* 0.9.11 */
|
||||
.nodeGetMemoryStats = nodeGetMemoryStats, /* 0.9.11 */
|
||||
.nodeGetCellsFreeMemory = nodeGetCellsFreeMemory, /* 0.9.11 */
|
||||
.nodeGetFreeMemory = nodeGetFreeMemory, /* 0.9.11 */
|
||||
.getCapabilities = openvzGetCapabilities, /* 0.4.6 */
|
||||
.listDomains = openvzListDomains, /* 0.3.1 */
|
||||
.numOfDomains = openvzNumDomains, /* 0.3.1 */
|
||||
|
|
Loading…
Reference in New Issue