Vmsvc/get.config.cpuidmask: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh vmsvc/get.config.cpuidmask ==== Usage: get.config.cpuidmask vmid Retrieves and displays the cpu id masks for this virtual machine Category: Vimsh |
No edit summary |
||
| Line 3: | Line 3: | ||
Retrieves and displays the cpu id masks for this virtual machine | Retrieves and displays the cpu id masks for this virtual machine | ||
==== Example output ==== | |||
[root@himalaya scripts]# vmware-vim-cmd vmsvc/get.config.cpuidmask 31168 | |||
(vim.host.CpuIdInfo) [ | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = 0, | |||
vendor = <unset>, | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = 0, | |||
vendor = "amd", | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = 1, | |||
vendor = <unset>, | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = 1, | |||
vendor = "amd", | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = -2147483648, | |||
vendor = <unset>, | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = -2147483648, | |||
vendor = "amd", | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = -2147483647, | |||
vendor = <unset>, | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = -2147483647, | |||
vendor = "amd", | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = -2147483640, | |||
vendor = <unset>, | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
}, | |||
(vim.host.CpuIdInfo) { | |||
dynamicType = <unset>, | |||
level = -2147483640, | |||
vendor = "amd", | |||
eax = <unset>, | |||
ebx = <unset>, | |||
ecx = <unset>, | |||
edx = <unset>, | |||
} | |||
] | |||
[[Category: Vimsh]] | [[Category: Vimsh]] | ||
Latest revision as of 00:35, 6 January 2009
vimsh vmsvc/get.config.cpuidmask
Usage: get.config.cpuidmask vmid
Retrieves and displays the cpu id masks for this virtual machine
Example output
[root@himalaya scripts]# vmware-vim-cmd vmsvc/get.config.cpuidmask 31168
(vim.host.CpuIdInfo) [
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = 0,
vendor = <unset>,
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = 0,
vendor = "amd",
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = 1,
vendor = <unset>,
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = 1,
vendor = "amd",
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = -2147483648,
vendor = <unset>,
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = -2147483648,
vendor = "amd",
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = -2147483647,
vendor = <unset>,
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = -2147483647,
vendor = "amd",
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = -2147483640,
vendor = <unset>,
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
},
(vim.host.CpuIdInfo) {
dynamicType = <unset>,
level = -2147483640,
vendor = "amd",
eax = <unset>,
ebx = <unset>,
ecx = <unset>,
edx = <unset>,
}
]