Hostsvc/cpuinfo: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh hostsvc/cpuinfo ==== Usage: cpuinfo [hyperthreadCfg] Get the CPU information. If hyperthreadCfg is specified, sets configuration for hyperthreading. Valid values include 'tr... |
added example output |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
Get the CPU information. If hyperthreadCfg is specified, sets configuration | Get the CPU information. If hyperthreadCfg is specified, sets configuration | ||
for hyperthreading. Valid values include 'true' and 'false'. | 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, | |||
} | |||
[[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, }