Hostsvc/cpuinfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
added example output |
||
Line 7: | Line 7: | ||
Valid values include 'true' and 'false'. | Valid values include 'true' and 'false'. | ||
====example output==== | |||
# vmware-vim-cmd -H 10.10.10.10 -U root -P password hostsvc/cpuinfo | |||
(vim.host.CpuSchedulerSystem.HyperThreadScheduleInfo) { | |||
dynamicType = <unset>, | |||
available = false, | |||
active = false, | |||
config = true, | |||
} | |||
[[Category: vimsh]] | [[Category: vimsh]] |
Latest revision as of 05:33, 29 December 2008
vimsh hostsvc/cpuinfo
Usage: cpuinfo [hyperthreadCfg]
Get the CPU information. If hyperthreadCfg is specified, sets configuration for hyperthreading.
Valid values include 'true' and 'false'.
example output
# vmware-vim-cmd -H 10.10.10.10 -U root -P password hostsvc/cpuinfo (vim.host.CpuSchedulerSystem.HyperThreadScheduleInfo) { dynamicType = <unset>, available = false, active = false, config = true, }